body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;
	color:#363636;
}

p{margin-top:5px;}

#logo{
	width:1000px;
	height:230px;
	margin:auto;
	display:table;
	text-align:right;
}

#banner{
	float:right;
	width:750px;
	height:230px;
}

#main{
	margin:auto;
	width:1000px;
	height:auto;
	display:table;
	background-image:url(../images/side_stripe.gif);
	background-repeat:repeat-x;
}

#navigation{
	width:980px;
	height:50px;
	margin:auto;
}

#contentarea{
	width:980px;
	margin:auto;
	display:table;
	background-image:url(../images/content_bg.gif);
}
#content{
	width:781px;
	height:500px;
	float:left;
	display:table;
	background-color:#FFFFFF;
	margin-left:0px;
}

#insidearea{
	width:741px;
	display:table;
	background-color:#FFFFFF;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#news{
	width:236px;
	height:350px;
	float:left;
	background-color:#ffffff;
	line-height:20px;
}


#events{
	width:236px;
	height:350px;
	float:left;
	background-color:#ffffff;
	margin-left:16px;
	line-height:20px;
}

#resources{
	width:236px;
	height:350px;
	float:left;
	background-color:#ffffff;
	margin-left:16px;
	line-height:20px;
}

#rightpannel{
	width:199px;
	height:auto;
	float:right;
	display:table;
	background-color:#000000;
	margin-right:0px;

}

#footer{
	margin:auto;
	width:980px;
	height:80px;
	display:table;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	margin-top:10px;
}

.gray{color:#363636;}
a.gray:link, a.gray:active, a.gray:visited, a.gray:hover{color:#363636; text-decoration:none; }


.white{color:#FFFFFF;}
a.white:link, a.white:active, a.white:visited, a.white:hover{color:#FFFFFF; }

.smallblue{color:#3030CF; font-size:12px; font-weight: bold; line-height:18px;}
a.smallblue:link, a.smallblue:active, a.smallblue:visited, a.smallblue:hover{color:#3030CF; text-decoration:none; line-height:18px;}

.bullet1{list-style-image: url(../images/bullet.gif)}

.bullet2 {padding-left:0px; padding-bottom:2px; padding-top:2px; margin-left:-22px; }


.blackbox{
	width:159px; 
	padding:20px; 
	color:#FFFFFF; 
	line-height:18px;
	}
	
a.bluebox:link, a.bluebox:active, a.bluebox:visited, a.bluebox:hover {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3030CF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.small {
font-size:12px;
}


h1 {
	font-size: 25px;
	font-weight:normal;
	line-height: 30px;
	color: #3030CF;
	text-transform: uppercase;
	margin-top:5px;
}
h2 {
	font-size: 22px;
	font-weight:normal;
	line-height: 30px;
	color: #3030CF;
	text-transform: uppercase;
	margin:0px;
}

h3 {
	font-size: 18px;
	font-weight:normal;
	line-height: 20px;
	margin:0px;
}

h4 {
	font-size: 20px;
	font-weight:normal;
	line-height: 24px;
	color: #3030CF;
	margin:0px;
}

a:link {
	color: #3030CF;
}
a:visited {
	color: #3030CF;
}
a:hover {
	color: #3030CF;
}
a:active {
	color: #3030CF;
}
.photo{
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	border: 5px solid #3030CF;
}

.photo2{
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 7px solid #3030CF;
}

a.name:link, a.name:active, a.name:visited, a.name:hover{
	color:#3030CF;
	font-size:20px;
	text-decoration:none;
}


.textbox1 {
	border: 1px dashed #999999;
	background-color:#e9e9e9;
}

#submenu{
	height:45px;
	width:100%;
	border-bottom:1px solid #cccccc;
	display:block;
	margin-bottom:20px;
	margin-top:5px;
}

a.submenuon:link, a.submenuon:visited, a.submenuon:active, a.submenuon:hover {
	font-weight:bold;
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
	padding:8px;
}

a.submenuoff:link, a.submenuoff:active, a.submenuoff:visited{
	font-weight:bold;
	text-decoration:none;
	background-color:#ffffff;
	color:#444444;
	padding:8px;
}

a.submenuoff:hover {
	font-weight:bold;
	text-decoration:none;
	background-color:#3030CF;
	color:#ffffff;
	padding:8px;
}


