/*
Colors:
Black #000000 - obviously
White #FFFFFF - really?
Dark Blue #333366
Light Blue #666699
*/

body {
	background: #333366;
	padding:10px; 
	height:100%;
}

a { text-decoration: none; color: #336699; }
a:hover { text-decoration: none; color: #000000; }

.main_body {
    margin-right:auto;
    margin-left:auto;
    font-family: arial;
    width: 850px;
    height:auto;
    min-height:95%;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    border: 2px solid #CCCCCC;
    background-image:url('background.jpg');
    background-position: bottom right;
    background-repeat:no-repeat;
}


.content {
	margin: 20px;
}

.nav{

	padding-top:10px;
	text-align: center;

}

.nav_link {
	
	padding: 10px;

}

.header {
	margin: 20px;
	margin-bottom: 20px;

}

.header_large {

	color: #666699;
	font-size: 24px;
	text-align: center;

}

.header_medium {

	color: #333366;
	font-size: 16px;

}

li {

	font-size:14px;

}

.section_header {

	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color: 333366;
	font-size: 20px;

}

.list_section_header {

	position:relative;
	font-size: 16px;
	margin-left:-40px;
	margin-bottom: 5px;
	margin-top: 5px;

}

.smalltext {
	font-size: 16px;	
}

