 /* General Style for the body of all asp files */
 body 
 {
	background-color: #7DA5B4; 
	font-size:10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
/* General style for the table of content */
.bordertable
{
	font-size:10pt; 
	padding:0; 
	margin:0; 
	border-collapse:collapse;
}
/* used to set the border in the top left td */
.top_td
{
	border-right:1px solid #fff;
}
#test
{
	margin:0;
	padding:0;
}
/* style for the header options (above the main table) */
.header
{
	background-color:#015C83; 
	padding:2; 
	text-align: center; 
	color: white; 
	font-size:9pt; 
	border-left:1px solid #fff; 
	border-top:1px solid #fff; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
}
/* style for the active header option */
.header_active 
{
	background-color: #BDDFD6; 
	padding:2; 
	text-align: center; 
	color: #015C83; 
	font-weight: bold; 
	font-size:9pt; 
	border-left:1px solid white; 
	border-top:1px solid #fff; 
	border-right:1px solid #fff;
}
/* style for the lower TD at the left menu - also used to position the main td */
.left 
{
	border-right:1px solid #fff;
}
/* style for the menu on the left */
.menu_left 
{
	background-color: #015C83; 
	color: white; 
	padding:4; 
	border-left:1px solid #fff; 
	border-bottom:1px solid #fff; 
	border-top:1px solid #fff; 
	border-collapse:collapse;
}
/* style for the active option in the left menu */
.menu_left_active 
{
	background-color: #BDDFD6; 
	color: #015C83; 
	border-left:1px solid #fff; 
	border-bottom:1px solid #fff; 
	border-top:1px solid #fff; 
	padding:4; 
	font-weight: bold;
}
/*style for the sub-options in the left menu (the small items) */
.menu_small_items 
{
	background-color: #7DA5B4; 
	font-size: 8pt; 
	padding:1px 1px 1px 10px; 
	color: white; 
	font-weight: 400;
}
/* style for the active sub-option in the left menu */
.menu_small_items_active 
{
	background-color: #7DA5B4; 
	color: #BDDFD6; 
	font-size: 8pt; 
	padding:1px 1px 1px 10px; 
	font-weight: 400;
}
/* style for the main td: here all the content is visible */
.main 
{
	padding:20px 40px 10px 25px; 
	background: #BDDFD6; 
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
/* styles for the downloads / atricles tables in various sections */
.resources
{
	font-size:8pt;
}
.resources_td
{
	padding:2; 
	border-bottom:1px solid #fff;
}
.resources_header
{
	border-bottom:1px solid #fff;
}

/* style for the hyperlinks outside the main td */
 a:link, a:visited 
 {
	font-weight: bold; 
	color: white; 
	text-decoration: none;
 }
 a:active 
 {
	font-weight: bold; 
	color: white; 
	text-decoration: none;
 }	
 a:link:hover 
 {
	font-weight:bold; 
	color:white; 
	text-decoration: underline;
 }
 a:visited:hover 
 {
	font-weight:bold; 
	color:white; 
	text-decoration: underline;
 }
 
/* style for the hyperlinks inside the main td */ 
.main a
{
	color: #2028A2; 
	font-weight: normal;
}
.main a:hover
{
	color: #2028A2; 
	text-decoration: 
	underline; 
	font-weight: normal;
}
.main a:visited
{
	color: #2028A2; 
	font-weight: normal;
}

/* style for within drop-down select menu used in forms */
#select 
{
	padding: 1px;
	border: 1px solid #7DA5B4;
	font-size: 8pt;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* style for textfields used in forms */
.text 
{
	border:1px solid #7DA5B4; font-size: 8pt;
	font-family: verdana
}

/* style used for the table in which the forms are */
.form_table
{
	font-size:8pt; 
	padding:2;
}
.form_td
{
	padding:0px 0px 0px 0px; 
	border-top:1px solid #fff;
}

/* DIV ID's used in every page */
 #copyright{font-weight:lighter; text-align:right; font-size:8pt; }
 #websites{text-align:right; font-size:8pt;}
 #header{text-align:left; font-size:14pt;}
 #quote{text-align:left; font-size:11pt; font-style:italic; color:#2028A2;}
