* {margin:0; padding:0}
body  {
	background: #ccc;
	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: #fff;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
a { color:#000; }

h1 { font-size:14px;  font-weight: normal; }

#container { 
	width: 940px;
	background: #FFF;
	margin: 0 auto;
	text-align: left; 
}
#headerholder {
	width: 930px; height: 150px;
	padding: 20px 0px 20px 10px;
	background-color:#3f5a98;
}
#logo {	width: 310px; height: 165px; float:left;
}
#title {
	width: 500px;
	float: right; text-align: right;
	padding-right: 50px;
	margin-top: 129px;
} 
#menu {
	float: left; 
	width: 200px;
	padding: 35px 10px 15px 0px;
	font-size: 15px;
}
#menu ul {
    margin: 0px 0px 0px 0px ;
    padding: 10px 0px ;
	list-style: none;
}
#menu li {
	padding: 10px 5px 10px 15px;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image:url(images/menu/backg.gif); background-repeat: repeat-y;
}
#menu li a {
	color: #3f5a98;
	text-decoration:none;
}
#menu li a:hover {
	color: #3f5a98;
	text-decoration: underline;
}

#mainContent { 
	margin: 10px 0 0 240px; 
	padding-top: 0px; padding-bottom: 0px;
	text-align: right;
} 
#footer { 
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent-videos { 
	margin: 10px 50px 0 240px; 
	padding-top: 0px; padding-bottom: 0px;
	text-align: left;
}

h2 {
 margin: 0px;
 padding: 0px;
 font-size: 20px;
 color: #000000;
 font-weight: bold;
}

h3 {
	margin: 0px;
 	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.style2 {font-size: 14px; color: #000000;}
.style3 {font-size: 12px}

.style6 {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}

.style8 {color: #3f5a98}
.style9 {
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}


--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#menu { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#menu { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

