body {
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	margin: 0 auto;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-height: 18px;
	color: #000000;
	height: 100%;
}

#wrapper {
	width: 975px;
	min-height: 594px !important;
	min-height: 594px;
	background-image: url(../images/logo_and_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	margin: 0 auto;
}

#content {

}

#content #navigation {
	width: 203px; 
	min-height: 384px !important;
	min-height: 384px;
	position: relative;
	float: left;
	padding-top: 210px;
	padding-left: 65px;
	padding-right: 45px;
}

#content #text {
	color: #000;
	width: 617px; 
	min-height: 549px !important;
	min-height: 549px;
	position: relative;
	float: left;
	text-align: left;
	padding: 60px 20px 20px 20px;
}

#footer {
	clear: both;
	height: 90px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	color: #028fd8;
	font-size: 11px;
	
}

#footer #footercontainer {
	width: 975px;
	height: 90px;
	margin: 0 auto;
}

#footercontainer #copyright {
	padding-top: 40px;
	padding-left: 60px;
	float: left;
	width: 450px;
	text-align: left;
}

#footercontainer #design48 {
	padding-top: 55px;
	padding-right: 45px;	
	float: right;
	width: 400px;	
	text-align: right;
}
.notation {
	font-size: 10px;
	color: #666666;
}

.secondarynav {
	font-size: 11px;
	font-weight: bold;
	color: #14a5f9;

}

.secondarynav a,
.secondarynav a:link,
.secondarynav a:visited {
	color: #14a5f9;
	text-decoration: none;
}

.secondarynav a:hover {
	text-decoration: underline;
}

.highlight {
	font-size: 18px;
}

.highlight2, h1 {
	font-size: 30px;
	font-weight: normal;
}

#secondaryinfo {
	font-size: 11px;
}

div.navdiv { 

	clear: both;
	height: 6px; 
	border: 0; 
	color: #529abe;
	background-color: #529abe;
	margin-top: -2px; 
} 

div.hr { 

	clear: both;
	height: 1px; 
	border: 0; 
	color: #000;
	background-color: #000;
	margin-top: -2px; 
} 

.introduction {
	color: #0033FF;
}

#navbar {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#navigation #navbar ul {
	text-align: left;
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
}

#navigation #navbar li {
	color: #fff;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	line-height: 20px;
	
	background-color: #bababa;
	margin-bottom: 2px;
	
	text-indent: none;
	
}

#navigation #navbar a,
#navigation #navbar a:link,
#navigation #navbar a:visited {
	display: block;
	color: #000;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

#navigation #navbar a:hover {

	background-color: #d6d6d6;	
}

a,
a:link,
a:visited {
	color: #0033FF;
}

#navbar li a.selected {
	background-color: #d6d6d6;
	
}


.navadmin ul {
	color: green;
	padding-right: 20px;
}

.navadmin li {
	list-style-image:none;
	list-style-type:none;	
}

.navadmin li a:link, 
.navadmin li a:visited, 
.navadmin li a:hover {
	color: green;
} 

.navadmin li.selected a {
	color: red;
	font-weight: bold;
}

.navadmin li.separator {
	margin:0 5px 5px -18px;
	padding:5px 0 0 0;
	height:1px;
	line-height:1px;
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
	border-bottom:1px solid #000;
}