/**
 * cyane like D5F5EA
 */

body{
	background-color: #D5F5EA;
	text-align: center;
	margin-top: 80px;
	font-family: arial, verdana, helvetica, sans;
}

div#page{
	width: 690px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('/images/main_page_background.jpg');
}


span.emphasized{
	font-weight: bold;
}

img{
	border: 0px;
}

div.masthead{
	width: 690px;		
}



div.clear{
	clear: both;
	height: 0px;
}



div#standardNotes {
	width: 690px;
	height: 70px;
	margin-top: 350px;	
	color: #921719;
	text-align: center;
	font-weight: bolder;
	font-size: 9px;
	background-image: url('/images/main_page_standard_notes_background.jpg');
	background-repeat: no-repeat;
}

div#standardNotes a{
	color: #921719;
}


div#menuAndMainContent{
	width: 570px;
	padding-left: 100px;
	padding-right: 20px;
	background-image: url('/images/main_page_menu_background.jpg');
	background-repeat: no-repeat;
}


div#mainContent{
	float: right;
	margin-top: 55px;
	width: 570px;
	text-align: center;
	font-size: 18px;
}


div#menu{
	float: left;
	margin-top: 0px;
	height: 220px;		
	width: 160px;
	margin-right: 60px;
	margin-bottom: 10px;
}
	

div#menu div.menuItem{
	margin-top: 3px;
	width: 160px;
}


div#menu div.menuItem img{
	border: 0px;
}


div#mainContent div.heading{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div#mainContent div.majorHeading{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
}

p{
	text-indent: 1cm;
}
