/* CSS Document */
body {
	background-color: #DEDEE5;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
}
.copyright	{
	text-align: center;
	color: #999999;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 9px;
}
.copyright a:link { color:#666666; text-decoration: none; }
.copyright a:visited { color:#666666; text-decoration: none; }
.copyright a:hover { color:#999999; text-decoration: none; }
.copyright a:active { color:#999999; text-decoration: none; }

#pagecontainer {
	width: 760px;
	border: 1px solid #282C83;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image:url(../../images/page-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#adminpagecontainer {
	width: 760px;
	border: 1px solid #282C83;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#nav {
	background-color: #282C83;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; */
}
.rightalign {
	text-align: right;
	float: left;
	width: 200px;
}
#topnav {
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat-y;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: center;
	text-transform: uppercase;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #007489;
}
#pagecontent {
	padding: 12px;
	color: #333333;
	width: 610px;
	float: right;
}
h1 {
	font-size: large;
	color: #322B79;
}
h2 {
	font-size: medium;
	color: #322B79;
}
h3 {
	font-size: medium;
	color: #322B79;
}
h4 {
	font-size: small;
	color: #322B79;
}
h5 {
	font-size: small;
	color: #322B79;
}
h6 {
	font-size: x-small;
	color: #322B79;
}
a:link {
	color: #CA302E;/*00AE8C*/
	
	text-decoration: none;
}
a:visited {
	color: #CA302E;/*63CFBD*/
	
	text-decoration: none;
}
a:hover {
	color: #322F96;/**/
	
	text-decoration: none;
}
a:active {
	color: #006650;/*63CFBD*/
	
	text-decoration: none;
}
.red{
	color:#FF0000
	}
	
.mapop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	color: #000000;
	position: absolute;
	left:-100px;
	top:-100px;
	background-color: #ffeecc;
	border: 1px solid #ff9900;
}
.profilepic a:link {
	text-decoration: none;
}
.profilepic a:visited {
	text-decoration: none;
}
.profilepic a:hover {
	text-decoration: none;
}
#footer {
	background-color: #282C83;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #ffffff;
	border: 1px solid #ffffff;
	clear: both;
}
#admincontent {
	padding-left: 10px;
}
#adminnav {
	padding-top: 10px;
	padding-left: 10px;
}
.sb_table {
	border: 1px solid #282C83;	
}
.sb_table td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #282C83;
}
.nobullet {
	list-style-type: none;
}
.nobullet li {
	padding-bottom: 10px;
}
#sidenav {
	float: left;
}
.leftlinks {
	width: 85px;
	list-style-type: none;
	float: left;
	margin-top: 0;
}
.leftlinks li {
	border-bottom: solid 1px #ffffff;
	margin-left: -40px;
	border-left: solid 1px #ffffff;
	font-size: x-small;
	font-weight: bold;
}
.leftlinks a  {
	color: #ffffff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.leftlinks a:visited {
	color: #ffffff;
} 
.leftlinks a:hover, .leftlinks a:active {
	color: #ffffff;
	background-color: #CA302E;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.clearboth {
	clear:both;
}