/* CSS Document */
body {
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #f6f9fe;
	font-family:Tahoma,Verdana,Arial;
	font-size: 11px; 
}

a, a:hover, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

p{
	font-family:Tahoma,Verdana,Arial;
	font-size: 11px; 
	margin-top: 0px;
	margin-bottom:4px;
}

h1{
	font-family:Tahoma,Verdana,Arial;
	font-size: 16px; 
	font-weight: bold;
	margin:0px;
}
h2{
	font-family:Tahoma,Verdana,Arial;
	font-size: 14px; 
	font-weight: bold;	margin:0px;
}

h3{
	font-family:Tahoma,Verdana,Arial;
	font-size: 12px; 
	font-weight: bold;	margin:0px;
}

table {
	border: 0px;
}

td {
	border: 0px;

}


#mainBody {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
}

#contentBody {
	background-color: #545547;

	padding: 10px 10px 0px 10px;
}

#LeftColumn {
	width: 190px;
	float:left;
}

#menu, #sponsors {
	width: 190px;
	float: left;
	background-color: #c7c8ac;
	line-height: 100%;
}

#sponsors td {
	width: 180px;
	color:#666666;
	font-weight: bold;
}

#sponsors td a, #sponsors td a:hover, #sponsors td a:active, #sponsors td a:visited {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}


#menu {
	margin-bottom: 15px;
}

#menuBottom, #sponsorsBottom {
	height: 9px;
	background-image:url(../images/layout/menuBottom.jpg);
	line-height:0px;
	font-size: 1px;
}

#contentRight {
	margin-left: 10px;
	float: left;
}

#rightLeft{
	width: 450px;
	float:left;
	margin-right:9px;
}
#rightRight  {
	width: 233px;
	float:left;
	/* margin-left: 10px;*/
}
#welcome {
	margin-top: 10px;
 background-color: #dadbc8;
 width: 449px;
}

#welcomeTop {
	background-image: url(../images/layout/welcomeTop.jpg);
	height: 29px;
}
#welcomeBottom {
	background-image: url(../images/layout/welcomeBottom.jpg);
	height: 6px;
	line-height: 0px;
	font-size: 0px;

}

#welcomeText{
	padding-left: 10px;
	padding-right: 10px;
	
	overflow:hidden;
}

#news {
 background-color: #d0d0b8;
}
#newsTop {
	background-image: url(../images/layout/newsTop.jpg);
	height: 32px;
}

#newsBottom {
	background-image:url(../images/layout/newsBottom.jpg);
	height: 18px;
}

#newsText{
	padding-left: 10px;
	padding-right: 10px;
	height: 432px;
	overflow: hidden;
}

#splash {
	margin-top: 10px;
}

#fullRight {
	width: 692px;
	background-color: #cfd0b8;
}
#fullRightTop  {
	background-image: url(../images/layout/fullRightTop.jpg);
	background-repeat: no-repeat;
	background-color: #cfd0b8;
	height: 10px;
	
}

#fullRightBottom {
	background-image:url(../images/layout/fullRightBottom.jpg);
	line-height:0px;
	font-size: 1px;
	height:8px;
}

#fullRightText{
	padding-left:10px;
	padding-right: 10px;
}
.clear {
	clear: both;
}

/* Left Menu */
ul.LeftMenu {
	padding:0px;
	list-style:none;
	width: 170px;
	margin-left: 10px;
	margin-right: 10px;
}

ul.LeftMenu li {
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	color:#666666;
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
}

ul.LeftMenu li img {
	position:absolute;
	right:3px;
	top:0px;
	border:none;
}

ul.LeftMenu li a:link, ul.LeftMenu li a:visited {
	color:#666666;
	text-decoration:none;
}

ul.LeftMenu li a:hover {
	color:#666666;
	text-decoration:underline;
}

ul.LeftMenu li a:active, ul.LeftMenu li a.ActiveLink {
	color:#FFFFFF;
}

ul.LeftMenu li a:active img, ul.LeftMenu li a.ActiveLink img {
	margin:0;
	border:none;
}

ul.LeftMenu li ul {
	font-size:100%;
	margin:0px 5px 0px 10px;
	padding:0;
	list-style:none;
}

ul.LeftMenu li ul li {
	text-transform:none;
	font-size:100%;
	padding:3px 0px;s
	margin:0;
	border:none;
}

.Banner {
	margin-top: 10px;
}

#footer {
	background-image: url("../images/layout/footer.jpg");
	height: 10px;
	background-repeat: no-repeat;
}
/* END Left Menu */
