body, html {
	margin:0px;
	padding:0px;
	font-family: Futura, Tahoma;
	font-size: 11px;
}
p, h1 {
	margin: 0px;
	padding: 0px;
}


div.subPageContent a, div.textDiv a {
	color:#FF1A00;
	font-weight: bold;
}
div.subPageContent a, div.textDiv a:hover {
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color:#fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0px;
}
div.textDiv {
	padding: 24px 20px; 
	color:#0A50A1;
	line-height: 16px;
}
h1 {
	color:#ff1a00;
	font-weight: normal;
	font-size: 13px;
	padding: 5px 0px;
}
div#topBackground {
	width:1000px;
	margin: auto;
	position: relative;
	
}

div#top {
	margin:auto;
	width:1000px;
	height:100px;
	
	background-image: url("images/topBackground.jpg"); 
}
	div#top div.left, div#top div.right {
		height:98px;
		float: left;
	}
	div#top div.left {
		width:180px;
	}
		div#logo {
			position: absolute;
			top:0px;
			left:0px;
			z-index:200;
		}
	div#top div.right {
		width:760px;
	}
		div#top div.right div.top {
			height:54px;
		}
			div#top div.right div.top div{
				float:left;
				height:54px;
			}
			div#top div.right div.top div.leftCol {
				width:140px;
			}
			div#top div.right div.top div.centerCol {
				width:490px;
				padding-top:26px;
				height:28px;
				text-align: center;
			}
			div#top div.right div.top div.rightCol {
				width:130px;
			}
			div#top > div.right > div.top > div.rightCol input {
				 border: 1px solid #a1b5d6;
				 width:126px;
				 height:15px;
			}
		div#top > div.right > div.bottom {
			text-align:center;
			height:43px;
			padding-top:1px;
		}



div#menuBackground {
	width:100%;
	height:24px;
}
div#menu {
	margin:auto;
	width:830px;
	padding-left:170px;
	height:19px;
	padding-top:5px;
	background-color:#f80000;
}
div#adBox {
	width:100%;
	height:246px;
	position: relative;
	
}
	div#adBoxCenter {
		width:1000px;
		margin:auto;
		height:243px;
		position: relative;
		overflow: hidden;
		border-bottom:3px solid #1d519a;
	}
div#menuShadow {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:14px;
	z-index:100;
	background-image: url("images/menuShadow.png");
	background-repeat: repeat-x;
}
	div#shortCuts {
		position:absolute;
		bottom:0px;
		left:0px;
		width:292px;
		height:38px;
	}
		div#shortCuts img {
			margin-right:3px;
		}
div#footerBackground {
	width:1000px;
	margin:auto;
	height:217px;
	border-bottom:1px solid #dee6f1;
	background-color: #809dc9;
}
	div#footer {
		width:940px;
		height:200px;
		padding-top:37px;		
		margin: auto;
	}
		div#footer div.box {
			width:189px;
			height:126px;
			background-color: #fff;
			float:left;
			margin-left:23px;
			margin-right:23px;
			overflow: hidden;
		}
		div.footerStar {
			padding-top:15px;
			height:12px;
			width:100%;
			overflow: hidden;
			text-align: center;
		}
		div.copyrights {
			text-align: center;
			color: #3665a6;
			padding-top:4px;
		}
		
		
div#sponsors {
	width:985px;
	margin:auto;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
}
div#sponsors img {
	margin-right: 10px;
}
	div#sponsors div.left {
		width:90px;
		float:left;
		height:40px;
		border-right:1px solid #1d519c;
	}
	
	
div.divLabel {
	float:left;
	background-color: #ff1a00;
	padding: 9px 30px;
	color:#fff;			
}
div.gallery {
	
}
div.gallery img {
	border:1px solid #0A50A1;
	margin: 9px;
}



table.form input[type="text"] {
	border:1px solid #1d519c;
	width: 300px;	
}
table.form textarea {
	border:1px solid #1d519c;
	width: 300px;	
}
table.form input[type="submit"] {
	border:0px solid #1d519c;
	background-color: #ff1a00;
	color:#fff;
	font-family:Futura,Tahoma;
	font-size:11px;
	padding: 4px;
	float: left;
	margin-top: 5px;
}
table.form td {
	height: 20px;
}
table.form {
	color:#0A50A1;
}
div.subPageContent table {
	border: 0px solid #4884CA;
  	border-collapse: collapse;
}
div.subPageContent table td {
	border: 1px solid #4884CA;
}

div.facebook-wiget {
	position: fixed;
	top: 100px;
	left: -205px;
	width: 222px;
	height: 410px;
	background-image: url("images/facebook-bg.png");
	cursor: pointer;
	z-index: 400;
	padding: 5px;
}


