/* CSS Document */

html, body {
	background: url(../assets/backtexture.jpg) no-repeat #954953 center top fixed;
	margin: 0px;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited, a:hover, a:active {
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #610310;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	margin-top: 0px;
}
#contentDiv{
	width: 920px;
	background: url(../assets/page_back.png) repeat-y;
}
#copyDiv{
	width: 740px;
	height: 100%;
	background: url(../assets/body_back.png) no-repeat top center #FFFFFF;
}
#copyDiv2{
	width: 740px;
	height: 100%;
	background: #FFFFFF;
}
#fadeLeft{
	background: url(../assets/sidefade_left.png) repeat-y;
	width: 10px;
	height: 100%;
}
#fadeRight{
	background: url(../assets/sidefade_right.png) repeat-y;
	width: 10px;
	height: 100%;
}
#footerDiv{
	background: url(../assets/footer.png) no-repeat bottom;
	height: 78px;
}
#googleCalendar{
	width: 100%;
	padding: 10px;	
}
#headerDiv{
	height: 79px;
	background: url(../assets/header.png) no-repeat center top;
	color: #FFFFFF;
}
#menuDiv{
	width: 160px;
	background: url(../assets/menu_btm.png) bottom no-repeat #610310;
	color: #FFFFFF;
	text-align: right;
}
#secondaryMenu{
	margin-left: 620px;
	margin-right: 0px;
	margin-top: 55px;
}
#textLeft{
	width: 480px;
	float: left;
	margin: 10px;
}
#textRight{
	width: 200px;
	float: right;
	margin-right: 30px;
}
ul{
	font-size: 12px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-left: 5px;
}
li{
	padding-bottom: 5px;
}
ul.menuUL{
	font-size: 14px;
	list-style: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
}
li.menuUL{
	padding-bottom: 5px;
}
a.menuLink{
	color: #FFFFFF;
	text-decoration: none;
}