body {
	margin-top:0;
	padding:0;
	background:#003D7C url(../imgs/header_bkg.jpg) no-repeat top;
}

a {
	outline:none;
}

a:link,a:visited,a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content {
	background-color:#FFF;
	width:950px;
	min-height:525px;
	height:100%;
	border:#ffcc00 solid;
	border-width:1px;
	margin-top:50px;
}

#navigation {
	background:url(../imgs/navgradient_bkg.png) repeat-x;
	height:45px;
	padding-top:15px;
	border-bottom:#B72B1C solid;
	border-bottom-width:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}

a {
	color:#FFF
}

#frntlinks {
	border-left:#CCC solid;
	border-left-width:1px;
	padding-left:10px;
	float:right;
	margin:-710px 15px 0 0;
	width:310px;
	height:500px;
}

/* Font Styling */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#999;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;
	text-transform:uppercase;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
}

#foottxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}

/* styles for press page */
#press {
	margin:10px;
}

#press a:link,#press a:active,#press a:focus,#press a:visited {
	color:#00F;
	text-decoration:none;
}

#press a:hover {
	color:#00F;
	text-decoration:underline;
}

/* end of styles for press page */

/* styles for sponsors */
#sponsors {
	margin:10px;
}

#sponsors p {
	font-size:14px;
}
/* end of styles for sponsors */

/* styles for board */

#board {
	margin:10px;
}

#board h3 {
	color:#000;
}
/* end of styles for board */

/* styles for contact */
#contact {
	margin-top:20px;	
}

#contact a:link,#press a:active,#press a:focus,#press a:visited {
	color:#00F;
	text-decoration:none;
}

#contact a:hover {
	color:#00F;
	text-decoration:underline;
}


/* end of styles for contact */