@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #304174;
}
#container {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #000000 url('images/header2.jpg') no-repeat;
	height: 98px;
	width: 960px;
	margin: 0;
	padding-bottom: 8px;
	padding: 0;
}

#topnav {
	height: 40px;
	background: #000000 url(images/navbackground.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}
	  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#mainContent {
	width: 900px;
	margin: 0;
	background-color: #FFFFFF;
	height: 100%;
	padding-bottom: 50px;
	color: #000;
	padding-top: 30px;
	padding-left:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	}
	#maincontent h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	text-decoration: none;
	padding-top: 40px;
	padding-left: 20px;
	color: #5774BA;
	}
	
	#maincontent p {
	margin: 0;
	padding: 10px 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #000;
	}

	#homeimage {
	margin: 0;
	float: right;
	padding-top: 30px;
	padding-left: 30px;
	width: 300px;
	}
	
	#rest{
	float: left;
	width: 540px;
	}
	
#footer {
clear: both;
	margin: 0;
	padding: 0;
	padding-top:15px;
	padding-bottom:15px;
	background: #000000;
	width: 960px;
	height: 35px;
	text-align: center;
	font-family: Calibri;
	font-size: 10pt;
	color: #FFF;
	}
	#footer p {
	line-height: 10pt;
	}
	#footer menu {
	margin: 0;
	padding: 0;
	}
	#footer a:link, #footer a:visited {
	margin: 0;
	padding: 0;
	font-family: Calibri;
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
	#footer a:hover, #footer a:active {
	font-family: Calibri;
	font-size: 10pt;
	color: #F90;
	text-decoration: none;
	margin: 0;
	padding:0;
	font-weight: normal;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 20pt;
	color: #5774BA;
}
a {
	font-size: 12pt;
	color: #F90;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #5675B6;
}
a:active {
	text-decoration: none;
	font-size: 12pt;
}
