/* Stylesheet: GMAS Modified On 2012-04-13 09:49:12 */
html
{
    overflow:scroll;
    overflow-x:hidden;
    overflow-y: scroll;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:20px;
	font-weight:400;
	color:#00275c;
}

ul
{
	color:#00275C;
	list-style-position:inside;
	list-style-type:square;
	margin:8px 0px;
	padding-left:10px;
	font-size: 13px;
}

li
{
	padding-bottom: 4px;
}

#wrapper
{
	width:856px;
	background:url(/images/background.png);
	overflow:auto;
	margin:0 auto;
border-radius: 14px;
}

#left
{
	float:left;
	width:295px;
}

#leftbar
{
	width:205px;
	height:562px;
	background:url(/images/sidebar.png);
	padding:188px 0 0 80px;
}

#sidemenu
{
	overflow:auto;
	background:url(/images/sidemenu-bg.png);
	border-radius:8px;
	padding:8px 12px 8px 0;
}

#sidemenu-top
{
	background:url(/images/sidemenu-top.png) no-repeat bottom right;
	height:15px;
}

#sidemenu a
{
	display:block;
	margin-left:15px;
	width:auto;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	background:url(/images/sidemenu-off.png) repeat-y top right;
	text-align:right;
	font-family:Verdana;
	padding:6px 25px 6px 0;
}

#sidemenu a.active,#sidemenu a:hover
{
	background:url(/images/sidemenu-on.png) no-repeat right center;
}

#sidemenu-bottom
{
	background:url(/images/sidemenu-bottom.png) no-repeat top right;
	height:15px;
}

#logo
{
	width:295px;
	height:73px;
	background:url(/images/logo.png);
}

#right
{
	float:left;
	width:560px;
}
#right h2 {
margin: 75px 10px 15px 5px;
font-size: 35px;
color: #fff;
font-weight: normal;
}
#right h1
{
	font-size:px;
	font-style:normal;
	line-height:28px;
	font-weight:400;
	color:#00275c;
	margin:0 0 20px;
}

#menu
{
	height:59px;
	width:533px;
	background:url(/images/menu-off.png);
}

#menu div
{
	float:right;
}

#menu a
{
	display:block;
	padding-top:18px;
	font-family:Verdana;
	margin-left:15px;
	float:left;
	width:auto;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	font-size:13px;
}

#menu a.active,#menu a:hover
{
	background:url(/images/menu-on.png) no-repeat center top;
}

#box-top
{
	background:url(/images/boxtop.png);
	width:559px;
	height:19px;
}

#box-middle
{
	background:url(/images/boxmiddle);
	width:494px;
	text-align:justify;
	padding:0 43px 10px 22px;
}

.person {
	margin: 0 20px 20px 0;
	float: left;
}

#box-middle a {
text-decoration: none;
border-bottom: 1px dotted #00275C;
color: #00275C;
}
#box-middle th {
background: #00275C;
font-size: 14px;
color: #fff;
}

#box-bottom
{
	background:url(/images/boxbottom.png);
	width:559px;
	height:20px;
	margin-bottom:20px;
}

#bottombar
{
	clear:both;
	background:url(/images/botbar.png);
	width:854px;
	height:17px;
}