@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E6E6E6;
}
h1 {
	font-size: 1.4em;
	color: #2A2A9C;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
	color: #2A2A9C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	line-height: 1.2em;
	padding-bottom: 5px;
}
h4 {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	color: #555555;
	font-style: italic;
}
p {
	font-size: .9em;
}
a {
	color: #000055;
	text-decoration: none;
}
a:link {
	color: #000044;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-image: url(../image-files/back-shad.png);
	background-repeat: repeat-y;
} 
#header  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 45px;
} 
#header   p  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	top: 60px;
	padding-top: 36px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 48px;
	position: absolute;
}
#sidebar1 p {
	font-size: 0.8em;
}
#sidebar1 ul {
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar1 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.8em;
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../image-files/nav-bkg.jpg);
	background-repeat: no-repeat;
}
#sidebar1  li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 10px;
}
#sidebar1  a:hover {
	color: #EEEEEE;
	background-color: #2A2A9C;
	display: block;
}
#sidebar1 h4 {
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 60px;
	position: absolute;
	left: 760px;
	margin-top: 150px;
}
#sidebar2 p {
	font-size: .8em;
}
#picture {
	position: absolute;
	left: 750px;
	top: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 248px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 470px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
}
#mainContent {
	min-height:1200px;
} 
#mainContent img {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent li {
	margin-bottom: 10px;
	font-size: .9em;
}
#footer  {
	text-align: center;
	background-image: url(../image-files/bottom-shad.png);
	background-repeat: no-repeat;
	height: 200px;
	background-color: #E6E6E6;
	padding: 0;
	margin: 0px;
} 
#footer hr {
	background-color: #BBBBBB;
	margin-right: 300px;
	margin-left: 300px;
}
#footer  p  {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	margin: 0;
	line-height: 1.4em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */


 /* the section below is for the rounded corner box */

.sidebox {
	width: 220px;
	font-size: 100%;
	background-image: url(../image-files/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	left: -20px;
	position: relative;
	display: block;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image-files/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	color: #2A2A9C;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(../image-files/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(../image-files/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#socialize {
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
}
#optIn {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #AAAAAA;
}
#optIn h3 {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
blockquote {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #888888;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
td {
	font-size: .8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	margin: 0px;
	padding: 3px;
}
#memberlist {
	margin-right: 20px;
	margin-left: 20px;
}
.moreSpace {
	margin-bottom: 500px;
}
.contest {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
	height: 250px;
}
.redText {
	color: #990000;
}
