﻿/*Header Region */

#linkhome {
	position:relative;
	float:left;
	width:200px;
	height:80px;
}
#toplinks {
	position:relative;
	float:right;
	width: 300px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	padding-right:5px;
	padding-top:2px;
}
#toplinks a {
	text-decoration:none;
	font-weight:normal;
	color:#427fbe;
}
#toplinks a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#427fbe;
}
#topnavdown {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-right:5px;
}
#topnavdown a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;;
	text-decoration: none;
}
#topnavdown a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#topnavdown a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#topnavdown a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.sitenav {
	font-family: "Century Gothic"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
}
.sitenav a {
	display:block;
	font-family: "Century Gothic"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #c08309;
	text-decoration:none;
}
.sitenav a:hover {
	background:#E5E5E5;
	font-family: "Century Gothic"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #c08309;
	text-decoration:none;	
}
	

.sitenav2 a {
	display:block;
	font-family: "Century Gothic"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
	text-decoration:no.e;
}
#sitenav2 a:hover {
	background:#E5E5E5;
	font-family: "Century Gothic"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
	text-decoration:none;
	
}

/* Body Region */
body {
	margin: 0px;
    padding: 0px;
    font: 11px "Verdana", Arial, Helvetica, sans-serif;
    text-align: center;
	}
	
.pageContent 
{
    min-height: 500px;
}

/* Footer Region */

#footer {
	position: relative;
	width: 1000px;
	min-height: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: solid #cccccc;
	border-width: 1px;
	background: #ffffff;
	}
	
#footer_links {
	position: relative;
	float:left;
	margin-left: 4px;
	width: 575px;
	font: .9em "Verdana", Arial, Helvetica, sans-serif;
	color:#666666;
	}

#footer_links p {
	text-align: left;
	margin-top: 0px;
	}

#footer_links a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	}

#footer_links a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #427fbe;
	}

#copyright {
	float: right;
	margin-right: 4px;
	width: 400px;
	height: auto;
	font: .9em "Verdana", Arial, Helvetica, sans-serif;
	color: #666666;
	}

#copyright p {
	text-align: right;
	margin-top:0px;
	}
	