body{
	top: 0px;
	margin:0px;
	padding:0px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:medium; font-family: Arial, Georgia, Trebuchet /* Arial, Verdana, Helvetica, sans-serif */
}

#container {
	/* position: absolute; */
	top: 0px;
	width: 100%;
    margin-top: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
		}

#menuleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
    margin-top: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
		}

/* basic styles */
h1, h2, h3, h4, h5, h6{
	font-family:Trebuchet,Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:medium;
 	color:#222;
	text-align: center; 
}
h2{
	font-size:16px;
	color:#cc0033;
	text-align: center; 
}
h3{
	font-size:18px;
	color:#cc0033;
	text-align: center; 
}
h4{
	font-size:22px;
	color:#cc0033;
	text-align: center; 
}
h5{
	font-size:25px;
	color:#0a294f;
	text-align: center; 
}
h6{
	font-size:28px;
	text-align: center; 
}

}
A:link IMG.th {
	BORDER-RIGHT: #fff 1px solid; 
	BORDER-TOP: #fff 1px solid; 
	BORDER-LEFT: #fff 1px solid; 
	BORDER-BOTTOM: #fff 1px solid;
/*	FILTER: none; */
}
A:visited IMG.th {
	BORDER-RIGHT: #fff 1px solid; 
	BORDER-TOP: #fff 1px solid; 
	BORDER-LEFT: #fff 1px solid; 
	BORDER-BOTTOM: #fff 1px solid;
/*	FILTER: none; */
}

A:hover IMG.th {
	BORDER-RIGHT: #EC0A76 1px dashed; 
	BORDER-TOP: #EC0A76 1px dashed; 
	BORDER-LEFT: #EC0A76 1px dashed; 
	BORDER-BOTTOM: #EC0A76 1px dashed;
/*	FILTER: alpha(Opacity=80);  */
}
		
p.dotted {
	border-style: dotted;
	border-width: 3px;
	border-color: rgb(0,0,255);
	padding: 5px;
	width:600px;
		}
		
.dotted2 { 
	text-align: center; 
	border: 2px dotted #FF0000; 
	padding: 5px; 
	width:600px;  
	}

p.redcapfirst:first-letter {
	color: #cc0033;
	font-size: x-large;
	}


