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

.alt {
display: none;
}

body {
background: #FFFFCC;
padding: 0;
margin: 0;
}

#wrapper {
width: 760px;
margin: 0 auto;
background: transparent url(../images/wrapper.jpg) repeat-y; 
}

#header {
height: 119px;
background: #330033 url(../images/header_back.jpg) no-repeat top; 
padding: 0;
margin: 0;
border-top: 1px solid #000;
}

#nav {
text-align: center;
margin: 0 0 10px 0;
padding-bottom: 1px;
color: #000;
width: 156px;
background: #2F2339 url(../images/nav_back.jpg) no-repeat top;
float:left;
}

#navlist {
margin: 20px 0;
padding: 0;
width: 100%;
}

#navlist li {
list-style-type: none;
}

#nav #navlist a {
margin: 10px 0;
letter-spacing: 1px;
width: 151px;
height: 16px;
display: block;
text-align: left;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;
color: #FFF;
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 7px 0 5px 5px;
}

#nav  #navlist a:link, #nav #navlist  a:visited {
background: #330000;
}

#nav #navlist  a:hover {
background: #660033;
}

#navContact {
font: 70% Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
text-align: center;
margin: 30px 0 250px 0;
font-weight: bold;
}

#nav  #navContact a:link, #nav #navContact  a:visited {
color: #FFFF00;
}

#nav #navContact  a:hover {
color: #FFCC00;
}

#content {
margin: 10px 0 0 0;
width: 590px;
font: 95% arial, helvetica, sans-serif;
float: right;
}

#home #content h3 {
font: normal 17pt georgia, times-roman, helvetica;
color: #0B3003;
}

#home_list_div {
border: 1px solid #000;
padding: 10px;
background: #FFF;
}

#homelist li {
margin: 10px 20px;
}

p.intro {
text-align: justify;
}

.intro img {
margin-left: 10px;
border: 1px solid #000;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

#footer {
height: 30px;
margin: 40px 0 0 0;
padding: 0;
}

#footer p {
text-align: center;
font: 95% arial, helvetica, sans-serif;
}

.bold {
font-weight: bold;
}

.bold_italic {
font-weight: bold;
font-style:italic;
}
.center {
	text-align: center;
}
#wrapper #content .bold_center {
	font-weight: bold;
	text-align: center;
}
#wrapper #content #video {
	text-align: center;
}
.red {
	color: #FF0000;
}

#gen #content h3 {
margin: 20px 0 10px 0;
color:#330000;
}

#gen #content h4 {
margin: 20px 0 5px 0;
padding: 0;
}
#gen #wrapper #content #eForm {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #666666;
	background: #EFEFEF;
}


#gen #wrapper #content #eForm .label {
	font-weight: bold;
	text-align: right;
}
#gen #wrapper #content #eForm td {
	padding: 3px;
}
.italic {
	font-style: italic;
}
.bold_red {
	font-weight: bold;
	color: #FF0000;
}
