﻿body, html
{
	height:100%; 
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Arial;
	font-size:12px;
	color:#343434;
}

body
{
	background-color:#02122b;
	background-image: url("../images/site/bg.png");
	background-repeat:repeat-x;
	
}

.menuitem, .menuitem_active, .menuitem:hover
{
	width:137px;
	height:21px;
	background-image :url("../images/site/menubutton.jpg");
	text-align:center;
	padding:5px 0px 0px 0px;
	
	font-size:14px;
	float:left;
	font-weight:500;
	cursor:pointer;
	text-decoration:none;
	color:#0452a2;
	font-size:14px;
	font-weight:500;
}

.menuitem_active
{
	background-image :url("../images/site/menubutton_hover.jpg");
	color:#313131;
	text-decoration:none;
}

.menuitem:hover
{
	color:#0081c1;
}
#pageholder
{
	width:822px;
	margin:20px auto 0px auto;
}

#toplogo
{

	height:30px;
	width:100%;
}
#mainbody
{
	height:623px;
	width:812px;
	background-color:White;
	padding:5px 5px 5px 5px;
}

#topmenu
{
	width:100%;
	height:26px;
}

#footer
{
	height:20px;
	width:797px;
	background-color:#010101;
	padding:5px 5px 0px 20px;
	color:#757575
}

a.footerlinks
{
	text-decoration:none;
	color:#757575;
	padding-left:5px;
}

a.footerlinks:hover
{
	text-decoration:none;
	color:#0273af;
}

.gbox
{
	background-color:#f6f6f6;
	border:1px solid #e6e6e6;
	float:left;
	margin:5px 0px 5px 0px;
	
}

h3
{
	font-family:Tahoma;
	margin: 5px 0px 5px 10px;
	color:#145da8;
	font-size:18px;
	font-weight:300;
}

p
{
	margin:5px 10px 5px 10px;
	text-align:justify;
	color:#272728
}

.more
{
	margin:5px 0px 5px 220px;
	font-weight:bold;
	color:#145da8;
	text-decoration:underline;
}

.leftmenu_top, .leftmenu_item
{
	background-image:url("../images/site/leftmenutop.jpg");
	background-repeat:repeat-x;
	height:19px;
	width:185px;
	border:solid 1px black;
	/*border:solid 1px #373737;*/
	margin:1px 1px 1px 1px;
	color:White;
	text-align:center;
	vertical-align:middle;
	padding:5px 0px 0px 10px;
	cursor:pointer;
}

.leftmenu_item
{
	background-image:url("../images/site/leftmenuitembg.jpg");
	border:solid 1px #e2e2e2;
	color:#3b3b3b;
	text-align:left;
}