/* CSS Document */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
	background-color:#fff;
}

p
{
	margin:0px 8px 0px 8px;
	padding:5px 0px 5px 0px;
}

h1
{ 
	color:#4A8278;  /* #4B1E4D */
	font-size:1.3em; 
	font-weight:bold;
	margin:0px 8px 0px 8px;
	padding:5px 0px 5px 0px;
}

h2
{ 
	color:#4A8277; 
	font-size:1.1em; 
	margin:0px 8px 0px 8px;
	padding:5px 0px 5px 0px;
}

img { border:none; }

label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input
{
	color: #000;
}

select
{
	color: #000;
}

a { text-decoration:none; padding:0px; margin:0px; }

a:link { color:#4A8277; font-weight:none; }
a:visited { color:#4A8277; font-weight:none; }
a:active { color:#4A8277; font-weight:none;}
a:hover { color:#4B1E4D; font-weight:none;}

a.menuOFF { padding:0px 0px 0px 15px; }
a.menuON { padding:0px 0px 0px 15px; }

a.menuON:link { color:#4B1E4D; font-weight:bold;}
a.menuON:visited { color:#4B1E4D; font-weight:bold;}
a.menuON:active { color:#4B1E4D; font-weight:bold;}
a.menuON:hover { color:#4A8277; font-weight:bold; }

a.submenuON:link { color:#4B1E4D; font-weight:bold;}
a.submenuON:visited { color:#4B1E4D; font-weight:bold;}
a.submenuON:active { color:#4B1E4D; font-weight:bold;}
a.submenuON:hover { color:#4A8277; font-weight:bold; }

hr
{
	border:none;
	background-color:#4A8277;
	height:1px;
}

#container
{
	width:800px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	/*background-color:#00CC66;*/
}

#rowOne
{
	width:660px;
	height:22px;
	border:1px solid #4A8277;
	padding:6px 0px 0px 140px;
	margin:0px;
	float:left;
	clear:both;
	/*background-color:#33FFFF;*/
}

#rowTwo
{
	width:800px;
	min-height:472px;
	background-color:#F0F6F5;
	border-left:1px solid #4A8277;
	border-right:1px solid #4A8277;
	border-bottom:1px solid #4A8277;
	float:left;
	clear:both;
}

#rowTwoIE6
{
	width:800px;
	height:472px;
	background-color:#F0F6F5;
	border-left:1px solid #4A8277;
	border-right:1px solid #4A8277;
	border-bottom:1px solid #4A8277;
	float:left;
	clear:both;
}

#rowThree
{
	width:800px;
	color:#4A8277;
	margin-top:5px;
	float:left;
	clear:both;
}

.rowTwoRight
{
	width:550px;
	margin-left:245px;
	margin-top:20px;
	position:relative;
	/*float:left;
	clear:both;*/
}

.logo
{
	/*background-image: url('logo.png');
	background-repeat:no-repeat;*/	 
	width:220px;
	height:200px;
	position:relative;
	float:left;
	top:-50px;
	left:-30px;	
}


.videoLinks
{
	width:145px;
	margin-left:8px;
	float:right;
}

.videos
{
	width:380px;
	float:left; 
	margin-left:8px;
}