/* CSS Document */
body{
background:url("images/bg.jpg");
}

#container
{
width: 687px;
border-right: 12px solid #12136a;
border-left: 12px solid #12136a;
background:#FFFFFF;
-moz-box-shadow:5px 5px 5px rgba(0,0,0,.8);
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.8);
}

#header
{

}

#leftcol
{
	float:left;
	background: #FFFFFF;
	border: 0px solid;
	width:125px;
}

#rightcol
{
	background: #FFFFFF;
	border: 0px solid;
	float: right;
	width: 550px;
	
}
	
	
#menu {
	padding:0;
	width: 125px;
	border: 0px solid;
	margin-left:0;
		}
	
#menu ul {
	list-style-type:none;
	
}

#menu li
{
margin: 0px;
padding: 0;
list-style-type:none;
}
	
#menu li a {
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	background:  url("images/button_blue.gif") no-repeat;
	padding: 6px 0 0 5px;
	width: 125px;
	border: 0px solid;
	}
	
#menu li a:hover {
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	background:  url("images/button_blue.gif") no-repeat;
	padding: 6px 0 0 5px;
	}


.regtxt {
	width:400;
}

.headtxt {
	width:540;
	margin:75px;
}

.header_verbiage
{
color: #ba0b18;
font-family:Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size: 14px;
width: 540px;
}

.subheader_verbiage
{
color:#12136a;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
}

.content
{
	width: 325px;
	font-size:13px;
	text-align:justify;
	float:left;
}

#right_images
{
float:right;
margin-right: 25px;

}

.right_images
{
margin-top: 35px;
}


#copyright
{

}

#copyright p
{
font-size: 10px;
text-align: center;
}

#youtube1 {

	border:solid 1px #000;
	width:500px;}
	
	#youtube2 {
		margin-top:15px;
	border:solid 1px #000;
	width:500px;}
	
	.hide { display:none;}
	
	#video1, #video2 { color:blue;}
	
	#video1:hover, #video2:hover { cursor:help;}