﻿BODY {
	background-image: url("img/top/topbanner.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	font-family: Arial,Helvetica;
	background-color: #ffffff;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}



A:link {
	color: #2D5EA7;	
	font-size: 10pt;
	x-text-underline: Off;
	text-decoration: none;
}


A:active {
	x-text-underline: Off;
	text-decoration: none;
	color: #2D5EA7;
}

A:visited {
	color: #2D5EA7;	
	x-text-underline: Off;
	text-decoration: none;
}

img { border: 0px; }


.header {
	
	width:1000px;
	height:263px;
	padding: 0px;
	margin: 0px;
}

.header a, .header a:visited, .header a:active {
	color: #ffffff;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
}

.content {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: #211E71;
	margin-top: 20pt;
	margin-bottom: 0pt;
	padding-left:20px;
	padding-right:20px;
}

.article {
	padding-left:200px;
}

.article a, .article a:link, .article a:visited, .article a:active {
	color: #2D5EA7;
}

.heavy {
font-family: Arial black;
font-weight: normal;
}

.content h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
	color: #18154D;
	margin-bottom: 5px;
}

.content p {
	margin-bottom: 10px;
	padding: 0px;
}

.content td {
	border: 1px dotted #211E71;
	padding: 5px;
}

.content li { 
	margin-bottom:10px; 
} 
	
	
.sidemenu {
	margin-top: 30px;
	float:left;
	width: 200px;
	text-align: left;
}

.sidemenu td {
	border: 0px;
	padding: 0px;
}
	
.sidemenu a:link, .sidemenu a:visited, .sidemenu a:active {
	color: #7294C6;
	font-size: 12pt;
}

	
.smenuselected {
	width: 190px;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	background-image: url("img/top/midbutton.png");
	background-repeat:repeat-y;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 20px;
	}

.smenuunselected {
	width: 190px;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	background-image: url("img/top/midbutton.png");
	background-repeat:repeat-y;
	color: #aaaaaa;
	padding-left: 10px;
	padding-right: 20px;
	}
	
.smenuunselected a {
	font-size: 12pt;
	}

.footer {
	margin-top:20px;
	text-align: left;
	float: bottom;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	padding: 5px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active {
	font-size: 8pt;
}

.supporter {
margin-top: 20px;
margin-bottom: 20px;

}

.supporter img {
float:left; 
margin-right: 20px;

}




/* Mouse over tab control */
.Rollover .Active 
{ 
	margin: 10px;
	display:inline; 
	visibility:visible; 
} 

.Rollover .Out 
{ 
	margin: 10px;
	display:inline; 
	visibility:visible; 
} 
.Rollover .Over 
{ 
	margin: 10px;
	display:none; 
	visibility:hidden; 
} 
.Rollover:hover .Active 
{ 
	margin: 10px;
	display:inline; 
	visibility:visible; 
} 

.Rollover:hover .Out 
{ 
	margin: 10px;
	display:none; 
	visibility:hidden; 
} 
.Rollover:hover .Over 
{ 
	margin: 10px;
	display:inline; 
	visibility:visible; 
} 
