/* Template Layout CSS */

html, body {
	margin: 0;
	padding: 0;
	background-color:#D8F0F6;
	color: #000000; 
	text-decoration: none; 
	font-family: verdana, arial, helvetica; 
	font-size: 11px; 
	line-height: 16pt;
	background-image:url(../Media/Background.jpg);
	background-position:top;
	background-position:center;
	background-repeat:repeat;
}


.bodytext {color: #000000; text-decoration: none; font-family: verdana, arial, helvetica; font-size: 11px; line-height: 13pt}
.bodytext a:link {text-decoration: none; color: #009900;} 
.bodytext a:active {color: #FF0000;} 
.bodytext a:visited {text-decoration: none; color: #006600;} 
.bodytext a:hover {text-decoration: underline; color: #FF6600;}

#toolbar {
	z-index:10;
	position:absolute;
	top: 0px;
	left: 0px;
	height:24px;
	width:100%;
}


#searchbox {
z-index:6;
position:absolute;
top: -2px;
right: 0px;
height:0px;
width:450px;
padding: 3px;

}

#toolbox {
z-index:6;
position:absolute;
top: -12px;
left: 0px;
height:23px;
width:450px;
padding: 7px;
color: #CCCCCC;
text-decoration: none;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
}

#toolbox a:link {color: #FFFFFF; text-decoration: none;}
#toolbox a:visited {color: #FFFFFF; text-decoration: none;}
#toolbox a:hover {color: #00CC00; text-decoration: underline;}


#header {
	z-index:5;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	height:205px;
	width:750px;
	background-color:#FFFFFF;
	background-image:url(../Media/Banner.jpg)
}

#main {
	z-index:4;
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	width:750px;
	padding: 0px;
	background-color: #FFFFFF;

}

#content {
	z-index:5;
	position:relative;
	width:690px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	top: 20px;

}

#footer {
	position:relative;
	height:120px;
	width:750px;
	background-image:url(../Media/Footer.jpg);
	color: #FFFFFF;
	line-height:50px;
	z-index: 10;
	top: 25px;
}
#footer a:link {color: #FFFFFF; text-decoration: none;}
#footer a:visited {color: #FFFFFF; text-decoration: none;}
#footer a:hover {color: #00CC00; text-decoration: underline;} 


#topright {
	z-index:8;
	position:relative;
	top: 92px;
	float:right;
	height:20px;
	width:750px;
}

.toprighttext {color: #FFFFFF; text-decoration: none; font-family: trebuchet ms, verdana, arial, helvetica; font-size: 12px; font-weight:bold; line-height: 15pt;}

.titletext {color: #DD0101; text-decoration: none; font-family: trebuchet ms, verdana, arial, helvetica; font-size: 20px; font-weight:bold; line-height: 15pt}

#nav {
	z-index:8;
	position:relative;
	top: 170px;
	left: 295px;
	width:329px;
	height:20px;
}

.navtext {color: #000000; text-decoration: none; font-family: trebuchet ms, verdana, arial, helvetica; font-size: 13px; font-weight:bold; line-height: 12pt; text-align:center;}

.navtext a:link {color: #FFFFFF; text-decoration: none;}
.navtext a:visited {color: #FFFFFF; text-decoration: none;}
.navtext a:hover {color: #DD0101; text-decoration: underline;} 

#imagecontainerright {
	z-index:10;
	position:relative;
	float:right;
	right: 0px;
	top:0px;
	margin-left:20px;
	margin-bottom:20px;
	background-color: #FFFFFF;
	padding-top:0px;
}

#imagecontainerleft {
	z-index:10;
	position:relative;
	float:left;
	left: 0px;
	top:0px;
	margin-right:20px;
	margin-bottom:20px;
	background-color: #FFFFFF;
	padding-top:8px;
}

