/*--------css document for module application-----------------*/
body {
    background:#FFFFCC;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	
}

.page {
    width:900px;
	margin:auto;
	padding:auto;
	
}

.header {
    clear:both;
	width:900px;
	
	background-color:#fff;
	margin:15px 0 0 0;
	
}


.mainArea {
    clear:both;
    width:900px;
	margin-left:0px;
	
}

.sidebar {
	float:left;
	width:250px;
	line-height:10pt;
	
	background-image:url(../images/side.jpg);
	width:255px;
	height:767px;
	
}

.sidebarnav {
	margin-top:25px;
	padding-bottom:10px;
}

.sidebarnav a {
 	
	display:block;
   	clear:both;
	padding:4px 0 4px 25px;
   	color:#27408B;
   	text-decoration:none;
   	font-size:14px;
   	font-weight:bold;
   	margin-top:5px;
   	text-align:left;
	
}
  
.sidebarnav a:hover, .sidebarnav a.active {
	text-decoration: underline;
	color:#DAA520;	
}

.containArea {
    float:left;
	width:620px;
	line-height:14pt;
	
}

.containArea table {
   width:550px;
   border-bottom:2px solid #fff;
   margin-top:15px;
   
}
.containArea table tr {
   	width:525px;
	height:25px;
	margin:0px;
	
}

.containArea table tr td {
  height:25px;
  width:525px;
  border-top:2px solid #fff;
 
   
}
.containArea table tr td a {
	width:550px;
	display:block;
	
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	height:25px;
	color:#8B2500;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	margin-top:1px;
	text-align:left;
   
 }
 
.containArea table tr td a:hover {
    background-color:#E6E6FF;
	height:25px;
	text-decoration:none;
	color:#27408B;
}



.footer {
    clear:both;
	width:900px;
	height:150px;
	
	
}

.footer hr {
    width:680px;
	height:8px;
	margin:auto;
	position:relative;
	top:10px;
	background-color:#000066;
}

.footerlink {
    margin:20px 0 0 0;
	text-align:center;
	
}



b {
    color:#000000;
	font-size:13px;
}

p {
    color:#000099;
	margin:10px 0 0 0;
}
.footerlink a {
    font-weight:bold;
	text-decoration:none;
	color:#000080;
	
	
}

.footerlink a:hover {
    color:#E9AB17;
	text-decoration:underline;
}

h3 {
    text-align:center;
	margin:5px 0 0 0;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:2px 0 5px 0;
}

.backLink {
    margin:20px 0 20px 0;
	padding:0 25px 0 0;
	font-size:14px;
	
	text-align:right;
}

.backLink a {
    text-decoration: underline;
	color:#27408B;
}

.backLink a:hover {
    text-decoration:underline;
	color:#DAA520;	
}


	
