html     { height: 100%;   margin: 0px 0px 1px 0px; }
body     { background-color : #3A3A84;  padding-top : 15px;  padding-bottom: 15px;} /*  light green bgcolor: #F0EEDF   */

a:link   { color: #FF9900;}
a:hover  { color: #FF9900;  text-decoration : none;  }
a:visited {color: #FF9900;}
a:active { color: #FF9900;}

a:hover.thumb  { color: #993300;}
a.thumb  { text-decoration: none;}

p        { font-size: 13px; font-family: "Verdana";  padding-left : 0px;   color : black;  line-height : 18px;  margin-top : 0px;}
li       { font-size: 13px; font-family: "Verdana";  padding-left : 0px;   color : black;  line-height : 18px;  margin-top : 0px;}

h2, h3   { font-family: verdana; color: #3A3A84;}

.submit_table { border: 1px solid black; }

#main_body {
	width : 770px; background-color: white; background-image : url(images/body-middle1.gif);
}

#main_text {
	width: 500px;
	float: right;
	margin: 0px 30px 0px 0px;
	text-align: left;
}

#main_text_left_align {
	width: 500px;
	float: right;
	margin: 0px 30px 0px 0px;
	text-align: left;
}



#nav {
	float : left;
	margin: 0px 20px 20px 20px;
	padding: 0px 20px 10px 10px;
	border-right : 2px dashed #3A3A84;
	border-bottom : 2px dashed #3A3A84;
}