body {
	margin:0;
	padding: 0px;
	font-family: arial,verdana,helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #e2edf0; 
	text-align:center;
	}

.floatleft {
float: left;
}

.floatright {
float: right;
}

#container {
	width:900px;
	height:auto;
	background-color:#FFF;
	background-image:url('images/Background-rpt.jpg');
	background-repeat: repeat-y;  
	margin: 0px auto;
	overflow:auto;
	border:1px solid #9b9b9b;
}

body.strong {
	font-size:10px;
}

/* Left area with content */
#ltar {
	width:672px;
	height:auto;
	min-height:400px;
	float:left;
	padding:0;
	margin:0;
	overflow:auto;
}


#header {
	width:672px;
	height:170px;
	background-image:url('images/Header.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	padding:0;
	margin:0;	
}
	
#mainnav {
	width:248px;
	height:188px;
	float:left;
	overflow:hidden;
	background-image:url('images/Main-Menu.jpg');
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	text-align:left;
}

#mainlinks {
	width:180px;	
	height:auto; /*24*/
	margin:10px 0px 0px 26px;
	padding:0px;
	line-height:24px;
	text-align:left;
	font-weight:bold;
	font-family: helvetica,verdana,arial,sans-serif;	
	overflow:auto;
}

#mainlinks a:link{ 	
	color: #3c0000; 
	text-decoration: none; 
	padding:0px 0px 0px 8px;
	overflow:hidden;	
	width:auto;
	display:block;
	border-bottom: 1px dotted #3c0000;
	background-image:url('images/blackbox.gif');
	background-repeat:no-repeat;
	background-position:left;
	}

#mainlinks a:visited{ 
	color: #3c0000; 
	text-decoration: none; 
	padding:0px 0px 0px 8px;
	overflow:hidden;
	display:block;
	border-bottom: 1px dotted #3c0000;
	background-image:url('images/blackbox.gif');
	background-repeat:no-repeat;
	background-position:left;
	 }

#mainlinks a:hover{ 
	color: #fff; 
	text-decoration: none; 
	padding:0px 0px 0px 8px;
	overflow:hidden;
	display:block;
	border-bottom: 1px dotted #3c0000;
	background-image:url('images/blackbox-h.gif');
	background-repeat:no-repeat;
	background-position:left;
}

#mainlinks a:active{ 
	color: #3c0000; 
	text-decoration: none; 
	padding:0px 0px 0px 8px;
	overflow:hidden;
	display:block;
	border-bottom: 1px dotted #3c0000;
	background-image:url('images/blackbox.gif');
	background-repeat:no-repeat;
	background-position:left;
	}

/* Main content & Text Area */
#content {
	width:424px;
	height:auto;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:left;
}

#content h1{
	color:#0095cc;
	margin:0 0 8px 8px;
	font-size:16px;
	font-weight:bold;
}

#content h2{
	color:#0095cc;
	margin:0 0 8px 8px;
	font-size:13px;

}

#content p{	
	width:412px;
	color:#333;
	font-size:12px;
	margin:0 0 0 8px;
}

/* Right area with second navigation bar*/
#rtar {
	background-color: #e5e5e5;
	width:228px;
	height:318px;
	float:left;
	padding:0;
	margin:0;
	background-image:url('images/right-menu.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
}

#rtlinks {
	width:160px;	
	height:auto; 
	margin:140px 0px 0px 36px;
	padding:0px;
	line-height:16px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family: helvetica,verdana,arial,sans-serif;	
	overflow:auto;
}

#rtlinks a:link{ 	
	color: #fff; 
	text-decoration: underline; 
	padding:0px 0px 8px 20px;
	margin:6px 0 0px 0;
	overflow:hidden;	
	width:auto;
	display:block;
	border-bottom: 1px solid #d88ee3;
	background-image:url('images/star.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}

#rtlinks a:visited{ 
	color: #fff; 
	text-decoration: none; 
	padding:0px 0px 8px 20px;
	margin:6px 0 0px 0;
	overflow:hidden;
	display:block;
	border-bottom: 1px solid #d88ee3;
	background-image:url('images/star.gif');
	background-repeat:no-repeat;
	background-position:top left;
	 }

#rtlinks a:hover{ 
	color: #fff; 
	text-decoration: none; 
	padding:0px 0px 8px 20px;
	margin:6px 0 0px 0;
	overflow:hidden;
	display:block;
	border-bottom: 1px solid #d88ee3;
	background-image:url('images/star.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

#rtlinks a:active{ 
	color: #fff; 
	text-decoration: none; 
	padding:0px 0px 8px 20px;
	margin:6px 0 0px 0;
	overflow:hidden;
	display:block;
	border-bottom: 1px solid #d88ee3;
	background-image:url('images/star.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}

/* ------- Forms --------------*/
#content .inputl {
	display: block;
	width: 130px; /*130px*/
	float: left;
	margin-bottom: 2px;
	margin-left:8px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#content .inputtxt {
	display: block;
	width: 160px;
	height:14px;
	float: left;
	margin-bottom: 10px;
	font-size:12px;
	background-color:#fefe55;
}

.lbwdth {
	margin-left:148px;
}

/* Bottom Navigation & Image */
#btnav{
	width:900px;
	height:140px;
	overflow:hidden;
	background-image:url('images/Bottom-Nav.jpg');
	background-repeat:no-repeat;
	float:left;
	margin:0;
	padding:0;
}

#btnav a:link{
	color:#1d3782;
}


#btnav a:visited{
	color:#1d3782;
}


#btnav a:hover{
	color:#1d3782;
}


#btnav a:active{
	color:#1d3782;
}
