/* Stylesheet #2 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	font-size: 13pt;
	background: #7c9bcf;
}

div.container {
	margin: 0 0;
	padding: 20px; 20px 0 20px;
	width: 900px;
	background: #ececec;
	border-top: 20px solid #d7d7d7;
	border-left: 25px solid #d7d7d7;
	border-right: 25px solid #d7d7d7;
}

p {
	color:#200645;
	font-size: 13pt; 
	text-align: left;
}

H1 { 	
	color:#380d71;
	font-weight:bolder;
	
	
}

a:link {
	color: #200645;
	background: none;
	width: 150px;
}

a:visited {
	color: #200645;
	background: none;
}

a:hover {
	color: #200645;
	background: none;
}

a:active {color: #200645;
	background: none;
}

div.navbar a:link { 
	
	
	text-decoration: none;
	width: 140px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #c0c0c0;
	border: 1px solid #7c9bcf;
}
	
div.thb a:link {
	padding: 5px;
	margin: 5px;
}

div.thb a:visited  {
	padding: 5px;
	margin: 5px;
}

div.thb a:hover  {
	padding: 5px;
	margin: 5px;
}


div.navbar a:visited  {
	width: 140px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #c0c0c0;
	border: 1px solid #7c9bcf;
	
}

div.navbar a:hover, {
	width: 140px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color:#200645;
	background: #d7d7d7;
	border: 1px dashed #6ec6f1;
	
}

div.navbar a:active {
	
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color:#200645;
	background: #d7d7d7;
	border: 1px dashed #6ec6f1;
	
}


ul#cell {
	margin: 0;
	padding: 5px; 15px;
	list-style-type: none;
	text-align: left;
	
}

ul#cell li {
	padding: 20px 10px 20px 30px;
	
	
	
	
}

ul#cell li a:link, ul#cell li a:visited {
	padding: 2px 2px 2px 2px;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #c0c0c0;
	border: 1px solid #7c9bcf;
	
	
}


ul#cell li a:hover, ul#cell li a:active {
	
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color:#200645;
	background: #d7d7d7;
	border: 1px dashed #6ec6f1;
}


div.series ol {
	font-size: 10pt;
	color:#200645;
}


div.series a:link {
	color:4b0082;
}


div.series a:visited {
	color:4b0082;
}


div.series a:hover
.button a:link {
	border-style:none;
}


div.button a:link {
	border:none;
}

div.button a:visited {
	border:none;
}

div.button a:hover {
	border:none;
}


div.button a:active {
	border:none;
}


DIV.heading { 
	font-weight:bolder;
	font-size:24pt; 
	background-color:#4a2885; COLOR:#eaeaae;
}

.smallheading { 
	text-align:center;
	letter-spacing: .2em;
	font-weight:normal;
	font-size:20pt; 
	color: #023a67;
	margin:auto;
	
	
}

DIV.mainheading {
	text-align:CENTER;
	font-weight:normal;
	font-size:22pt;
	background-color:4b0082;
	color: #ffffff;
}

DIV.small {
	font-size:10pt;
	background-color:#C0C0C0;

}

#title {
	color:#ffffff;
	background-color:#200645;
	/*font-weight:bolder;*/
	font-size: 200%;
	
}




div.cell {
	
	background-color:#d4ecfb;
	color:#545454;
	font-size:11pt;
	/*border: 1px ridge #d7d7d7;*/
	
	
	
	
}

p.main {
	padding:30px 30px 30px 30px;
	
	}

DIV.series {
	background-color:#d4ecfb;
	text-align: left;
	color:navy;
}


div.left {
	text-align: left;
}


TD { 
	text-align: center;  
}

STRONG {
	color: #4b0082;
	font-weight: bold; 
	font-size: 14pt;
	padding: 2px 20px 2px 20px;
	margin: 2px 10px 2px 10px; 
}

.imgborder {
	
	border:  2px ridge #ececec;   
	
}


.imgborder2 {
	margin:auto;
	border: 2px double #cccccc;
	/*border-padding: 2px;*/
}


.imgindent {
	border-padding: 2px;
	border-width: 2px;
	border-style:outset;
	border-color: #d7d7d7;
	
}

.news {
	color: #200645;
	background: #fff;
	width: 70%;
	padding: 10px;
}



.footer {
	
	color: #fff;
	background:#200645;
	border: 3px solid #d7d7d7;
	padding: 0 10px;
	line-height: 200%;
	text-align: right; 
	font-size: 70%;
}

.rule {
	background: #023a67; 
	line-height: 40%;
	border-bottom: 4px solid #d7d7d7;
	margin: 2px 40px 2px 40px;

}