﻿body 
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #66CCFF url(Img/BodyBack.jpg) repeat-y center top;
	font-family: Arial;
	font-size: 14px;
}

img
{
	border: solid 0px #FFFFFF;
}

#MainWrapper
{
	width: 1000px;
	margin: auto;
}

#Header
{
	height: 100px;
}

#Logo
{
	float: left;
}

#Menu
{
	margin: 0px 15px 0px 0px;
	float: right;
}

#TopMenu
{
	height: 70px;
}

#MainMenu
{
	height: 30px;
}

#TopMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}

#TopMenu ul li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#MainMenu ul
{
	margin: 0px 0px 0px 50px;
	padding: 0px;
	list-style-type: none;
}

#MainMenu ul li
{
	margin: 0px 0px 0px 20px;
	display: inline;
}

#MainMenu a
{
	color: #0E74BD;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#MainMenu a:hover
{
	text-decoration: underline;
}

#Banner
{
	margin: 0px 0px 10px 0px;
}

#Content
{
	padding: 20px;
	background: url(Img/ContentBack.jpg) repeat-y;
}

#Content p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
}

#Content #MainContent
{
	width: 675px;
	float: left;
}

#Content #MainContent h1
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
}

#Content #MainContent a
{
	color: #E6F3FF;
	text-decoration: none;
}

#Content #MainContent a:hover
{
	text-decoration: underline;
}

#Content #MainContent input[type=text]
{
	width: 300px;
	height: 24px;
	border: solid 1px #FFFFFF;
	background: #FFFFFF;
	line-height: 24px;
}

#Content #MainContent textarea
{
	width: 300px;
	height: 200px;
	border: solid 1px #FFFFFF;
	background: #FFFFFF;
	font-family: Arial;
}

#Content #MainContent input[type=submit]
{
	width: 180px;
	height: 36px;
	border: 0px;
	background: url(Img/ButtonBack.png);
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
}

#Content #MainContent input[type=submit]:hover
{
	color: #000000;
}

#Content #MainContent blockquote
{
	margin: 0px 0px 20px 0px;
	padding: 70px 0px 20px 80px;
	background: url(Img/BlockQuoteBack.png) no-repeat;
	color: #0056A4;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

#Content #MainContent .Status
{
	margin: 0px 0px 10px 10px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}

#Content #MainContent .Validator
{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}

#Content #MainContent .IFrame
{
	text-align: center;
}

#Content #MainContent .ContactForm
{
	width: 350px;
	float: left;
}

#Content #MainContent .ContactDetail
{
	width: 300px;
	float: right;
}

#Content #SideContent
{
	width: 250px;
	float: right;
}

#Content #SideContent h2
{
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#Content #SideContent input[type=text]
{
	width: 200px;
	height: 20px;
	border: solid 1px #666666;
	background: url(Img/TextBoxBack.jpg);
}

#OneColumnContent
{
	padding: 20px;
	background: #3DA5FF;
}

#OneColumnContent h1
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	line-height: 35px;
	font-size: 25px;
	font-weight: bold;
}

hr
{
	height: 1px;
	margin: 10px 0px 10px 0px;
	background: url(Img/HorizontalLineBack.png) repeat-x;
	border: solid 0px #FFFFFF;
}

#Footer
{
	height: 100px;
	color: #0D73BD;
	background: url(Img/FooterBack.png) no-repeat;
	text-align: center;
}

#Footer p
{
	margin: 0px;
	padding: 0px;
}

#Footer a
{
	color: #0D73BD;
	text-decoration: none;
}

#Footer small
{
	font-size: 10px;
}

.Clear
{
	clear: both;
}
