* {
	margin:0;
	padding:0;
}
body {
	background-color:#999;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	color: #333;
}

img {
	border:0;
}

#header {
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	background-color:#000066;
	width:781px;
	height:77px;
}

#logo {
	padding-top:14px;
	padding-left:19px;
	width:127px;
	float:left;
}

#navbox {
	height:32px;
	width:781px;
	background-color:#ccc;
}

#nav {
	list-style-type:none;
	background-color:#999;
	margin-left: 8px;
}
#nav li {
	float:left;
}
#navcontainer {
    width: 781px;
    background-color:#999;
    height: 26px;
}

#video {
    height: 26px;
    width: 130px;
    display: block;
    text-indent: -5000px;
    background-image: url(images/video.gif);
    margin-left: 3px;
}

#video:hover {
    background-position: 0 -26px;
}

#flashholder {
	height:231px;
	width:781px;
	background-color:#cccccc;
}
#flash {
	background-color:#FFFFFF;
	height:225px;
	width:781px;
}

.clearfloats {
	clear:both;
}

#content {
	background-color:#FFFFFF;
	margin-top: -3px;
	width:781px;
}

#container {
    padding-top: 25px;
    float:left; 
    width: 500px;
    padding-left: 25px;
}
#content ul {
	margin-left:45px;
}
div a, div a:visited {
	color:#000066;
	text-decoration:underline;
}
div a:hover {
	text-decoration:underline;
}
.title {
	color:#000066;
	font-size:11px;
	font-weight:bold;
}
#footer {
	font-size:12pt;
	color:#9F9C8A;
	font-size:x-small;
}

#footer a, #footer a:visited {
	color:#9F9C8A;
	text-decoration:none;
}

#toplinks {
	color:#FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:9px;
	float:right;
	width:100px;
	margin-top:13px;
	margin-right:7px;
}
#toplinks a, #toplinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#toplinks a:hover {
	text-decoration:underline;
	color:#CCCC99;
}
#news {
	list-style-type:none; 
}
#news li {
	margin-top:10px;
}

#sidebar a, #sidebar a:visited {
    color: #333;
    font-weight: normal;
    text-decoration: underline;
}

