@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	border: 0;
	font-size: 16px;
	vertical-align: middle;
	float: none;
	z-index: 5;
	font-style: normal;
	color: #666666;
	font-weight: bolder;
}

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Palatino, Georgia, "Serif6 Beta Regular", serif;
	font-style: normal;
	margin-top: 0px;
	z-index: 3;
	background-color: #FFFFFF;
}

/* Header Area Styles */
div#header {
	height: 250px;
	text-align: center;
	position: relative;
	visibility: visible;
	overflow: inherit;
	z-index: 7;
	width: 960px;
	background-image: url(../ImagesArt/header1.png);
}
div#logo {
	position: relative;
	width:920px;
	visibility: visible;
	height:250px;
	z-index:8;
}
div#menubar {
	position: relative;
	width:800px;
	height:80px;
	overflow: hidden;
	z-index:9;
	visibility: visible;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-repeat: no-repeat;
}

div#content {
	position: relative;
	visibility: visible;
	z-index: 10;
	float: inherit;
	word-break: 5px;
	word-spacing: 3px;
	border-bottom: solid #db0102 5px;
	border-top: solid #224d8c 3px;
}
	
	div#menubar p {
		margin: 0 0 12px 8px;	
	}
	div#menubar h1 {
		margin: 40px 0 6px 8px;
	}
	div#menubar h2 {
		margin: 60px 0 6px 8px;
	}
	div#menubar h3 {
		margin: 0 0 0 8px;
	}
	div#menubar h3 a {
		border: none;	
	}
	div#menubar h3 a:hover {
		border-bottom: 1px dotted;	
	}

/* Main Area Styles */
div#Main {
	text-align: left;
	z-index: 1;
	visibility: visible;
	position: relative;
	padding: 80px 0px 0px 20px;
	overflow: inherit;
	margin: 0px 0px 0px 0px;
	width: 920px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-right: double #062551 3px;
	border-left: double #062551 3px;
	border-bottom: double #062551 3px;
	border-top:solid #224d8c 0px;
	background-color: #FFFFFF;
	top: 80px;
}

/* Footer Area Styles */
div#sponsors {
	text-align: inherit;
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 880px;
	height: 250px;
}
div#footer {
	text-align: center;
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 850px;
	background-color: #FFFFFF;
	height: auto;
	top: 70px;
	font-size: 12px;
}

/* Styles */
a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px dotted;
}
a:link {
	color: #db0102;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d31f3a;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Georgia, "Serif6 Beta Regular", serif;
	color: #333333;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #062551;
	font-style: italic;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	line-height: 10px;
	color: #224d8c;
	text-align: inherit;
}
h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #224d8c;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	color: #062551;
	line-height: 10px;
}
h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #062551;
	line-height: 17px;
	word-spacing: 3px;
	letter-spacing: 1px;
}

