/*Created 07/30/2007*/
/* Tags*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-color: #666666;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 12px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2 + p {
	margin:0px;
}

h2 + ul{
	margin:0px;
}

a{
	text-decoration: none;
	color: #666666;
}

a:hover{
	text-decoration: underline;
	color: #000099;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input + br{
	text-indent: 3px;
}

pre {
margin:0px;}

 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 


/* Divs */
#campaign ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#titlengraphic{
	vertical-align: middle;
	height: 150px;
	text-align:center;
}

#centerpic{
	text-align: center;
	width: 640px;
}

#wrapper{
	width:100%;
	height:100%;
	min-width:660px;
	min-height:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width: 650px;
	height: 100%;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align: left;
	padding:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: 333333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: 333333;
	border-left-color: 333333;
}

#content{
	width: 650px;
	height: 100%;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#navigation{
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #990000;
}

#navigation a{
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}


#navigation ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: thin solid #FFFFFF;
	background-color: #000099;
	color: #FFFFFF;
	}
		
#footer{
	font-size: 9px;
	color: #999999;
}

#links ul li{
	margin: 0px;
	list-style-type: none;
}

#linkscol1{
	float: left;
	width: 325px;
}
#linkscol2{
	float: right;
	width: 325px;
}

/* Classes */
.gray{
	background-color: #CCCCCC;
}

.clearall{
	clear: both;
}

.floatleft{
	float: left;
	padding-right: 5px;
}

.blue{
	color: #0033FF;
	text-decoration: none;
}

.boximg{
	padding: 2px;
	border: thin solid #FF0000;
}

.caption{
	font-size: 10px;
	color: #000000;
}

.centerimg{
	text-align: center;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
.eventsbox{
	padding-left:20px;
}