@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	line-height: 120%;
	background-attachment: fixed;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00AEEF;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #602D91;
	margin-top:0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #602D91;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

a {
	color: #00AEEF;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

#main {
	width: 766px;
	display: block;
	margin-top: 100px;
	margin-left:auto;
	margin-right: auto;
	background-color:#FFFFFF
}

.main {
	width: 766px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-color:#FFFFFF
}

#home {
	margin-right: 2px;
}

#home_header {
	background-image: url(../images/home_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #00AEEF;
	padding: 29px 22px 25px 22px;
	height: 170px;
}
#home_nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 48px;
	border: 1px solid #00AEEF;
}

#nav_buttons {
	background-image: url(../images/nav_button.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px;
	height: 20px;
	width: 724px;
	margin: 4px 11px 4px 19px;
}

#nav_buttons a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin-left: 38px;
	margin-right: 33px;
}

#nav_buttons a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	display: inline;
	margin-left: 38px;
	margin-right: 33px;
}

.nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 48px;
	border: 1px solid #00AEEF;
}

.nav_buttons {
	background-image: url(../images/nav_button_v2.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px;
	height: 20px;
	width: 724px;
	margin: 4px 11px 4px 19px;
}

.nav_buttons a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin-left: 38px;
	margin-right: 33px;
}

.nav_buttons a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	display: inline;
	margin-left: 38px;
	margin-right: 33px;
}

.sub_nav {
	padding-left: 20px;
	padding-top: 5px;

}

.sub_nav a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-right: 40px;
	text-decoration: none;
}

.sub_nav a:hover {
	color: #00AEEF;
	text-decoration: none;
}
#home_content {
	border: 1px solid #00AEEF;
	background-image: url(../images/home_content_bg.jpg);
}

#content_home {
	background-color: #FFFFFF;
	padding: 20px 30px;
	height: 140px;
	width: 640px;
	margin-top: 25px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 28px;
	border: 1px solid #00AEEF;
}

#sponsors {
	margin-right: 17px;
}

#subpage_header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #00AEEF;
	padding: 17px 16px 9px 19px;
	height: 138px;
	margin: 0px;
}

.subpage_content {
	background-color: #FFFFFF;
	border: 1px solid #00AEEF;
}

.content_subpage {
	width: 677px;
	margin: 10px 20px 20px 20px;
	padding: 20px;
	border: 1px solid #999999;
}

.image_right {
	margin-top: 10px;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

.image_right img {
	margin-bottom: 5px;
}

.image_left {
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

.image_left img {
	margin-bottom: 5px;
}

.kerning {
	letter-spacing: .1em;
}

