<style type="text/css">
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.textblock {
	font-family: sans-serif;
	font-size: 13px;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	background: url(media/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	background: url(media/menub_bg.gif) repeat-x; /*tab background image path*/
	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(media/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(media/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.flatmenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	list-style: none;
}

.flatmenu li{
	float:left;
}

.flatmenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	line-height: 20px;
	text-align: center;
	cursor: pointer;	
}

.flatmenu li.current a, .flatmenu li a:hover{
	color: #fff;
	background-position: left;
}

.textblock{
	font-family: sans-serif;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	line-height: 15px;
	color: #000;
	background-color: #88b2f7;
	border:1pt solid #045c97;
}

.textblockleft{
	font-family: sans-serif;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 15px;
	color: #000;
	background-color: #88b2f7;
	border:1pt solid #045c97;
}

.textblockright{
	font-family: sans-serif;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 15px;
	color: #000;
	background-color: #88b2f7;
	border:1pt solid #045c97;
}

.textblock a{
	font-family: sans-serif;
	font-size: 13px;
	color: #fff;
}

.textblockleft a{
	font-family: sans-serif;
	font-size: 13px;
	color: #fff;
}

.textblockright a{
	font-family: sans-serif;
	font-size: 13px;
	color: #fff;
}

.textheadline {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 2pt solid #045c97;
	margin-bottom: 10px;
}

.searchitem {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 0;
	float: left:
}

.logo {
	font-family: sans-serif;
	font-size: 13px;
	padding:0;
	margin:0;
}

.imagecenter {
	padding: 5px 5px 5px 5px;
}

#footer{
	border: 0 solid #045c97;
	color: black;
	border-top-width: 1px;
	background-color: #88b2f7;
	text-align: center;
	font-size: 11px;
	font-family: sans-serif;
	padding-top: 3px;
	margin-bottom: 5px;
}

#footer a{
	text-decoration: none;
}

li {
	line-height: 20px;
}
</style>

