body {	
	background:#646464;
	margin: 11px auto 0 auto;
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 121px 0 0 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #304f78;
	margin: 7px 0px 5px 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #304F78;
	margin-top: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454545;
	margin: 0px 0 10px 0;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	margin: 5px 0 4px;
}

h5 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

img { border: none; }

a { 
	color: #4073db;
	text-decoration: none;
	border-bottom:1px dotted #4073db; 
}
a:hover { border-bottom: 1px solid #4073db }
a.selected, a.visited { color: #4073db; }
.clearing {
	height: 0;
	clear: both;
}

hr {
	clear: left;
	height: 1px;
	border: none;
	border-top: 1px solid #C4CED4;
}
td {
	color: #555555;
	text-align: left;
}

.text_center{ text-align:center; }
.text_right{ text-align:right; }

form { margin: 20px 0; }
form td { vertical-align: top; }
input, select, textarea { font: 11px Arial, Helvetica, sans-serif; color:#555; }
/******************************
 * #container start           *
 ******************************/
#container{
	margin: 0 auto 0 auto;
	width:900px;
}
/******************************
 * #container ends            *
 ******************************/

/******************************
 * #wrapper starts            *
 ******************************/
#wrapper{
	background: url(../images/body_bg.gif) center repeat-y;
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}
/******************************
 * #wrapper ends              *
 ******************************/

/******************************
 * #leftcontent starts        *
 ******************************/
#leftcontent {
	float:left;
	width:625px;
	margin: 0px;
	padding: 5px 10px 5px 25px;
	padding-bottom:10000px;
	margin-bottom: -10000px;
	/*background:#f3f3f3 repeat-y right;*/
	border-right: 1px dotted #555555;
}
/******************************
 * #leftcontent ends          *
 ******************************/

/******************************
 * #rightcontent starts       *
 ******************************/
#rightcontent {
	float:left;
	width:200px;
	height: inherit;
	padding: 5px 10px 5px 10px;
	margin:0px;
}

#rightcontent p {}
/******************************
 * #rightcontent ends         *
 ******************************/

/******************************
 * #side_nav starts           *
 ******************************/
#side_nav {
	width: 211px;
	margin: 10px 0;
	padding:0;
}
#side_nav ul{
	list-style:none;
	padding-left: 18px;
	margin-top: 0;
	margin-left: -10px;
	margin-bottom:0;
}
#side_nav ul li{
	margin-left: 2px;
	padding: 5px 3px 5px 0px;
}
#side_nav #side_nav-header{
	background-image: url(../images/side_nav-header.gif);
	background-repeat:no-repeat;
	width: 211px;
	margin:0;
	padding: 8px 0px 11px 5px;
	font-weight:bold;
	color: #3b3d96;
}
#side_nav #side_nav-content{
	background-image: url(../images/side_nav-content.gif);
	background-repeat: repeat-y;
	width: 196px;
	margin:0;
	font-size:10px;
	padding: 5px 10px 5px 5px;
}
#side_nav #side_nav-footer{
	background-image: url(../images/side_nav-footer.gif);
	background-repeat: no-repeat;
	width: 211px;
	height: 21px;
}
#side_nav a{
	text-align: left;
	text-decoration: none;
	font-style:normal;
	color: #3b3d96;
	font-family:Arial;
	font-weight:normal;
	border:0;
}
#side_nav a:hover {
	font-weight:normal;
	text-decoration:underline;
	font-style:normal;
	color: #4073db;
}
/******************************
 * #side_nav ends             *
 ******************************/

/******************************
 * #news starts               *
 ******************************/
#news p { 
	font-size:10px;
	margin: 0px;
	margin-bottom: 10px;
}
#news h2 { margin: 5px 0 15px 0; }
/******************************
 * #news ends                 *
 ******************************/
 
/******************************
 * #header start              *
 ******************************/
#header{
	background: url(../images/top_of_page.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	margin:0;
	padding:0;
	top:25px;
	width: 900px;
	height: 110px;
}
#header a{ 
	text-decoration: none;
}
#header a:hover { color: #ffff00; }

/******************************
 * #header ends               *
 ******************************/

/******************************
 * #footer starts             *
 ******************************/ 
#footer {
	clear:both;
	background-image: url(../images/foot_bg.gif);
	background-repeat:no-repeat;
	width: 900px;
	height: 43px;
	padding:7px 0px 8px 25px;
	margin:0;
}
#footer a {
	color: #4073db;
	text-decoration: none;
	border-bottom: 1px dotted #4073db;
}

#footer a:hover {
	color:#4073db;
	border-bottom: 1px solid #4073db;
}
/******************************
 * #footer ends               *
 ******************************/ 