body {
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CCDBF9; 
	}
.blue_background {
	background-color: #003963;  
	border: thin solid;
	border-color: #CCDBF9;
	width: auto;
	}	
.small_text {
	font-size: 8pt;
	}
.med_text {
	font-size: 10pt;
	}
.medium_text {
	font-size: 11pt;
	}		
.large_text {
	font-size: 12pt;
	}
div#outer {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border: thin solid #003963;
	}
div#nav_a {
    background-image: url(images/side_a.gif);
	background-repeat: no-repeat;
    width: 15%;
    height: 93%;
    margin-top: 1px;
    padding: 2px;
    float: left;
	border-top: thin solid;
	border-right: thin solid;
	border-color: #003963;
    }
div#nav_b {
    background-image: url(images/side_b.gif);
    background-repeat: no-repeat;
    width: 15%;
    height: 93%;
    margin-top: 1px;
    padding: 2px;
    float: right;
	border-top: thin solid;
	border-left: thin solid;
	border-color: #003963;
    }   
div#main {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 1px;
    height: 90%;
    padding: 10px;
    border-top: thin solid;
    border-color: #003963;
	}
div#footer {
    margin-top: 45px;
	}	
p.header {
  	background: #003963;
  	border-top: thin solid;
  	border-bottom: thin solid;
  	border-color: #CCDBF9;
  	padding: 0;
  	margin-top: 9px;
  	font-size: 10pt;
  	color: #ffffff;
	}
ul.list1 {
  	list-style-image: url(images/sm_arrow.gif);
  	margin-left: 15pt;
	}	
ul.list2 {
  	list-style-image: url(images/pdf.gif);
  	margin-left: 15pt;
	}
ul.list2 li{
  	margin-top: 10pt;
	}		
ul.list3 {
  	list-style-image: url(images/sm_arrow.gif);
  	margin-left: 15pt;
	}
ul.list3 li{
  	margin-top: 10pt;
	}
ul.list4 {
  	list-style-image: url(images/pdf.gif);
  	margin-left: 38pt;
	}
ul.list4 li{
  	margin-top: 10pt;
	}			
ul#vertical {
  	margin-top: -145pt;
  	margin-left: 370pt;
  	padding-left: 0;
  	}
a.one:link {
	color: #003398;
	text-decoration: none;
	}
a.two:link {
	color: #003398;
	text-decoration: none;
	}	
a.three:link {
	color: #000000;
	text-decoration: none;
	}				
a.one:visited {
	color: #003963;
	text-decoration: none;
	}
a.two:visited {
	color: #CCDBF9;
	text-decoration: none;
	}	
a.three:visited {
	color: #000000;
	text-decoration: none;
	}		
a.one:hover {
	color: #C5B24A;
	font-size: 101%;
	text-decoration: underline;
	}
a.two:hover {
	color: #ffffff;
	font-size: 101%;
	text-decoration: underline;
	}
a.three:hover {
	color: #000000;
	text-decoration: none;
	cursor: text;
	}			
