/* CSS Document */
body
{
	background: #0365A6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 22px;
	font-weight: normal;
	color: #0465A6;
}

a
{
	color:#0365A6;
	text-decoration: none;
}

a:hover
{
	color:#0365A6;
	text-decoration: underline;
}

.maintable
{
	background: #ffffff;
	width: 800px;
	height: auto;
	border-left: solid 5px #011B52;
	border-right: solid 5px #011B52;
	border-bottom: solid 5px #011B52;
}
#logo
{
	height: 95px;
	width:50%;
}

#top-l
{
	background:url(images/topbar-l.jpg) no-repeat;
	width: 10px; 
	height: 26px;
}
#top-r
{
	background:url(images/topbar-r.jpg) no-repeat;
	width: 10px; 
	height: 26px;
}
#top-c
{
	background:url(images/topbar-c.jpg) repeat-x;
	padding: 0px 30px;
	font-size: 11px;
}

#top-c a
{
	color:#0365A6;
	padding: 0px 5px;
	text-decoration: none;
}

#top-c a:hover
{
	color:#0365A6;
	padding: 0px 5px;
	text-decoration: underline;
}
	
	
	
#menuleft
{
	background:url(images/menu_left.jpg) no-repeat;
	width: 10px;
	height: 27px;
}

#menuright
{
	background:url(images/menu_right.jpg) no-repeat;
	width: 10px;
	height: 27px;
}

#menu
{
	background:url(images/menu_center.jpg) repeat-x;
	line-height: 27px;
}
#navigation{
margin: 0;
padding: 0px 0px;
font-family: Arial ;
font-weight: bold;
font-size: 12px;
}

#navigation li{
display: inline;
}

#navigation li a{
float: left;
color: #CCCCCC;
padding:0px 15px 0px 15px; /*padding of tabs*/
text-decoration: none;
background: transparent;
border-right: solid 1px #3584B8;
}

#navigation li a#rightmostitem{ /*Extra CSS for left most menu item*/
border-right:none; /*left border style*/
padding:0px 12px 0px 13px; /*padding of tabs*/
}

#navigation li a#Selected{ /*Extra CSS for right most menu item*/
background: transparent;
color:#FFFFFF;
}

#navigation li a:visited{
color: #CCCCCC;
}

#navigation li a:hover{
color: #FFFFFF;
background: transparent ; /*background image swap on hover*/
}

#bottom
{
	font-size: 11px;
	padding: 15px 0px;
	line-height: 17px;
}

#bottom a
{
	color:#0365A6;
	text-decoration: none;
}
#bottom a:hover
{
	color: #003366;
	text-decoration: underline;
}