/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 90% ariel, sans-serif;
	line-height: 1;
	color: #123; 
	background: #fff; 
	margin: 0; 
	padding: 0;
	}




/* specific divs */

#toptext
	{
	float: left;
	padding: 1em;
	margin: 0;
	padding: 5;
	background: transparent; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
	color: white;
	font-size: 15pt;
	}

#leftnav
	{
	line-height: 1.15;
	float: left;
	width: 195px;
	margin: 0;
	background: transparent; 
	display: block; 
	padding-left: 20px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	color: #ffffff;
	}


#leftnav a:link, #leftnav a:visited
	{
	color: #193d9e;
	text-decoration: none; 
	}
#leftnav a:hover
	{
	color: #ffffff;
	text-decoration: none; 
	}
#leftnav a:active
	{
	color: #ffffff;
	text-decoration: none; 
	}



#maintext { 
	min-width: 500px;
	float: left;
	clear: right; 
	padding: 20px 20px 20px 20px;	
	color: #000077;	
	line-height: 1.2;
	}

#maintext a:link, #maintext a:visited
	{ 
	color: #000077;	
	font-weight: bold
	}

#maintext a:hover, #maintext a:active
	{ 
	color: #ffffff;
	font-weight: bold
	}


#maintext_plain { 
	min-width: 500px;
	float: left;
	clear: right; 
	padding: 20px 20px 20px 20px;	
	color: #000077;	
	line-height: 1.2;
	}

#maintext_plain a:link, #maintext a:visited
	{ 
	color: #000077;	
	}

#maintext_plain a:hover, #maintext a:active
	{ 
	color: #ffffff;
	}


#maintext p { 
	margin-top: 0; 
	text-align: justify;
	}


#maintexttitle { 
	min-width: 500px;
	color: #000077;	
	font-weight: bold;
	line-height: 1;
	}




#footer
	{
	background-color: #193d9e;
	text-align: right;
	vertical-align: text-bottom;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	font-size: 11pt;
	color: #ffffff;
	}


#footer a:link, #footer a:visited
	{
	color: #ffffff;
	text-decoration: none; 
	}
#footer a:hover
	{
	color: #89b6f9;
	text-decoration: none; 
	}
#footer a:active
	{
	color: #89b6f9;
	text-decoration: none; 
	}
h2
	{
		text-shadow: 0px -2px #7d7d7d;
		text-align: center;
		color: #ba2911;
		font-size: x-large;
	}
.announcement
	{
		text-align: center;
		text-shadow: 0px 3px #757575;
		color: white;
		font-size: large;
	}












