body	{
	text-align: center;
	background: #5370ef;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color: #525352;
	text-decoration: underline;
	}
	
a:hover {
	color: #525352;
	text-decoration: none;
	}


.dateTitle{
 	font-size: .6em;	
	}

.smallcapsTitle{	
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5370ef;
	}
	
.smgrtitle {
	font: Arial, Helvetica, sans-serif;
	color: #5370ef;
	}
	
.medgrtitle {
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #5370ef;
	}

h1 {
	font: 2em bold Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: url(images/title_border.jpg) bottom left no-repeat;
	color: #5370ef; 
	margin-top: 0;
	margin-bottom: 3px;
	}

#container2 {
	background: url(images/mainbg.jpg) top repeat-y;
	margin: auto;
	text-align:center;
	width: 830px;
	}
	
#content {
	width: 830px;
	background: url(images/headerbg.jpg) transparent top no-repeat;
	min-height:580px;
	margin: 0;
	}
	
#menushell {
	float: left;
	height: 480px;
	margin-top: 170px;
	background: url(images/nav_bottom.jpg) transparent bottom left no-repeat;
	width: 205px;

	}
	
#leftmenu {
	width: 205px;
	float: left;
	min-height: 400px;	
	border-right: 1px solid #5370ef;
	padding-right: 5px;
	text-align: left;
	
	}
	
#leftmenu a {
	color: #5370ef;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;	
	}
	
#leftmenu a:hover {
	text-decoration: underline; 
	color: #5370ef;
	}	
	
#leftmenu ul li	{
	list-style: none;
	margin-bottom: 10px;
	}
	
#bodytext {
	float: right;
	width: 565px;
	margin-top: 165px;
	padding-right: 27px;		
	text-align: left;
	color: #333;
	font-size: .8em;
	line-height: 22px;
	}
	
#bodytext li {
	margin-bottom: 8px;
	}
	
#footer {
	clear: both;
	width: 830px;
	background: url(images/bottom_border.jpg) transparent bottom left no-repeat;
	height:18px;
	margin: 0;
	padding: 0px;
	}	
