@CHARSET "ISO-8859-1";
* {
padding: 0;
margin: 0;
}

html, body{	
	height:100%;
	}

body {
	text-align:center;
	background-color: #72879a;
	}	
a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}

.mainlink
{
	color:#FF0000;
	text-decoration:none;
}

#wrapper {
	min-height:100%;
	background:#FFFFFF;
	width:900px;
	margin: 0 auto;
	background-image:url("../images/backgroundStrip.gif");
	background-repeat:repeat-y;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}
p
{
	margin-top:20px;
}
ol dl li {
list-style-type:numeral;
list-style-position: outside;
font-size:11px;
position: relative;
top: 20px;
left: 40px;
line-height:normal;
color:#000;
_color:#FFF;; /* show to IE */
}
ol dl li dt {
_margin-top: -70px;
}
ol dl li dd {
width: 700px;
}
ol dl li dt, ol dl li dd {
_list-style-type:numeral;
_list-style-position: outside;
color:#111;
font-size:0px;
line-height:normal;
font-size:11px;
position: relative;
//top: -5px;
//left: -70px;
}
dt {
font-weight:bold;
margin-top: 10px;
margin-bottom: 5px;
}
ul li{
	font-size:11px;
	color:#000;
}

dd {
//background-color: #eeeee7;
padding: 7px;
}


* html #wrapper {
height: 100%;
}

#NAZFBox
{
	float:right;
	width:350px;
	margin-left:20px;
	background-color:#CBD0D6;
	padding:15px;
	height:160px;	
}

#emailBox
{
	border:2px solid;
	border-color:#aaa;
	width:750px;
	padding:20px;
}

.red12
{
	font-size:12px;
	color:#FF0000;
}

#clearBand {
	clear:both;
	width:100%;
	height:1px;
}

.black11{
	font-family:Verdana
}
#menu
{
	width:100%;
	background-color:#4C6176;
	height:32px;
}

#menuItem
{
	padding:10px;
	float:left;
	color:#FFFFFF;
	font-family:Verdana;
	//font-weight:bold;
	font-size:12px;
}

#content
{
	padding: 40px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

#textBorder{
	text-align:left;
	padding:40px 60px 0 60px;
}
li{
	font-size: 12px;
	font-family:Verdana;
	color:#9c1212;
	margin-bottom:10px;
}
td {
	font-size: 12px;
	font-family:verdana;
	color:#9c1212;
	}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align:center;
}	