@charset "utf-8";
/* CSS Document */

/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;		
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header #nav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}






.menu {
	padding:10px 0px 10px 0px;
	color:#000000;
	font-size:11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content {
	padding:10px 0px 10px 0px;
	color:#000000;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}

.contentMedium {
	padding:0px 40px 10px 40px;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	text-align: justify;
}

.contentMedium2 {
	padding:10px 30px 10px 30px;
	color:#000000;
	font-size:13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
}

.contentLarge {
	padding:10px 0px 10px 0px;
	color:#003399;
	font-size:14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: justify;
}

.contact {
	padding:10px 0px 10px 30px;
	color:#000000;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
}

.contact1 {
	padding:10px 0px 10px 30px;
	color:#000000;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: left;
}

.contact2 {
	padding:0px 40px 10px 40px;
	color:#0066CC;
	font-size:14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	text-align: center;
}

.contactMedium {
	padding:10px 40px 10px 40px;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: justify;
}

.contactMediumCenter {
	padding:10px 0px 0px 0px;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: center;
}

.contactLarge {
	padding:10px 0px 10px 30px;
	color:#003399;
	font-size:14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
}

.indent {
	padding:20px 0px 10px 0px;
	color:#868686;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.sidelinks{
	padding:0px 20px 0px 20px;
	color:#CC0000;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	line-height: 15px;
}

.sidelinks2{
	color:#0066CC;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: 20px;
	padding-left:12px;
}

#footer a {color:#444444; font-weight:bold;}

