html {
	margin: 0;
	padding: 0;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #202020;
	background: url(../images/page-assets/main-background.jpg) repeat-x top left #01143c;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
}

.left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
}

a {
	color: #e71052;
	text-decoration: none;
}

a:hover {
	color: #e71052;
	text-decoration: underline;
}

h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #e71052;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	color: #e71052;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #e71052;
	font-size: 110%;
	font-weight: normal;
}

h4 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #e71052;
	font-size: 100%;
	font-weight: normal;
}

.smaller {
	font-size: 0.8em;
}

#outer {
	margin: 0;
	padding: 0;
	width: 100%;
}

#inner {
	position: relative;
	float: none;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#header {
	width: 950px;
	height: 135px;
	margin: 0;
	padding: 0;
}

.menu {
	width: 950px;
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	background: url(../images/page-assets/nav-bar-bg.gif) no-repeat top left;
}

* html .menu {
	width: 951px;
	w\idth: 950px;
}

.menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 12px 9px 0px 8px;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #ffffff;
	height: 38px;
	background: url(../images/page-assets/nav-bar-seperator.gif) no-repeat top right;
}

.menu li a:hover {
	color: #356ab3;
	text-decoration: none;
}

.menu:hover > a, .menu li:hover > a {
	background: url(../images/page-assets/navbar-current.gif) repeat-x 0px 1px #eef4fc;
	color: #356ab3;
}

* html .menu li a:hover {
	background: url(../images/page-assets/navbar-current.gif) repeat-x 0px 1px #eef4fc;
	color: #356ab3;
}
 
 /* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 50px;
	left: -40px;
	list-style: none;
	width: 150px;
	background-color: #eef4fc;
	font-size: 0.8em;
}

/* another hack for IE5.5 */
* html .menu li ul {
	top: 50px;
	t\op: 51px;
}
 
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.menu li ul li {
	height: auto;
	width: 150px;
}
 
/* style the second level links */
.menu li ul a {
	position: relative;
	float: none;
	color: #214a79;
	padding: 0px 0px 0px 10px;
	background-color: #e5ecf6;
	background-image: none;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;

z-index:500;
}
 
/* make the second level visible when hover on first level list OR link */
.menu li:hover ul, .menu li a:hover ul {
	visibility: visible;
}

#contentouter {
	background-color: #ffffff;
	width: 930px;
	padding: 10px;
	margin: 0;
	font-size: 0.9em;
}

#contentleft {
	width: 730px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#contentright {
	width: 190px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#contentleft #leftcolumn {
	width: 190px;
	margin: 0;
	padding: 0;
}

#contentleft #rightcolumn {
	width: 530px;
	margin: 0;
	padding: 0;
}

#contentleft #leftcolumn .pod, #contentright .pod {
	width: 190px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#contentleft #rightcolumn .pod {
	width: 530px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#contentleft #leftcolumn .pod .boxtitle, #contentright .pod .boxtitle {
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/page-assets/pod-title-bg.gif) repeat-x top left;
	border: 1px solid #0e4071;
	color: #ffffff;
	width: 188px;
	margin: 0;
	padding: 5px 0px 0px 0px;
	height: 28px;
	text-indent: 10px;
	font-size: 1.1em;
}

#contentleft #rightcolumn .pod .boxtitle {
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/page-assets/pod-title-bg.gif) repeat-x top left;
	border: 1px solid #0e4071;
	color: #ffffff;
	width: 528px;
	margin: 0;
	padding: 5px 0px 0px 0px;
	height: 28px;
	text-indent: 10px;
	font-size: 1.1em;
}

#contentleft #leftcolumn .pod .content, #contentright .pod .content {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	width: 170px;
}

#sponsors {
	width: 100%;
	background-color: #ffffff;
	margin: 0;
	padding: 0px 0px 20px 0px;
}

#sponsors ul {
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sponsors ul li {
	display: inline;
	list-style: none;
	margin: 0px 20px 0px 20px;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 20px 0px 40px 0px;
	background: url(../images/page-assets/footer-shadow.gif) no-repeat top center #ffffff;
	font-size: 0.8em;
	color: #3876ca;
}

#footer ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer ul li {
	position: relative;
	float: none;
	display: inline;
	list-style: none;
	padding: 0px 4px 0px 4px;
}

#footer ul li a {
	color: #3876ca;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #3876ca;
	text-decoration: underline;
}

#footer .powered {
	position: absolute;
	left: 10px;
	top: 15px;
}

#footer .rss {
	position: absolute;
	right: 10px;
	top: 10px;
}

.newsconsole {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.newsconsole {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.newsconsole .newsimage {
	width: 249px;
	height: 201px;
	margin: 0px 0px 1px 0px;
	padding: 0;
}

.newsconsole .newsarticle {
	width: 270px;
	height: 201px;
	margin: 0px 0px 1px 0px;
	padding: 0;
	overflow: hidden;
}

.newsconsole .newsarticle h1 {
	margin: -4px 0px 0px 0px;
	padding: 0;
}

.newsconsole .newsbar {
	width: 530px;
	height: 53px;
	background: url(../images/page-assets/news-bar.gif) repeat-x top left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.newsconsole .newsbar li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 4px 1% 0px 1%;
	list-style: none;
	width: 23%;
	height: 49px;
	background: url(../images/page-assets/news-bar-seperator.gif) no-repeat top right;
}

.newsconsole .newsbar li.last {
	background-image:  none;
}

.newsconsole .newsbar li a {
	color: #ffffff;
	text-decoration: none;
}

.newsconsole .newsbar li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.video {
	width: 230px;
	margin: 0;
	padding: 0;
}

.thumbnails {
	width: 244px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	list-style: none;
	margin: 0px 0px 20px 20px;
	padding: 0;
	display: inline;
}

.thumbnails li img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	border: 1px solid #b5063c;
}

.thumbnails li img:hover {
	border: 1px solid #3876c9;
}

.fakebutton {
	background: url(../images/page-assets/button-bg.gif) repeat-x 0px 0px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding: 0px 8px 0px 8px;
	border: 1px solid #89042d;
	margin: 0;
}

.fakebutton a {
	color: #ffffff;
	text-decoration: none;
}

.fakebutton:hover {
	background: url(../images/page-assets/button-bg.gif) repeat-x 0px -24px;
	border: 1px solid #0e4071;
}

.fakebutton a:hover {
	color: #ffffff;
	text-decoration: none;
}

.formelement {
	background: url(../images/page-assets/form-element-bg.gif) repeat-x top left #fdfefe;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #bfdfe5;
	width: 98%;
	padding: 4px 0px 4px 2%;
}

