/* CSS Document */
body {
	margin: 0px;
	background-color: #003466;
	background-image: url(../assets/background.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {padding:0px; margin:0px;}
a {color:#003399;}
a:link {color:#003399;}
a:visited {color:#666666;}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
em {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	color: #003366;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	color: #003366;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	padding: 0px;
	margin: 0px;
	color: #003366;
	text-transform: uppercase;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	padding: 0px;
	margin: 0px;
	color: #333333;
	line-height: normal;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: -1px;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	color: #666600;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #999999;
}

#header {
	background: #021548;
	width: 760px;
	border-bottom: 1px solid #000;
	padding: 0px;
	margin: 0px;
}
.headerContent {
	padding: 5px 20px 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	display: block;
	line-height: 0px;
}
.headerContent form{
	padding: 0px;
	display: block;
	line-height: 0px;
	margin: 0px;
}
#footer {
	background: #021548;
	width: 760px;
	border-top: 1px solid #000;
}
.footerContent {
	padding: 8px;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
}
.footerContent a {color:#66FFFF;}
.footerContent a:link {color:#66FFFF;}
.footerContent a:visited {color:#CCCCCC;}
.footerContent a:hover {
	color: #00CECE;
	text-decoration: none;
}

.address {
	background: #021548;
	color: #CCCCCC;
	margin: 0px;
	text-align: center;
	font-size: 90%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.mainContainer {
	padding: 0px;
	background: #fff;
	width: 760px;
	margin: 0px;
	border: 1px #000 solid;
}
td.logoAdvSpace {
	width:168px;
	border-right: 1px #000 solid;
	background: url(../assets/logoSpaceBG.jpg);
	vertical-align: top;
}
td.logoAdvSpaceRight {
	width:172px;
	/*border-left: 1px #000 solid;*/
	background: url(../assets/logoSpaceBG.jpg);
	vertical-align: top;
}
td.mainContentSection {
	vertical-align: top;
}
td.eventsBanner {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
td.contactBox {
	margin: 0px;
	width: 161px;
	vertical-align: top;
}
.contactBoxGoods {
	padding: 10px 0px 10px 5px;
}
td.mainContent {
	margin: 0px;
	background: #FFFFE8;
	vertical-align: top;
	border-right: 1px solid #000;
}
.mainContentText {
	padding: 10px;
	line-height: 18px;
}
.headerBar {
	padding: 0px 0px 0px 10px;
	background: #92B6B3;
	height: 24px;
}
.superSmall {
	font-size: xx-small;
	color: #666666;
}
.emerge {
	font-size: xx-small;
	color: #CCCCCC;
	text-align: center;
	padding: 4px;
}
.emerge a {color:#CCCCCC;}
.emerge a:link {color:#CCCCCC;}
.emerge a:visited {color:#CCCCCC;}
.emerge a:hover {
	color: #00FFFF;
	text-decoration: none;
}
td.smallBoxPadding{
	background-color: #E4E4C9;
	padding: 3px;
	color: #666666;
	font-size: x-small;
}
td.nav {
	background-color: #666633;
	border-top: 1px solid #000;
}
.downloadBox{
	background-color: #FFFFCC;
	padding: 3px;
	color: #666666;
	font-size: x-small;
	width: 220px;
	float: right;
	text-align: center;
	border: 1px solid #ccc;
}