body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
}
/* TYPO */
body p {
	margin: 0px;
	padding: 0px;
	color: #9DC9D0;
}
.normal {
	color: #9DC9D0;
	text-decoration: none;
}
.normal:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.light {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #33CCFF;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size: 15px;
	color: #66CCFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 15px;
	color: #66CCFF;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}
	
a {
	color: #33CCFF;
}
#main .subpage_nav {
	display: none;
}
.subpage_nav {
	width: 100%;
	overflow: hidden;
}
.subpage_nav a {
	display: block;
	float: left;
	margin-left: 2px;
	padding: 5px 10px;
	background-color: #33CCFF;	
	color: #000;
	text-decoration: none;
}
.subpage_nav .selected {
	background-color: #FFFFFF;
}
blockquote {
	margin: 5px 0px 0px 30px;
}
ul {
	list-style-type: none;
	margin-top: 10px;
}
ul li {
	background: url(../../images/ul_bg.gif) no-repeat 2px ;
	padding-left: 13px;
	color: #9DC9D0;
}
#col1 .arrowed {
	margin-left: 10px;
  margin-top: 10px;
}
#col1 ul {
	margin-left: 0px;
	padding-left: 10px;
}
.arrowed {
	background: url(../../images/titles/txt_arrow.gif) no-repeat 0px 2px;
	padding-left: 20px;
	border: 0px;	
}
.noarrow {
	border: 0px;
}
#inner #col2 .arrowed, #inner #col2 .noarrow {
  margin-bottom: 10px;
}
#inner #col2 {
	color: #9DC9D0;
}
.imageleft{
	float: left;
	margin: 5px;
}

.imageright{
	float: right;
	margin: 5px;
}

.imgcenter{
	text-align: center;
	display: block;
	margin: 5px;
}

/* HEADER */
#navigation {
	background: url(../../images/header_navbg.gif) repeat-x;	
	height: 50px;
	margin-left: 126px;
}
#logo {
	position: absolute;
	z-index: 2;
}
#navigation a span {
	visibility: hidden;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}
#navigation ul li ul{
	display: none;
	list-style-type: none;	
	position: absolute;
	top: 50px;
}
#navigation ul li ul li {
	float: none;
}
#navigation ul li ul li a {
	display: block;
	float: none;
	background: #2896C4;
	height: 17px;
	color: #FFFFFF;
	border: 0px;
	border-bottom: 1px solid #5FB8DE;
	font-size: 12px;
	padding: 3px;
	width: 110px;
}
#navigation ul li ul li a:hover {
	background-color: #FFFFFF;
	color: #666666;
}
#navigation a {
	text-decoration: none;
	display: block;
	float: left;
	height: 50px;
	border-right: 1px solid #223849;
}
#navigation a:hover {
	background-position: 0px 0px;
}
#navigation .m1 {
	width: 116px;
	background: url(../../images/header_m1.gif) no-repeat 0px -50px;
}
#navigation .m2 {
	width: 93px;
	background: url(../../images/header_m2.gif) no-repeat 0px -50px;
}
#navigation .m3 {
	width: 60px;
	background: url(../../images/header_m3.gif) no-repeat 0px -50px;
}
#navigation .m4 {
	width: 48px;
	background: url(../../images/header_m4.gif) no-repeat 0px -50px;
}
#navigation .m5 {
	width: 91px;
	background: url(../../images/header_m5.gif) no-repeat 0px -50px;
}
#navigation .m6 {
	width: 70px;
	background: url(../../images/header_m6.gif) no-repeat 0px -50px;
}
#navigation .m7 {
	width: 142px;
	background: url(../../images/header_m7.gif) no-repeat 0px -50px;
	border: 0px;
}
#main #header #topimg {
  background: url(../../images/main_topimg.jpg) no-repeat;
	height: 280px;
}
#inner #header #topimg {
  background: url(../../images/inner_topimg.jpg) no-repeat;
	height: 150px;
}

/* CONTENT AREA */
#content {
	background: #000000 url(../../images/holder_bg.jpg) repeat-y;
}

/* COLUMN 1 */
#main #col1 {
	width: 260px;
	font-size: 11px;
	padding-bottom: 10px;
}
#inner #col1 {
	width: 190px;
	font-size: 11px;	
	padding-bottom: 10px;	
}
#main #col1 div{
	background: url(../../images/main_boxbg.gif) bottom left no-repeat;
	margin: 10px 10px 0px 10px;
	padding-bottom: 10px;	
}
#inner #col1 div{
	background: url(../../images/inner_boxbg.gif) bottom left no-repeat;
	margin: 10px 10px 0px 10px;	
	padding-bottom: 10px;
}
#inner #col1 p, #main #col1 p, #main #col1 .normal, #main #col1 .light, #inner #col1 .normal, #inner #col1 .light{
	display: block;
	margin: 0px 20px;
}

/* COLUMN 2 */
#main #col2 {
	width: 310px;
	background:url(../../images/main_col2_bg.jpg) top right no-repeat;
	padding-bottom: 10px;	  
}
#main #col2 div{
	margin: 20px 30px 0px 10px;
	font-size: 11px;
}
#inner #col2 {
	width: 560px;
	background:url(../../images/inner_col2_bg.jpg) top right no-repeat;
	font-size: 12px;
	padding-bottom: 10px;	
}
#inner #col2 div {
	margin: 20px 30px 0px 10px;
}
#main #col2 div a {
	text-decoration: none;
}
#main #col2 div a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}
#main #col2 p, #main #col2 a {
	display: block;
	text-decoration: none;
	color: #9DC9D0;		
} 
#main #col2 p, #main #col2 a {
	display: block;
	text-decoration: none;
	color: #9DC9D0;		
} 
#main #col2 a:hover {
	text-decoration: none !important;
	color: #9DC9D0;			
}
#main #col1 .boxtop {
	background: url(../../images/main_boxtop.gif) no-repeat;
	height: 10px;
	width: 240px;
	display: block;
}
#inner #col1 .boxtop {
	background: url(../../images/inner_boxtop.gif) no-repeat;
	height: 10px;
	width: 170px;
	display: block;
}

/* COLUMN 3 */
#main #col3 {
	background: url(../../images/main_col3_bg.jpg) no-repeat;
	padding-bottom: 10px;
}
#inner #col3 {
	background: url(../../images/inner_col3_bg.jpg) no-repeat;
	padding-bottom: 10px;	
}

/* FOOTER */
#footer {
	font-size: 10px;
	width: 780px;
	text-align: center;
	padding-top: 10px;
	background: url(../../images/footer_bg.jpg) no-repeat;
}
#footer p {
	color: #4A6A75;
	margin-top: 3px;
}
#footer a {
	color: #217DA2;
	text-decoration: none;
	margin-left: 10px;
}
#footer a:hover {
	color: #33CCFF;
}

/* PARTS */
#join{
	background: url(../../images/col3_join.gif) no-repeat;
	width: 169px;
	display: block;
	padding: 70px 0px 0px 35px;
	margin: 20px 0px 0px 26px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;	
}
#prize {
	width: 169px;
	margin: 20px 0px 0px 26px;	
}
#prize .more {
	width: 169px;
	display: block;
	background: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;1
}
#prize .more:hover{
	background: #33CCFF;
	color: #000000;
}
#pages {
  margin: 10px 0px;
}
#pages td {
	color: #FFFFFF;
	height: 46px;
	padding-left: 44px;
	font-size: 12px;
	padding-right: 5px;
}
#pages td a {
	text-decoration: none;
	color: #82A5B0;
}
#pages #page1{
	background: #081C26 url(../../images/page_1_0.gif) no-repeat;
}
#pages #page1_active{
	background: #195C78 url(../../images/page_1_1.gif) no-repeat;
	font-weight: bold;
}
#pages #page2{
	background: #081C26 url(../../images/page_2_0.gif) no-repeat;	
}
#pages #page2_active{
	background: #195C78 url(../../images/page_2_1.gif) no-repeat;
	font-weight: bold;	
}
#pages #page3{
	background: #081C26 url(../../images/page_3_0.gif) no-repeat;
}
#pages #page3_active{
	background: #195C78 url(../../images/page_3_1.gif) no-repeat;
	font-weight: bold;
}
#pages #page1_active a, #pages #page2_active a, #pages #page3_active a {
	color: #FFFFFF;
}
input, textarea {
	background: #FFFFFF url(../../images/input_bg.gif) no-repeat;
	border: 1px solid #33CCFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
}
.radio {
	background: none;
	border: 0px;
}
.fieldtable {
	background-color: #000D11;
	border: 1px solid #002C3C;
}
.fieldtable td {
	color: #FFFFFF;
	padding-left: 10px;
}
.sbmit {
	background: url(../../images/submit_bg.jpg) center no-repeat;
	padding: 10px;
	border: 0px;
	text-decoration: none;
	color: #FFFFFF;
}