* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color:#CCC;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
}

h2 {
	font-size: 2.0em;
	font-weight: bold;
}

p, li {
	font-size: 1.4em;
}

h1, h2, p {
	margin: 1em 0;
}

h1,h2,h3,h4,h5 {
	color: #003366;
}

a, a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #6387CA;
}

#wrapper {
	background-color: #FFF;
}

#header {
	height: 131px;
	background-color:#003366;
	padding: 0;
	border-bottom: 6px solid #7cbeff;
}

#header h1 {
	margin: 0;
}

#footer {
	font-size: 0.8em;
	background-color:#FFF;
	border-top: 1px solid #666;
	padding: 1px 20px;
}

#footer p {
	text-align: center;
}

/* The Layout
*********************************************************************************/

body {
	text-align: center; 
	min-width: 760px;
}

#wrapper {
	width: 100%; 
	margin: 0 auto; 
	text-align: left; 
}

#content {
	font-size: 0.9em;
}

#footer { 
	clear: both;
	background: #FFF url(../images/footer_bg.gif) repeat-x bottom left;
}

/* padding for content div
*********************************************************************************/

#content {
	padding-top: 10px;
	padding-bottom: 20px;
}

#content * { 
	padding-left: 20px;
	padding-right: 20px;
}

#content * * { 
	padding-left: 0;
	padding-right: 0;
}

/* Main Navigation Styles
*****************************************************************************/
#mainNav ul {
	margin: 0;
	padding: 10px 0 25px 10px;
	border-bottom: 1px solid #666;
	background: #DDD/* url(../images/nav_bg.gif) repeat-x top left*/;
}

#mainNav ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainNav a {
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	font-size: 1em;
	color: #000;
}

#mainNav a.active, #mainNav a:hover {
	border-bottom: 4px solid #666;
	padding-bottom: 7px;
	color: #000;
}

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


/* Breadcrumb Styles
*****************************************************************************/
ul#breadcrumbs {
	margin: 0 0 0 35px;
	padding: 10px 0 25px 10px;
}

ul#breadcrumbs li {
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #999;
	border-left: 1px solid #999;
	background: #FFF url(../images/breadcrumb_arrow.gif) no-repeat right top; 
}

#breadcrumbs a {
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 1em;
	color: #999;
	border-left: 1px solid #999;
	background: #FFF url(../images/breadcrumb_arrow.gif) no-repeat right top; 
}

#breadcrumbs strong {
	font-size: 120%;
}		

body#nav-StepOne #breadcrumbs li.stepOne,
body#nav-StepTwo #breadcrumbs li.stepTwo,
body#nav-StepThree #breadcrumbs li.stepThree,
body#nav-StepFour #breadcrumbs li.stepFour,
body#nav-StepFive #breadcrumbs li.stepFive{
	color: #CC6600;
}
#breadcrumbs li#stepFive {	
	background: none; 	
}

/* Form Styles
*********************************************************************************/
fieldset {
	margin: 1em 20px;
	padding: 1em;
	border : 1px solid #BBB;
	background: #EEE;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #003366;
}

label {
	display: block;
}

input {
	padding: 5px;
}

input.radio, input.submit {
	width: auto;
}

#content th, #content td {
	padding: 5px;
	font-size: 1.2em;
}

.reportIssue {
	text-align: left;
}

