﻿/* Center the body for IE5/Win users */  
body {  
	text-align: center;  
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #000;
	}

/* CSS layout */
#masthead {
	background-color: #d3d3d3;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}


#container {
	margin: 0 auto; 
	width: 900px;  
	height: 100%;
	text-align: left;				
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;

}

#top_nav {
height: 20px;
text-align: left;
padding-left: 5px;
}

#left_col {
	width: 180px;
	height: 99%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #eef;
	padding-top: 5px;
	padding-left: 5px;


}

#page_content {
	margin-right: 220px;
	margin-left: 190px;
	padding-right: 5px;
	padding-left: 5px;


}

#right_col_top {
	width: 200px;
	height: 99%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color:#eef;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;

}


#right_col {
	width: 200px;
	height: 99%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color:#eef;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;

}

#footer {
	padding-top: 10px;
	background-color: #000;
 	width: 900px;
}

/* Form Formatting */

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 

/* Text Formatting */

.formatLoginForm {
	font-size: x-small;
}

.formatTable{
	font-size:x-small;
	border-collapse:collapse;
	margin-bottom: 0px;
	margin-left: 3px;
}




.langType {	
	color: #000;
	text-align: left;
	padding: 0px;
	margin-left: 5px;
	float:left;

}


.dateFormat {	
	color: #666;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;

}

#right_col p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}

#right_col p1 {
 font-size: 40pt;
}

#footer p{
	color: #fff;
}


h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}

h4 {
	color: #965;
	font-size: 1.25em;
}

.style1 {
	color: #666666;
}

.title {
	color: #965;
	font-size: 1.5em;
	margin-bottom: 0px;
}


.qlHeader {
font-size: 11px;
font-weight: bold;
margin-left: 1px;
margin-bottom: 5px;
padding-top:1px;
color: #443D22;
}

.q2Header {
font-size: 11px;
font-weight: bold;
margin-left: 1px;
margin-bottom: 2px;
padding-top:8px;
color: #443D22;
}


#qlDesc {
font-size: 10px;
margin-left: 10px;
margin-bottom: 2px;
padding-top:1px;
color: maroon;
}

.img_spc1 {
	padding-top: 10px;
	font-size: 7pt;
	text-align: center;
}

.tbl_decor {
	border-collapse:collapse;
	border-bottom: 1px black dotted;
}

.quickLinks {
font-size: 70%;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 2px;
padding-top:1px;
color: maroon; 
text-decoration: none;
}

.background {
background: #eef;
}

.dotline {
	border-bottom:1px dotted #bab5a0;
	}
	
.linkArticle {
	text-align: right;
}


/* Image attributes */

img.val_display {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

/* Line Items */

.list {
	line-height: 20px;
	list-style-position: outside; 
	list-style-type: square; 
}

#left-list {
font-size: 10px;
margin-bottom: -10px;
margin-left: -16px;
color: maroon;

}


/* Links */

A:link {text-decoration: none; color: #666;}
A:visited {text-decoration: none; color: #666;}
A:active {text-decoration: none; color: #666;}
A:hover {text-decoration: underline; color: #666;}

a.nav:link {color: maroon; text-decoration: none; }
a.nav:visited {color: maroon; text-decoration: none; }
a.nav:active {color: maroon; text-decoration: none; }
a.nav:hover {color: maroon; text-decoration: underline; }




