/* NOTES 	
	Last Modified 			::	
	
	COLOR REFERENCES
	Dark Blue			::	#2B6197
	Light Blue			::	#C2D4E7
	LIghtest Blue			::	#E2ECF6
	
	Dark Gray			::	#A7A7A7
	Light Gray			::	#CBCBCB 
	
	Yellow				::	#FFCC65
*/



/* GLOBAL */

/* this sets a global default font and color */
*{
	font-family:Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, Sans;
	font-size:12px;
	font-weight:200;
	color:#65666C;
	}

/* this hacks the form tag so it doesn't affect display at all */	
form{
	margin:0px;
	padding:0px;
	display:inline;
	}	
	
/*  this sets up the page so that the main elements are centered */	
body{
	background-color:#ffffff;
	text-align:left;
	margin:0px 0px 0px 0px;
	}

/* this fixes the bold tag that basically gets disabled in the * declaration */		
b{
	font-weight:bold;
	}
/* ------------------------------------------------------------------------------------- */

#header {
	border:0px 0px 0px 0px;
    width:760px;
}

#header td {
    font:30px;
    font-weight:bold;
    color:#4A4898;
}

#main {
	border:0px 0px 0px 0px;
    width:760px;
}

a{
	color:#4B4899;
	}

#contentbox {
    border-style:solid;
    border-width:1px 0px 0px 1px;
    border-color:silver;
    width:680px;
    height:80%;
}

.toolbar td {
    text-align:right;
	}


.menu th{
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:silver;
    font-size:10px;
    font-weight:bold;
    padding=1px;
    background:#FFFFFF;
    text-align:left;
    color:#696969
}

.menu td{
    font-size:10px;
    font-weight:normal;
    padding=1px;
    background:#FFFFFF;
}

.menu td a{
    text-decoration:none;
    font-size:10px;
    color:#0E2557;
}

.menu td a:hover{
    text-decoration:none;
    font-size:10px;
    color:#516EA8;
}

#entrance a{
	text-decoration:none;
}	

#sectionHeader td a{
	text-decoration:none;
    font-size:12px;
}

iframe{
	width:300px;
	height:300px;
	margin-top:2px;
	}

h1{
	color:#353370;
	font-weight:bold;
	font-size:17px;
	display:inline;
	}
	
h2{
	color:#D3B909;
	font-weight:bold;
	font-size:15px;
	text-align:left;
    margin:0px 0px 0px 0px;
	}
		
h3{
	color:#516EA8;
	font-weight:bold;
	font-size:14px;
	display:inline;
	}	


h4{
	text-transform:uppercase;
	vertical-align:middle;
	font-size:13px;
	color:#2B6197;
	padding:5px;
	padding-top:7px;
	font-weight:bold;
	border-style:dotted;
	border-color:#A7A7A7;
	border-width:0px 0px 1px 0px;
	margin:-5px 0px 2px 0px;
	background-color:#C2D4E7;
	width:100%;
	}
        
h5{
	background-color:#DDD;
	vertical-align:middle;
	font-size:13px;
	color:#333;
	padding:1px;
	padding-top:1px;
	font-weight:bold;
	border-style:none;
	border-color:#A7A7A7;
	border-width:0px 0px 1px 0px;
	margin:-2px 0px 2px -4px;
	}	
h6{
	color:#2B6197;
	font-weight:bold;
	font-size:20px;
	font-style:italics;
	text-align:left;
    margin:0px 0px 0px 0px;
	}
h7{
	font-size:10px;
	color:#A7A7A7;
	text-align:left;
	font-style:italics;
	margin:12px 0px 0px 0px;
	}
.label{
    text-decoration:underline;
}



