/* CSS Document */

body{
	margin: 0;
	background-color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size: 14px;
	}

p{line-height:20px;}

li{list-style-type:none;}
	
h1, h2
	{font-family: Times;
	color: white;
	}
h3, h4, h5
	{font-family: Times;
	font-size:1.5em;
	color: white;
	margin-bottom: -.3em;
	}

#around-container{
  width:980px;
	padding:6px;
	margin:10px auto;
	background-color:black;
	}

#container{
  margin:0;
	padding:0;
	background-color:#780000;
  line-height: 130%;}


#header{
  height:220px;
  padding: 0px;
  margin: 0;
  background: url("images-ss/headerbg6.jpg") top center no-repeat;
  }

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	border:none;}

img.left{
	display:block;
	float:left;
	padding-right:6px;
	margin-right:3px;
	margin-bottom:20px;
	margin-top:100px;
	border:none;}


img.right{
	display:block;
	float:right;
	padding-left:6px;
	margin-left:3px;
	margin-bottom:8px;
	border:none;}


#content{
	width:920px;
	padding:5px;
	margin:0px 5px 5px 20px;
	background-color:#780000;
  border: none;
	min-height: 22em;}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;}


#participate{
  width:442px;
	float:left;
	padding:4px;
	margin:0;
	font-size:11px;
	text-align:center;
	display:block;
	background-color:black;}


#participate a:hover{
  font-weight: bold;
	display:block;
	background-color:none;
	color:white;
	}

#blockquote{
	width:600px;
	height:100px;
	background:url(images-ss/quotes.png) top left no-repeat;
	padding-top:0px;
	padding-left:3px;
	padding-right:60px;
	font-weight:bold;}

p.announce{
	font-size:200%;
	line-height:150%;
	margin-top:150px;}

#lside{
  width:470px;
	float:left;
	padding:0;
	margin:5px 0 0 10px;
	background-color:none;
	border:none;
	}

#content1{
  width:470px;
	float:right;
	font-size:14px;
	padding:0;
	margin:0 15px 0 0;
	background-color:none;
	border:none;
	}


a {outline:none;}
a:link {color:#B0B0B0;}
a:active {color:black; text-decoration:none;}
a:hover {color:black; text-decoration:none;}
a:visited {color:#B0B0B0;}


#footer{
	clear:both;
	height:2em;
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
	background-color:black;
	border-top:none;
	vertical-align:top;
	}

p#footer{
	margin:0;
	vertical-align: middle;
	}

p#footer a{text-decoration:dashed;}
p#footer a:active{color:black; text-decoration:none;}
p#footer a:hover{color:#606060; text-decoration:none;}
p#footer a:visited{color:#CCCCFF;}
