/*General Elements*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
body
{
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat 0 0;
}

/*Headings*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
h1
{
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #2C74B5;
	margin: 20px 0;
}

h2
{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}


h3
{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

h4
{
}


/*Paragraphs*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
p
{
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.Blue
{
	color: #2C74B5;
}


/*Links*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
a:link, 
a:visited, 
a:active
{
	text-decoration: none;
	color: #2C74B5;
}

a:hover
{
	text-decoration: underline;
}


/* General Custom/Misc */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#Container
{
	width: 780px;
	margin: 0 auto;
	background: white;
	overflow: auto;
}


/*Header*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#Header
{
	height: 120px;
	width: 780px;
	overflow: auto;
	margin: 0 auto;
}

#HeaderLogo
{
	background: url(../images/logo.gif) no-repeat 0 0px;
	height: 55px;
	width: 259px;
	margin: 32px 0 0 20px;
	text-indent:-9009px;
	float: left;
}

#HeaderLogo a,
#HeaderLogo a:link,
#HeaderLogo a:visited,
#HeaderLogo a:hover,
#HeaderLogo a:active
{
	height: 55px;
	width: 100%;
	outline: none;
	border: solid 1px red;
	border: none;
	float: left;
}

#HeaderRight
{
	float: right;
	margin: 50px 35px 0 0;
	font-size: 18px;
	font-style: italic;
	color: #999;
}
 
/*NavBar*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#NavBar
{
    height: 36px;
	width: 780px;
	margin: 0 auto;
	display: block;
	background: #2C74B5;
}

#NavBar ul
{
	margin: 0;
	padding: 0;
}

#NavBar li 
{
	display: block;
	float: left;
	list-style-type: none;
}

#NavBar ul li a 
{
    float: left;
	margin: 8px 0 0 20px;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

#NavBar ul li a:hover,
#NavBar ul li a.CurrentPage
{
	text-decoration: underline;
}



/*Content*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#Content
{
	width: 740px;
	margin: 10px 20px 50px 20px;
	overflow: auto;
}

.ColumnWide
{
	float: left;
	width: 540px;
	margin: 0 30px 0 0;
}

.ColumnThin
{
	float: left;
	width: 380px;
	margin: 0 30px 0 0;
}

.Column50
{
	float: left;
	width: 355px;
	margin: 0 30px 0 0;
}

.Last
{
	margin-right: 0;
}

#News
{
	background: white;
}

/*Footer*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#Footer
{
    height: 50px;
	width: 780px;
	margin: 0 auto 20px auto;
	display: block;
	background: #CCC;
}

#Footer ul
{
	margin: 0;
	padding: 0;
}

#Footer li 
{
	display: block;
	float: left;
	list-style-type: none;
	margin: 15px 0 0 20px;
	display: block;
	color: #000;
	font-size: 12px;
}

#Footer ul li a 
{
	color: #000;
}

#Footer ul li a:hover
{
	text-decoration: underline;
}

