@charset "UTF-8";
/* CSS Document */

body {
	margin:30px;
	padding:0px;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	font-family: Myriad Pro, Verdana, Arial;
	font-size: 12px;
}

.sectionheader {
	font-family: Myriad Pro, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}


#contentarea {
	text-align: center;
}

#content {
	border:thin;
	border-style: solid;
	border-color:#000;
	vertical-align: bottom;
}

#head {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
}


#menubar {
	background-image: url(Images/Menu_Background.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
}

.abouthero {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}

.pod {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:13px;
	padding-left:12px;
}


.divbar {
	background-image: url(Images/div_bar.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size:5px;
}

.menutext {
	color: white;
	font-family: Myriad Pro, Arial Black, Verdana;
	font-size: 15px;
}

#footer {
	background-image: url(Images/background_footerbar.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

#footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align:top;
	text-align:left;
}

#footertextright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align:top;
	text-align:right;
}


#main {
	text-align:left;
	vertical-align:top;
	font-size: 9px;
}


a.link {color: #FE8400; text-decoration: none; }
a.visited {color: #FE8400; text-decoration: none; }
a.hover {color: #FE8400; text-decoration: underline; }
a.active {color: #FE8400; text-decoration: none; }
img {border: none; }


a.menulink:link {color: white; text-decoration: none; }
a.menulink:visited {color: white; text-decoration: none; }
a.menulink:hover {color: white; text-decoration: underline; }
a.menulink:active {color: white; text-decoration: none; }

a.link:link {color: #FE8400; text-decoration: none; }
a.link:visited {color: #FE8400; text-decoration: none; }
a.link:hover {color: #FE8400; text-decoration: underline; }
a.link:active {color: #FE8400; text-decoration: none; }

a.blacklink:link {color: black; text-decoration: none; }
a.blacklink:visited {color: black; text-decoration: none; }
a.blacklink:hover {color: #FE8400; text-decoration: none; }
a.blacklink:active {color: black; text-decoration: none; }

a.footertextright:link {color: black; text-decoration: none; }
a.footertextright:visited {color: black; text-decoration: none; }
a.footertextright:hover {color: #FE8400; text-decoration: none; }
a.footertextright:active {color: black; text-decoration: none; }
