/* Layout */
body {
	background-color:#e8e8e8;
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	line-height: 1.6em;
	}

#out {
	position: relative; 
	width:762px; 
	height:auto; 
	margin: 0px auto; 
	background-color:#FFFFFF;
	color: #000000; 
}

#in {
	position: static; 
	width: 760px; 
	border:1px solid #cccccc; 
	background-color:#FFFFFF; 
	color: #000000; 
	float:left;
}

#mainHeader { 	
	position: static; 
	width:100%; 
	height:90px; 
	background-color:#000099;
	color: #FFFFFF; 
	float:left;  
}

#container { 
	position: static; 
	width: 740px; 
	height: 100%; 
	margin: 0px auto; 
	padding:10px; 
	background-color:#FFFFFF;
	color: #000000;  
	float:left;
}

#mainHeader #mainHeaderContent {
	position: relative; 
	margin: 0px auto; 
	width:550px; 
	padding:10px; 
	height:auto; 
	float:left;
}

#mainHeader #mainHeaderImage {
	position:relative;
	margin:0px auto;
	width:140px;
	height:auto;
	float:right;
	padding: 10px;
}

#container #left { 
	position: static; 
	float:left; 
	width:190px; 
	height:auto; 
	background-color:#FFFFFF;
	color: #000000; 
}
 
#container #normal {
	position:static; 
	float:right; 
	width:530px; 
	height: auto; 
	padding:10px; 
	background-color:#FFFFFF;
	color: #000000; 
}

#footer {
	position: static; 
	width:740px; 
	padding:10px; 
	background-color:#FFFFFF;
	color: #666666;  
	float:left; 
}

#normal #normalContent {
	position:static; 
	width:530px; 
	height:auto; 
	background-color:#FFFFFF;
	color: #000000;
}

#footer #footerContent {
	position:relative; 
	width:730px; 
	height:auto; 
	background-color:#FFFFFF;
	color: #666666;
}

#document {
	position:relative; 
	width:500px; 
	background-color:#e8e8e8;
	color: #000000; 
	border:1px solid #666; 
	padding:5px; 
	margin: 0px auto; 
	vertical-align:middle;
}


#verticalMenu {
	background-color:#FFFFFF;
	color: #000000;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	width: 190px;
	padding-bottom: 20px;
}

#verticalMenu ul {
	list-style: none;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#verticalMenu ul li {
	display: block; 
	text-align: left; 
	padding: 0px; 
	margin-left: 0px; 
	vertical-align:middle; 
}

#verticalMenu ul li a { 
	vertical-align:middle; 
	width: 100%; 
	height: auto;
	min-height: 30px;
	border-bottom: 1px dashed #ccc;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none; 
	display:block; 
	text-align: left; 
	letter-spacing: 1px; 
	line-height: 2em;  
}



#verticalMenu ul li a:hover { color: #ff0000; text-decoration:underline; background-color:#f9f9f9; }
#verticalMenu a:active	{ color: #990000; text-decoration:underline; background-color:#f9f9f9;}
#verticalMenu a:visited {color: #3399ff; background-color:#ffffff; }
#verticalMenu ul li img { padding: 5px; }

#download {
	margin-top:20px; 
	border-top:1px dashed #ff0000; 
	border-bottom:1px dashed #ff0000; 
	background-color:#ffffff; 
	color: #000000;
}


/* Font Styles */

.skipLink {display:none;}

.redLink { 
	font-style: normal; 
	color: #000000;
	background-color:#FFFFFF; 
}

.headerWhite { 
	font-size:medium; 
	color:#FFFFFF;
	background-color: #000099;
	font-weight:bold; 
}

.headerBlue { 
	font-size:small; 
	color:#3399FF;
	background-color: #000099; 
	font-weight:bold 
}

.documentType {
	color: #000099;
	background-color: #ffffff;
}

ul.LinkList { 
	padding-bottom: 20px; 
	border-bottom:dotted #CCCCCC thin;
}

#document a {
	color: #000099;
	background-color: #e8e8e8;
}

a {
	color: #000099;
	background-color: #FFFFFF;
	text-decoration: none;  
}

a:visited {
	text-decoration:underline; 
	color:#3399ff;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration:underline; 
	color:#FF0000; 
	background-color:#f9f9f9;
}

ul {
	list-style-type:none;
}

acronym { 
	border-bottom: 1px dotted #000; 
	color: #006600;
	background-color: #FFFFFF; 
	cursor:help;
}

.workLoadList {
	list-style-type:square; 
	line-height:2em; 
	color:#000099;
	background-color: #FFFFFF; 
	margin-bottom:20px;
}

.workLoadList a {
	color:#000099;
	background-color: #FFFFFF;
}


/* Fonts */

h1 {
	font-size: medium; 
	font-weight: bold; 
	color: #000000;
	background-color: #FFFFFF; 
	border-bottom:1px solid #cccccc; 
	padding-bottom:2px; 
}

h2 { 
	font-size: small; 
	font-weight:bold 
}

h3 { 
	font-size: small; 
	font-weight:bold;
	color: #999999;
	background-color: #FFFFFF; 
}