body 
{
    background: #ffffff url(images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

a:link {
	color: #3E8DB8;
	text-decoration: none;
	}

a:visited 
{
    color: #3E8DB8;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #333333;
	}

div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}


div#container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 800px;
	background-image: url(images/container.png);
	background-repeat: repeat-y;
}

div#opener {
	height: 43px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/opener.png);
	background-repeat: no-repeat;
}

div#pageheader {
	height: 155px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header-nav3.png);
	background-repeat: no-repeat;
}

	div#search {
	position: relative;
	margin: -140px 10px auto auto;
	}

div#news {
	position: absolute;
	width: 235px;
	top: 215px;
	right: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
	
div#MainNavigation {
	position: absolute;
	width: 500px;
	top: 120px;
	margin: 0px 0px 0px 281px;
	padding: 0px;
	color: #1C4C7F;
	font-size: 12px;
	font-weight: bold;
	}
	
	div#MainNavigation a 
	{
	    color: #1C4C7F;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration: none;
	}
	
	div#MainNavigation a:hover 
	{
	    color: #BDFFFE;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration: none;
	}
	
	
div#content {
	position: relative;
	margin: 2px 250px 0px 15px;
	padding: 0px;
	/*background-color: #1C4C7F;*/
	}
	
	div#content a:visited 
	{
	    color: #3E8DB8;
        text-decoration: none;
	} 
	
	div#content a:hover 
	{
	    color: #333333;
        text-decoration: underline;
	}

div#noSideNav_content {
	position: relative;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	/*background-color: #1C4C7F;*/
	}

div#contentRunner {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(images/content_runner.png);
	background-repeat: repeat-y;
	}

div a:hover
{
    text-decoration: underline;	
	}
	
div#bottomNav { 
	position: relative;
	height: 39px;
	width: 800px;
	font-size: 10px;
	background-image: url(images/bottomNav.png);
	background-repeat: repeat-x;
	padding: 0px;
	color: #FFFFFF;
	}
	
	div#bottomNav a 
	{
	    color: #FFFFFF;
	    font-weight: bold;
	} 
	
	div#bottomNav a:hover 
	{
	    color: #FFFFFF;
	    font-weight: bold;
	} 

address { 
	position: relative;
	height: 39px;
	width: 800px;
	font-size: 10px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	padding: 0px;
	color: #666666;
	}

a.address {
	color: #B1946C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	}

a.address:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
table.news 
{
    margin: 0px auto 0px 10px;
    border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	border-bottom: 2px solid #777777;
	border-left: 2px solid #777777;
	color: #333333;
}

.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

a.sidenav 
{
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

a.sidenav:hover 
{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

table.content 
{
    margin: 0px;
	color: #333333;
}

table.bc 
{
    margin: 0px;
    border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	color: #333333;
	font-size: 10px;
}

table.bc a
{
    font-size: 10px;
    color: #333333;
}

table.bc a:hover
{
    font-size: 10px;
    color: #000000;
}

p.heading 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight: bold;
    color: #3E8DB8;
}

a.title
{
    color: #1C4C7F;
    font-size: 14px;
    font-weight: bold;   
}

a.title:hover
{
    color: #3E8DB8;
    text-decoration: underline;   
}

a.subtitle
{
    color: #1C4C7F;
    font-size: 12px;
    font-weight: bold;   
}

.titleheader
{  
    background: #D8DFEA;
    border-top: solid 1px #1C4C7F;
    padding: 2px 5px;
}