﻿body {
	padding:0;
	margin:0;
	font-family:Century Gothic;
	font-size:13px;
}

.clearBoth {
	clear:both;
}

a {
	color:#3399CC;
	text-decoration:none;
	cursor: pointer;
}

a:hover {
	color:#FF6600;
}

img {
	border:none;
	vertical-align:text-bottom;
}

form {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
}

th {
	text-align:left;
	color:#D03D04;
}

td {
	padding-right:50px;
}

#container {
	margin:0 auto;
	width:960px;
}

#top {
	margin:0 auto;
	width:960px;
	height:120px;
	background-image:url(../img/TopImg.png);
	background-repeat:no-repeat;
	background-position:left 20px;
}

#mainMenuWrapper {
	background-image:url(../img/MainMenuBg.png);
	background-repeat:repeat-x;
}

.MainMenu {
	height:35px;
	padding:0;
	margin:0;
	display:block;
	border-left:1px solid #FFFFFF;
}

.MainMenu li {
	padding:0;
	list-style-type:none;
	display:block;
	float:left;
	width:123px;
	height:35px;
	text-align:center;
	font-size:16px;
	border-right:1px solid #FFFFFF;
}

.MainMenu li a {
	display:block;
	height:27px;
	padding-top:8px;
	color:#FFFFFF;
	text-decoration:none;
}

.MainMenu li a:hover {
	background-image:url(../img/MainMenuItemOver.png);
	background-repeat:repeat-x;
}

.MainMenu li.Selected a, .MainMenu li.Selected a:hover {
	background-image:url(../img/MainMenuItemDown.png);
	background-repeat:repeat-x;
}

#middle {
}

#content {
	margin-top:15px;
	margin-left:5px;
}

#bottom {
	border-top:1px solid #D03D04;
	margin-top:20px;
	height:80px;
	color:#D03D04;
}

#bottom a {
	color:#F44604;
	text-decoration:none;
}

#bottom a:hover {
	text-decoration:underline;
}

#bottomLeft {
	margin-top:10px;
	margin-left:15px;
	width:500px;
	float:left;
}

#bottomRight {
	margin-top:10px;
	width:150px;
	float:right;
	text-align:right;
	font-size:18px;
	margin-right:15px;
}

div.separator {
	clear:both;
	height:1px;
	font-size:1px;
}

#downloadButton, #downloadButton:hover {
	color:#FFFFFF;
	font-size:18px;
	background-image:url(../img/DownloadButtonBg.png);
	background-repeat:no-repeat;
	display:block;
	width:120px;
	height:30px;
	text-align:center;
	padding-top:5px;
	margin-left:10px;
}

.section {
	margin-bottom:50px;
}

.spacer1 {
	height:30px;
}

h1 {
	color:#D03D04;
	font-weight:bold;
	margin-bottom:15px;
	font-size:28px;
}

.heading2 {
	color:#D03D04;
	font-weight:bold;
	margin-bottom:10px;
	font-size:15px;
}

.spacer2 {
	height:15px;
}

.heading3 {
	color:#D03D04;
	margin-bottom:5px;
	font-size:13px;
}

#TopHeading {
    padding-top:30px;
    padding-left:90px;
}

#TopHeading h1 {
    font-weight:normal;
    color:#d03d04;
    font-size:30px;
    margin:0;
}

#TopHeading h2 {
    margin:0;
    font-weight:normal;
    color:#333333;
    font-size:18px;
}