/* CSS Document */

#all
{
	width:800px;
	margin:auto;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center
}

#navbox
{
	padding-left:67px;
	float:left;
	width:133px
}

#contentbox
{
	width:600px;
	float:right;
	min-height:400px
}

.column
{
	float:right;
	width:285px;
	padding-right:15px;
}

#left
{
	float:left;
	width:300px
}

#footer
{
	width:800px;
	float:left
}

#header
{
	height:129px;
}

p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#135494;
	font-size:small;
	font-weight:bold
}

ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
	list-style-image: url(images/bullet.gif);
	margin-left:16px;
	padding-left:0px
}

li {
	line-height:150%
	}
	
body
{
	margin:0px;
}

.lead
{
	font-size:small;
	padding-right:10px
}

.leadau
{
	font-size:small;
	padding-right:10px
}

.nav
{
	padding-left:70px;
	color:#0066CC
}

.content
{	
	padding-right:5px;
}

strong {
	font-size:smaller;
	font-weight:normal;
	color:#b11320;
	text-transform:uppercase
	}

.footer
{	padding-left:190px;
	color:#FFFFFF
}

.archiveimg {
padding-right:20px;
}

/* the following are styles for the home page */

.newsevents
{
	width:220px;
	float:left;
	padding-right:10px;
}

.homeimg {padding-left:0px;float:left}
.news {font-size:10px;}
.newstitle {font-size:10px;font-weight:bold;}
.newsheader {font-size:9px;color:#0066CC;text-transform:uppercase}
.newslink {text-align:right;font-size:7px;color:#0066CC;text-transform:uppercase}

/* and back to global */

#footertop {height:16px;margin-left:30px;background-color:#aa2222;color:#ffffff;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px}
.footertop {color:#ffffff}
.footerbottom {padding-left:30px;background-color:#ffffff;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#999999}


/* float fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* anchors */
a {color:#b11320;text-decoration:none}
a:hover {text-decoration:underline}

a.resources {color:#000000;text-decoration:none}
a.resources:hover {color:#b11320}

a.bottom {color:#ffffff;text-decoration:none}
a.bottom:hover {color:#ffffff;text-decoration:underline}

a.email {color:#999999;text-decoration:none}
a.email:hover {color:#999999;text-decoration:underline}