/*
Colors:

Black #000000 - obviously

White #FFFFFF - really?

Dark Blue #333366
Light Blue #666699

*/



body {

	background: purple;

	padding:5px; 

	height:100%;

}



a { text-decoration: none; color: #999999; 
}


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



.main_body {

    margin-right:auto;

    margin-left:auto;

    font-family:  century gothic,arial;

    width: 750px;

    height:auto;

    min-height:95%;

    background-color: #FFFFFF;

    padding: 0px 0px 0px 0px;

    border: 2px solid #CCCCCC;

    background-position: bottom right;

    background-repeat:no-repeat;

}




img.border {
	padding: 9px 9px 9px 9px ;
}

.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;


}



.header_medium {


	color: #333366;

	font-size: 16px;


}



li {


	font-size:16px;


}



.section_header {


	text-align:left;

	border-bottom: 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;	

}

