/*----------------------------------------------------------------------------
| Main Template Styles
|---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #0D4394;
	text-align: center;	/* IE Workaround for centering */
}

#main-wrapper {
	width: 480px;
	margin: 30px auto;
	padding: 20px;
	font-family: Verdana, Geneva, Arial;
	font-size: 80%;
	background-color: white;
	border: 4px dashed white; /* Works in IE */
	outline: white dashed 3px;	/* Works in IE and non IE */
}

#header {
	clear: both;
	text-align: center;
	vertical-align: center;
}

#content {
	margin-top: 20px;
	clear: both;
	text-align: left;
	vertical-align: center;
}

#footer {
	margin-top: 20px;
   clear: both;
   font-size: 0.9em;
	text-align: center;
	vertical-align: center;
}

/*----------------------------------------------------------------------------
| General Text Styles
|---------------------------------------------------------------------------*/
.question {
    font-weight: bold;
}
.answer {
}
.highlight {
	border-bottom: 1px dashed;
}
.error {
	color: red;
	font-weight: bold;
}

/*----------------------------------------------------------------------------
| Link Styles
|---------------------------------------------------------------------------*/
a:link, a:visited {
	color: #CC3333;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

/*----------------------------------------------------------------------------
| Form Styles
|---------------------------------------------------------------------------*/
.label {
	font-style: italic;
	padding-right: 20px;
}

input, textarea {
	border: thin solid #808080;
	border-width: 1px 1px 1px 1px;
}

input#check {
	border: none;	
}
