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

body {
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../images/DesignBG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

a:link {color:#990033; text-decoration:none;}
a:visited {color:#660033; text-decoration:none;}
a:hover {text-decoration:underline;}
.banner {
	background-image: url(../images/banner.jpg);
	height: 200px;
	width: 800px;
	background-color: #F90135;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}
.content {
	height: 750px;
	width: 790px;
	margin: auto;
	position: static;
	border: 5px solid #660033;
	background-color: #990033;
	background-attachment: scroll;
	background-image: url(../images/BodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	overflow: hidden;
}
.linkPage {
	margin: auto;
	height: 600px;
	width: 750px;
	overflow: auto;
	position: static;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/PageBG.jpg);
	background-repeat: no-repeat;
}
.linkPage .box {
	margin: 20px;
}


.copyright {
	height: 20px;
	width: 800px;
	margin: auto;
	position: static;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#table {
	width: auto;
	position: static;
	height: auto;
	margin: auto;
	display: table;
}


#cell  {
	position: static;
	float: left;
	width: 250px;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
#blog {
	width: 550px;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	position: static;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
}
  
#blog h1, .poll h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#blog h2, .poll h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	display: block;
	margin: 0px;
	padding: 0px;
}
#blog p, .poll p {
	display: block;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}
#blog hr {
	background-color: #000000;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.poll {
	float: left;
	width: auto;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}
.extracell {
	margin: auto;
	width: 250px;
	float: left;
}
.extratable {
	width: 520px;
	height: 150px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



linkPage a:link {color:#990033; text-decoration:none;}
linkPage a:visited {color:#660033; text-decoration:none;}
linkPage a:hover {text-decoration:underline;}
.pic {
	float: left;
}
.text {
	width: 500px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	margin-right: 0px;
	float: left;
}
.text h1 {
	font-size: 20px;
	font-style: italic;
	text-align: center;
	font-family: "A Show of Hands", Arial;
}
.text h2 {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "A Show of Hands", Arial;
	font-size: 20px;
	height: 30px;
	width: auto;
	font-weight: normal;
}
