/* CSS Document */
html { font-size: 100%; margin:0px; padding:0px; }

a{
 color:#FF3300;
 }
 
 a:hover {
 color:#990000;
 }
body {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	line-height:1.6em;
	text-align:left;
}

table{font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}
#container {
	text-align: left;
	background-color: #FFFFFF;
	width: 768px;
	height: auto;
	position: relative;
	border: 2px solid #FFFFFF;
}

#header {
	text-align: left;
	background-color: #FFFFFF;
	width: 766px;
	height: 97px;
}
#logo {}

#banner{
	width: 764px;
	padding-left: 2px;
}
#menu{
	width: 764px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 22px;
	background-color: #f4f4f4;
	text-align:center;

	}
	
#leftmenu{
	width:200px;
	background-color:#F9F9F9;
	height:100%;
	padding: 0px;
	margin: 0px;
	float: left;
	position:relative;
}
 ul li { padding:0px; margin:0px; list-style:none;  list-style-position:outside; list-style-image:none;  list-style-type:none;}
 .menu a {
	margin:0px;
	overflow:hidden;
	width:100%;
	height:18px;
	margin-top:2px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#F5F5F5;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
	position:relative;
	color:#000000;
	font-size: 11px;
		}

.menu a:hover{
background-color:#990000;
color:#FF9900;

}
#contentblock{
	width:100%;
	background-color: #f9f9f9;
	float: none;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.content {
	width:564px;
	float:left;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sponsers{
	clear:both;
	text-align: center;
}
#footermenu{
	clear:both;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	text-align:right;
    padding:3px;
	padding-top:4px;
	font-weight:bold;
	color:#003399;
}
img{ border:none;}

#footermenu a{ color:#003399; text-decoration:none;}

#footermenu a:hover{ color:#FF6600; text-decoration:underline;}
#footer{
 clear:both;
 text-align:left;
 padding:3px;
 background-image:url(images/line.gif);
 background-repeat:repeat-x;
 clear:both;

}

p {
text-align:justify;
padding-left:10px;
padding-right:10px;
margin-top:5px;
margin-bottom:0px;
padding-top:3px;
padding-bottom:0px;

}

.title {
	font-family:"trebuchet MS", Arial, Tahoma;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:3px;
	font-size:17px;
	font-weight:lighter;
	color: #990000;

}


.highlight{ 
color:#CC0000;
font-weight:bold;
font-size:12px
}
