body {
	font-family: "arial";
	font-size: 13px;
	margin: 0;
	background: url(images/background.gif);
}

a {
	color: #0C1967;
	text-decoration: none;
}

a:hover {
	color: #C7A100;
}

em {
	font-style: italic;
}

img {
	border: none;
}

li {
	text-align: left;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #0C1967;
}

h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #0C1967;
}




/*-----------------------------------Header-----------------------------------*/

#header {
	height: 67px;
	margin: 0;
	padding: 0;
	border-bottom: 23px solid #0C1967;
	background: url(images/BanLeft.gif) no-repeat top left;
	background-color: #DCDCDC;
}




/*-----------------------------------Logo-----------------------------------*/

#logo {
	margin: 0 0 0 226px;
}




/*-----------------------------------Main Nav-----------------------------------*/

#mainNav {
	

	font: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 4px solid #0C1967;
}

#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNav a:hover {
	color: #C7A100;
}

#mainNav table {
	text-align: center;
}

#mainNav td {
	height: 15px;
	padding: 0 10px 0 10px;
}

.mainNavLink {
	border-right: 1px solid #FFFFFF;
}

.mainNavSpacer {
	width: 75px;
	border-right: 1px solid #FFFFFF;
}




/*-----------------------------------Sub Nav-----------------------------------*/

.dropDown {
	width: 200px;
	postion: absolute;
	z-index: 200;
	background: #dfdfdf;
}
.dropDown ul {
	list-style: none;
}
.dropDown li:hover {
	background: #f3f3f3;
}

#companySubNav {
	margin: 0 0 0 100px;
}




/*-----------------------------------Content-----------------------------------*/

#content {
	background: url(images/LeftSide.gif) no-repeat;
	background-position: 0 48px;
}




/*-----------------------------------Content Space-----------------------------------*/

#contentSpace {
	height: 48px;
	background: url(images/toolBack.gif);
}

#contentSpaceLeft {
	width: 88px;
	height: 48px;
	background: url(images/ToolLeft.gif);
}




/*-----------------------------------Main Content-----------------------------------*/

#mainContent {
	width: 730px;
	margin: 25px 0 0 50px;
}

.bigButton a {
	padding: 5px 25px 5px 25px;
	border: 1px solid #000000;
	color: #000000;
	background: #dfdfdf;
}
.bigButton a:hover {
	border: 1px solid #000000;
	color: #000000;
	background: #f3f3f3;
}

.contactForm {
	width: 535px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 10px;
	border-top: 2px solid #0C1967;
}
.contactForm td {
	padding: 0 0 10px 0;
}

.emphasis {
	font-weight: bold;
	color: #0C1967;
}

.pageImage {
	float: right;
}
.pageImage img {
	margin: 0 0 5px 10px;
}

.subnote {
	font-size: 11px;
}

.quote {
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
	color: #0C1967;
}




/*-----------------------------------Main Content Left-----------------------------------*/

#mainContentLeft {
	width: 555px;
	margin: 25px 0 0 50px;
}




/*-----------------------------------Main Content Right-----------------------------------*/

#mainContentRight {
	width: 150px;
	margin: 25px 0 0 25px;
}

#mainContentRight ul {
	list-style: none;
}

#mainContentRight li {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #000000;
}




/*-----------------------------------Footer-----------------------------------*/

#footer {
	width: 730px;
	margin: 50px 0 20px 50px;
}




/*-----------------------------------Contact Info-----------------------------------*/

#contactInfo {
	font-size: 11px;
	text-align: center;
	color: #0C1967;
}




/*-----------------------------------Footer Links-----------------------------------*/

#footerLinks {
	font-size: 12px;
	border-top: 1px solid #0C1967;
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
}

#footerLinks a {
	margin: 10px;
}