html,body{
	padding:0px;
	margin:0px;
	background-color:#eaf0f4;
	font-family:Helvetica, sans-serif;
	font-size:10pt;
	height:100%;
}
#container{
	width:850px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color: #fff;
	border-left:1px solid #699BC0;
	border-right:1px solid #699BC0;
	
}
#header{
	background-image:url('images/header_top.gif');
	width:850px;
	height:83px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	cursor:pointer;
}
#div_left{
	background-image:url('images/header_left.jpg');
	width:511px;
	height:317px;
	border-right:1px solid white;
	float:left;
}
#div_right{
	background-image: url('images/header_right.gif');
	width:338px;
	height:317px;
	float:right;
}

#nav{
	background-color: #699bc0;
	background-repeat: repeat-x;
	height:35px;
	text-align: center;
	margin-top:1px;
	color:#333;
}
#footer{
	background-repeat: repeat-y;
	height:25px;
	width:898px;
	line-height: 25px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	color:#4d5458;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	bottom: 0;
}
#main{
	color:#575b5e;
	margin-top:20px;
}

/* Nav styles */
#nav a{
	text-decoration: none;
	font-size:10pt;
	color:#f2f2f4;
	line-height:35px;
	text-transform: uppercase;	
}
#nav a:hover{
	border-bottom:1px solid #4d5458;
}
/* Body styles */
#main_header{
	color:#f2f2f4;
	font-size:12pt;
	letter-spacing: 2px;
	font-weight: normal;
	padding:20px;
	padding-bottom:0px;
}
#main_body{
	background-color: #e2ecf4;
	width:730px;
	padding:20px;
}
.mainpad{
	width:770px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#main h2{
	margin:0px;
	padding:0px;
	font-size:inherit;
	text-transform: uppercase;
	color:#ec8a2b;
	font-weight: bold;
}
#main h1{
	margin-bottom:0px;
	padding-bottom:0px;
}
#header_text{
	padding-right:15px;
	font-size:11pt;
	text-align: right;
	padding-top:15px;
	line-height: 25px;
	text-transform: uppercase;
	color:#4d5458;
}





/* List */

ol.files li a{
	font-size:10pt;
	color:#575b5e;
	text-decoration: none;
}
ol.files li a:hover{
	text-decoration: underline;
}
ul.activities{
clear:both;
overflow:auto;
}
ul.activities li{
	float:left;
	width:10em;
}