@charset "utf-8";
/* CSS Document */
* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#673939;
	font-size:10pt;
}
body{
	text-align:center;
    background-color: rgb(232,241,255);
	margin-left: 00px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
    font-family: "Trebuchet MS", Arial;
    font-size:14pt;
    font-weight:normal;
    color:rgb(7,124,172);
    margin:0px;
}

h2 {
    font-family: "Trebuchet MS", Arial;
    font-size:9pt;
    font-weight:bold;
}


.page_container{
	width:675px;
	margin:0 auto;
	text-align:left;
}
.logo{
	margin-top:20px;
	margin-bottom:10px;
}
.menu_box {
	height:27px;
    float:left;
    width:340px;
	margin-top:16px;
	margin-bottom:8px;
}
.menu_item a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#673939;
	text-decoration:none;
	
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
	border:1px solid #CCCCCC;
	float:left;
}
.menu_item a:hover	{
	text-decoration:underline;
	}
	
.content_container{
	width:675px;
	margin:0 auto;
	text-align:left;
	border:#CCCCCC solid 1px;
}

.column_full {
    padding:25px;
    font-size:10pt;
}


.column1 {
	width:250px;
	float:left;
	margin-left:24px;
	margin-top:24px;
	margin-bottom:24px;
	font-family:"Times New Roman", Times, serif;
	font-size:17pt;
}

.column2 {
	float:right;
	width:315px;
	margin-right:24px;
	margin-top:24px;
	margin-bottom:24px;
	font-size:9pt;
}
.copyright {
	font-size:7pt;
	color:gray;
	margin-top:10px;
	margin-bottom:15px;
	text-align:right;
}