@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin:0px;
	padding:0px;
}

#wrapper{
width:835px;
margin: 0px auto;}

#content{
padding:10px;
width: 815px;
background-color:#FFFFFF;
border-top: 2px solid #999999;
border-bottom: 2px solid #999999;
float:left;}

#right{
float:right;
width:400px;}

#left{width:400px;}

#side{
	float:right;
	width:250px;
	padding:5px;
	min-height: 150px;
	height: 150px;
	height:auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px dotted #999999;
	background-color: #D2E6EC;
	background-image: url(../images/side.gif);
	background-repeat: no-repeat;
}

#full{}

#footer{
	background:url(../images/footer.jpg) no-repeat #000000;
	width:815px;
	height:65px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
/*-----------------------------MISC FORMATTING---------------------------------------------------------*/
#underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 30px;
	margin-top: 15px;
}
#photos{
text-align: center;
margin-top: 4px;
margin-bottom:4px;
}

#photos img{
border:1px solid #999999;
padding:3px;
margin:2px;}

#right img{
border:1px solid #999999;
padding:3px;
margin:3px;}

.photos{
border:1px solid #999999;
padding:3px;
margin:2px;}

/*-----------------------------TEXT FORMATTING---------------------------------------------------------*/
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	list-style-image: url(../images/bullet2.gif);
	list-style-position: outside;
}
#content a {
	color: #075CF4;
	text-decoration: none;
}

.subhead {
	font-size: 1.2em;
	color: #0094EC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}


.subhead2{
	font-size: 2em;
	color: #0078BF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
}
