/* Begin Global Styles */
* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}

html, body {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	height: 100%;
}

html {
	
}

body {
	text-align: center;
	background-color: #003D5C;
}
/* End Global Styles */

/* Begin Content Area */
#bodyBlock {
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	margin: auto;
	padding-top: 15px;
	clear: both;
}

#contentBlock {
	width: 80%;
	margin: auto;
	color: #999999;
}

.txtContent {
	color: #999999;
}

#navBlock, #titleBlock {
	width: 80%;
	margin: auto;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

#navItem a:link, #navBlock a:visited, #navBlock a:active, #navBlock a:hover {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

#navItem {
	display: block;
	float: left;
	width: 14.28%;
}

.txtLogo {
	color: #0491A5;
	font-family: helvetica, impact, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.txtTitle {
	color: #003D5C;
	font-family: helvetica, impact, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
}

.formTextBox {
	width: 100%;
	border: 1px solid #999999;
}

#titleItem {
	display: block;
	float: left;
	width: 100%;
}

.txtProductTitle {
	color: #36608A;
	font-family: helvetica, impact, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

hr {
	height: 1px;
	width: 80%;
	margin: 5px auto;
	border: 1px solid #7E9EAB;
	background-color: #003D5C;
	clear: both;
}

form {
	display: inline;
}