/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:link {
	color: #1b27b4;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1b27b4;
}
a:hover {
	text-decoration: underline;
	color: #6633CC;
}
a:active {
	text-decoration: none;
	color: #1b27b4;
}

img { border:0;}

#container { width:800px; margin:0 auto; padding:0;}

.text { 
	text-align:justify;
	float:left;
	padding-bottom:5px;
	padding-top:5px;}

.content { 
	text-align:justify;
	float:left;
	width:760px;
	padding-bottom:5px;
	padding-top:5px;}

h1{ 
	font-size:26px;
	color: #727272;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
}

h2{ 
	font-size:18px;
	color:#A30637;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
}

h3{ 
	font-size:14px;
	color:#A30637;
	font-weight:bold;
	padding-top:5px;
}

h4{ 
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0 0 0 0;
	color:#000000;
	font-weight:bold;
}

h5{ 
	font-size:10px;
	color:#9C0000;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:1px;
}

.required {
	color:#FF0000;
	font-size:13px;}	

/* Header Section */

#linegrey { 
	float:left;
	width:800px;
	height:10px; 
	background:#e6e6e0;
	border-bottom:#FFFFFF solid 1px;
	}

#lineblue { 
	float:left;
	width:800px;
	height:23px; 
	background: url(../images/bgr_blue.gif);
	border-bottom:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	}

#linered { 
	float:left;
	width:800px;
	height:10px;
	background: #a30637;
	border-bottom:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	}

#header { 
	float:left;
	width:520px; 
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
	background:#FFFFFF;}

#headerin { 
	float:left;
	width:800px; 
	font-size:19px;
	color:#e6e6e0;
	font-weight:500;
	margin:0;
	text-align:left;
	background: url(../images/bgr_black.gif);
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#FFFFFF solid 1px;}

#leftpanel { 
	float:left;
	width:200px; 
	margin:0;
	background:#e6e6e0;
	text-align:center; 
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;}

.leftpanel { 
	background:#e6e6e0;
	width:200px; 
}

#logo { 
	width:280px; 
	float:left; 
	height:90px;
	margin:0;
	background:#FFFFFF;}

.image { border:#FFFFFF 1px solid;}

/* Content Section */

#navi { float:left;
	width: 792px;
	background:#e6e6e0;
	padding:4px;}

#maincontent { 
	float: left; 
	width:798px;
	border-left:#e6e6e0 solid 1px;
	border-right:#e6e6e0 solid 1px;
	}
	

#main{
	float: left;
	padding-left: 20px;
	width: 560px;
	}

#mainin{
	float: left;
	padding-left: 20px;
	width:760px;
	margin:0;
	}
	
.maincont{
	float:left; 
	width:560px;
	padding:0 10px 0 10px; 
		}

.menu {
	float:none;
	color:#FFFFFF;
	font-size:12px;
	background:url(../images/menu.gif);
	padding:1px 16px 1px 19px;
	display:block;
	border:#0F3B66 solid 1px;
}
a.menu:visited { 
	color:#FFFFFF; 
	text-decoration: none; 	
	background:url(../images/menu.gif);
	display:block;
} 
a.menu:link { 
	color:#FFFFFF; 
	text-decoration: none; 	
	background:url(../images/menu.gif);
	display:block;
}
a.menu:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	background:url(../images/menu_o.gif);
	display:block;
}
.menuactive {
	float:none;
	color:#FFFFFF;
	font-size:12px;
	background:url(../images/menu_a.gif);
	padding:1px 16px 1px 19px;
	display:block;
	border:#0F3B66 solid 1px;
}
a.menuactive:visited { 
	color:#FFFFFF; 
	text-decoration: none; 	
	background:url(../images/menu_a.gif);
	display:block;
} 
a.menuactive:link { 
	color:#FFFFFF; 
	text-decoration: none; 	
	background:url(../images/menu_a.gif);
	display:block;
}
a.menuactive:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	background:url(../images/menu_o.gif);
	display:block;
}

/* Footer Section */

#menubottom { 
	float:left;
	width:800px;
	height:23px; 
	padding-top:6px;
	color:#333333;
	background:#0f3b66;
	}
	
#footer { 
	float:left;
	width:800px;
	background:#0f3b66;
	}
	
#left { 
	float: left;
	width:380px;
	padding:10px;
	}

#right { 
	float:left;
	width:380px;
	padding:10px;
	}
		
.bottom { color:#333333; font-size:12px; float:left;}
.bottom a:visited { color:#333333; text-decoration: none; } 
.bottom a:link{ color:#333333; text-decoration: none; }
.bottom a:hover { color: #FF0000; text-decoration: none;}
	
.cwc {color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif; float:left}
.cwc a:visited {color:#FFFFFF; text-decoration: underline; } 
.cwc a:link{color:#FFFFFF; text-decoration: underline; }
.cwc a:hover {color: #FFFFFF; text-decoration: none; font-weight:bold}
