@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: left; /* for IE  needed for center whole body*/
	height: 100%;
	font-family: "Comic Sans MS";
	font-size: 0.75em;
}
#container {
	text-align:left; /* reset text alignment */
	width:  850px;
	margin:0 auto; /* for the rest  (needed for center whole body)*/
	position: relative;
	height: auto;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 20px;
	background-image:url(../images/bg.jpg) repeat-y;
	color: #FFFFFF;
} 
html>body #container {
    height: auto;
}
#content {
	min-height: 75%;
	background-color: #fff;
	color: #333;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
}
.maincol {
    width: 650px;
    vertical-align: top;
}
.rcol {
        vertical-align: top;
	width: 200px;
	background-color: #fff;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;	
}
.contenttab {
    width: 850px;
}
#maincontent {
    margin-left: 20px;
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 20px;
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#rightcontent {
        margin-left: 10px;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 20px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#video {
    text-align: center;
}
h1 {
	color: #00B300;
	font-size:18px;
	font-weight: bold;
}
h2 {
	color: #00B300;
	font-size: 16px;
	font-weight: bold;
}
#menu {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 40px;
        padding-top: 10px;
/*
	border-top-color: #fff;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #fff;
*/
}
.menuitem {
      font-size: 16px;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
}
a.menuitem {
      color: white;
      text-decoration: none;
}       
.menuitem a:active, a:hover {
      background-color: #00B300;
      color: #fff;
}    
/*   Registration Form settings */

.regtable {background-color: #C5E9ED; border: thin solid #5AAF48;}
.contactlabel {vertical-align: top; font-size: 14px; text-align: right; padding-right: 20px; width: 50%; font-weight: bold;}
.submitbutton { background-color: #00B300; color: #fff; width: 100px; height: 30px; text-align: center;
                 margin-top: 20px; margin-bottom: 20px;}
.reghdr { margin-top: 20px; text-align: center; font-weight: bold; font-size: 14px;}
.chkbox {}
.align-center {text-align: center;} 
