body {
	background: #FFFFFF
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF ;
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 700px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 16px
}
.menu {
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #003366
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #003366
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #003366
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #003366;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
#boxes { 
margin-top : 20px;
background-color : #ffffff;
} 
#box1 { 
background : #fff;
width : 140px;
height : 235px;
float : left;
margin : 0 2px;
text-align : left;
padding : 1px;
margin-top : 10px;
margin-left : 10px;
} 
#box2 { 
background : #fff;
width : 140px;
height : 235px;
margin : 0 auto;
text-align : left;
padding : 1px;
margin-top : 10px;
} 
#box3 { 
background : #fff;
width : 140px;
height : 235px;
float : right;
margin : 0 2px;
text-align : left;
padding : 1px;
margin-top : 10px;
margin-right : 10px;
} 
#boxes h1 { 
font-size : 1.6em;
font-weight : lighter;
color : #3b5678;
padding-top : 10px;
padding-left : 10px;
} 
#box1 h2, #box2 h2, #box3 h2 { 
margin-left : 10px;
font-size : 1.5em;
color : #7393ba;
font-weight : lighter;
} 
#box1 h3, #box2 h3, #box3 h3 { 
margin-left : 10px;
font-size : 1em;
color : #070707;
font-weight : lighter;
} 
#boxes p { 
padding-left : 10px;
padding-right : 10px;
} 