body {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bgrepeater.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}


#maincontent {
}
#maincontent p {
	margin-top: 5px;
	margin-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontent a {
	color: #3B7EA8;
}
#maincontent a:hover {
	color: #FFFFFF;
	background-color: #3B7EA8;
}

#maincontent h1 {
	font-size: 18px;
	color: #4590BD;
	font-weight: normal;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-top: 15px;
}
#maincontent h2 {
	font-size: 16px;
	color: #1F628C;
	font-weight: normal;
	margin-bottom: 8px;
	margin-right: 20px;
	margin-top: 40px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	background-color: #ECECEC;
}
#maincontent th {
	margin-top: 5px;
	margin-right: 8px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	color: #458DB9;
	font-weight: normal;
	font-size: 12px;
}
#maincontent table {
	background-color: #F4F4F4;
	border: thin dashed #CCCCCC;
	font-size: 11px;
	margin: 5px;
}

#rightside {
}

#rightside p {
	color: #FFFFFF;
	margin-right: 15px;
	font-size: 11px;
}
#rightside h1 {
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 15px;
}
#rightside a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightside a:hover {
	color: #4086B1;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#secondarynav {
	background-image: url(images/nav_secrpt.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 0px 0px;
	height: 24px;
}
#secondarynav a {
	font-size: 12px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #333333;
}
#secondarynav a:hover {
	color: #1F628C;
	text-decoration: underline;
}
#verytop {
}
#verytop p {
	margin-top: 6px;
	margin-bottom: 5px;
	color: #666666;
}
.searchbar {
	color: #1F628C;
}
#loader {
	background-image: url(images/rotater.gif);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 138px;
	/*border: 1px dashed #999999;*/
	background-color: #FFFFFF;
}

ul.navigation { list-style: none; margin: 0; padding: 0 20px; background: url(images/nav-left.jpg) no-repeat left; height: 31px; }
ul.navigation li { float: left; margin: 0; padding: 0; border-right: 1px solid #347db0;}
ul.navigation li a {  color: #FFF; text-decoration: none; line-height: 31px; height: 31px; padding: 0 10px; float: left; outline: none;}
ul.navigation li a:hover {  background: url(images/nav-tile-over.jpg) repeat-x;}

/*Added to style calendar layout*/

div.calinfo {
	margin-bottom: 15px;
}

div.calinfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	font-size: 11px;
	width: 180px;
}

div.calinfo ul li.title {
	color: #FF0;
}



