/* Screen / Page styles */

body {
	/*background-color:#f0f2ff;*/
	background-color:#2c3875;
	margin:0px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

div,p,span {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

h1 {
	font-size:21px;
	font-weight:bold;
	color:#277302;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

img {
	border:0px;
}

a {
	color:#003366;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	background-color:#fff;
}

#header {
	background-color:#fff;
	height:128px;
	width:100%;
	background-image:url('/img/new/header_bg.gif');
	background-repeat:repeat-x;
	border:0;
}


table {
	border:0;
}

table.sub {
	width:100%;
}

#navigation {
	background-image:url('/img/layout/navigation.gif');
	background-repeat:no-repeat;
	height:41px;
	width:539px;
}

#navigation2 {
	background-image:url('"/img/new/menu_top_bg.gif"');
	background-repeat:repeat-x;
	height:41px;
	
}

#navigation ul {
	margin:5px 0px 0px 5px;
	padding:0px;
	width:550px;
}

#navigation ul li {
	display:inline;
	margin-left:8px;
	margin-right:14px;
}

#sidebar {
	background-color:#fff;
	width:163px;
	height:399px;
	background-image:url('/img/new/sidenav_bg2.gif');
	background-repeat:repeat-y;
}

#sidebar2 {
	background-color:#fff;
	width:163px;
	height:399px;
	background-image:url('/img/new/sidenav_bg2.gif');
	background-repeat:repeat-y;
}

#sidebartop {
	/*background-color:#fff;*/
	width:163px;
	height:399px;
	background-image:url('/img/new/sidenav_top.gif');
	background-repeat:no-repeat;
}

#sidebartop ul {
	margin:0px;
	padding:0px;
}

#sidebartop ul li {
	margin-bottom:-4px;
	padding:0px;
	list-style:none;
}

#sidebar ul {
	margin:0px;
	padding:0px;
}

#sidebar ul li {
	margin-bottom:-4px;
	padding:0px;
	list-style:none;
}

#sidebar2 ul {
	margin:0px;
	padding:0px;
}

#sidebar2 ul li {
	margin-bottom:-4px;
	padding:0px;
	list-style:none;
}

#contentct {
background-color:#fff;
}

#content {
	background-color:#fff;
	height:377px;
	overflow:auto;
	margin-top:0px;
	font-family:"Times New Roman",Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size:24px;
	margin-top:0;
	margin-bottom:2px;
	margin-left:8px;
	padding:0px 0px 15px 0px;
}

#content h2 {
	font-size:18px;
	margin-left:20px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#content p {
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
	font-family:"Times New Roman",Arial, Helvetica, sans-serif;
}

#content .imgheader {
	text-align:center;
}

#footer {
	background-color:#2c3875;
	height:42px;
	font-size:12px;
	font-family:"Times New Roman",Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
}