#content .displayTable {
	border: 2px solid #C8CACC;
	margin-bottom: 12px;
}
#content .displayTable td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABAFB1;
	border-bottom-color: #C8CACC;
}
#content .displayTable th {
	padding: 3px;
	background-color: #D1D5D6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ABAFB1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8CACC;
	font-size: 90%;
}
#content .displayTable td {
	background-color: #ECF1F4;
	font-size: 90%;
}
#content  .displayTable  tfoot td {
	background-color: #E0E9ED;
}

#content .displayTable caption {
	color: #595F62;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 4px;
}
#content h1 {
	font-size: 130%;
	color: #B80039;
}
#content h2 {
	font-size: 110%;
	color: #333333;
}
#content h3 {
	font-size: 110%;
	color: #333333;
}
#content h4 {
	font-size: 90%;
	color: #333333;
}

#content p {
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 12px;
}
#content ul, #content ol {
	list-style-position: inside;
	color: #333333;
}
#content ul li {
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 6px;
}
#content ul li ul li {
	font-size: 100%;
	margin-left: 20px;
}
#content ol {
	list-style-position: inside;
	list-style-type: decimal;
}
#content ol li {
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 6px;
	margin-left: 20px;
}
#content ol li ol li {
	font-size: 100%;
}
#content dt {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
}
#content dd {
	font-size: 90%;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 130%;
}
#content blockquote {
	font: 14px/22px normal helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B6CDDD;
	background-color: #C4D7E3;
	padding-top: 4px;
	padding-bottom: 1px;
} 
#content q {
	font-style: italic;
}
#content hr {
	color: #B80039;
	background-color: #B80039;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 4px;
}

#content  a:link {
	text-decoration: none;
	color: #B80039;
}
#content a:visited {
	color: #616E76;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
#content a:active {
	text-decoration: underline;
}
#subContent {
	float: right;
	width: 330px;
	margin-right: 30px;
	padding-left: 30px;
}
#subContent h2 {
	font-size: 110%;
	color: #B80039;
}
#subContent p {
	font-size: 85%;
	margin-bottom: 12px;
}
#subContent  #linksList {
	list-style-type: none;
	font-size: 85%;
}
#subContent  #linksList a {
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #273233;
	display: block;
	font-size: 90%;
	line-height: 28px;
	color: #273233;
	text-indent: 6px;
}
#subContent  #linksList a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}
#subContent  #linksList a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #B80039;
	text-decoration: none;
}
#subContent  #linksList a.first {
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #273233;
}
#subContent #bulleted {
	list-style-type: none;
}
#subContent #bulleted li {
	margin-bottom: 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 10px;
	font-size: 80%;
}

#form2 label {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 8px;
	font-size: 85%;
}
#form2 fieldset {
	padding: 10px;
}
#form2 legend {
	font-size: 90%;
	font-weight: bold;
	color: #B80039;
}

#form2 #btnSubmit {
	margin-top: 10px;
}
#faqs {
	list-style-type: none;
}
#faqs li {
	background-color: #D7DCE2;
	display: block;
	padding: 3px;
}
#faqs li span {
	background-color: #FFFFFF;
	display: block;
	clear: left;
	padding: 3px;
}
.roman {
	font-family: "Times New Roman", Times, serif;
}
.required {
	font-weight: bold;
	color: #B80039;
}
.red {
	background-color: #B80039;
	display: block;
	padding: 4px;
	color: #FFF;
}
#form2 label.sex {
	float: left;
	height: 20px;
	width: 100px;
	display: block;
}

/*contact page*/
#address {
	list-style:none;
}

#address li {
	margin-bottom:20px;
}
