﻿/* HTML Tags */
BODY
{
	padding: 0;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background-color:#000;
}

/* headings */
H1{
	font-size: 14px;
	font-weight:normal;
	margin: 0px 0px 7px -10px;
	border-bottom:solid 1px #CECECE;
	border-top:solid 1px #CECECE;
	padding:10px 0 5px 9px;
}

H2{
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0px 10px 0px;
}

H3{
	font-size: 18px;
	font-weight: bold;
}

H4{
	font-size: 24px;
	font-weight: bold;
	color:#FFF;
}

/* anchors */
A, A:visited {
	color:#4469A0;
	text-decoration: underline;
}

A:hover, A:visited:hover {
	color:#4469A0;
	text-decoration: none;
}

A.noline, A.noline:visited {
	text-decoration: none;
}

A.noline:hover, A.noline:visited:hover {
	text-decoration: underline;
}

A.whiteLink, A.whiteLink:visited {
	color:#FFF;
}

/* html elements */
UL 
{
	margin:5px 0px 0px 20px;
	line-height:160%;
	padding:0;
}

.smallText 
{
	font-size: 11px;
}

.boldText
{
	font-weight:bold;
}

.whiteText {
    color:#FFF;
}

/* forms */
TEXTAREA, SELECT
{
	font-family:Arial;
}
.inputTxt 
{
	font-family : Arial;
	border: solid 1px #a3a3a3;
}

/* page layout */
DIV#BodyWrapper
{
	width:874px;
	margin: 0 auto;
}

DIV#TopPane 
{
	width:100%;
	margin:36px 0px 0px 0px;
}

DIV#TopPane A#Logo
{
    display:block;
	float:left;
	width:159px;
}

/* navigation menu */
DIV#NavigationMenu 
{
	width:100%;
	height:28px;
	clear:both;
	padding:4px 0px 0px 0px;
}

DIV#NavigationMenu DIV#MenuLeft 
{
	float:left;
	width:11px;
	height:28px;
	background-image:url(../../images/layout/mainmenuBackLeft.gif);
} 

DIV#NavigationMenu DIV#MenuRight
{
	float:right;
	width:11px;
	height:28px;
	background-image:url(../../images/layout/mainmenuBackRight.gif);
} 

DIV#NavigationMenu DIV#siteMenu 
{
	float:left;
	width:852px;
	height:28px;
	background-image:url(../../images/layout/mainmenuBack.gif);
	background-repeat:repeat-x;
}

/* secondary menu */
DIV#SecondaryMenu 
{
	width:221px;
	float:right;
	text-align:right;
	margin:20px 0px 0px 0px;
	font-size:11px;
}

/* footer */
DIV#Footer 
{
	clear:both;
	padding:15px 0px 40px 0px;
	width:100%;
	color:#FFF;
	font-size:11px;
}

DIV#Footer DIV#FooterMenu 
{
	float:left;
}

DIV#Footer DIV#FooterWebShark
{
	float:right;
}

DIV#Footer A 
{
	color:#FFF;
}