

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana,Arial,sans-serif;
	color: #000;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

h1 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 14px;
 	font-weight: bold;
 	color: #ddd;
 	margin: 0px;
 	padding: 0px;
 	letter-spacing: 1px;
}

h2 {
 	font-family: times,serif;
 	font-size: 36px;
 	letter-spacing: 1px;
 	color: #900;
 	margin: 0px;
 	padding: 0px;
}

h3 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 12px;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h4 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

ul {
 	list-style-type: square;
}

ul ul {
 	list-style-type: disc;
}

ul ul ul {
 	list-style-type: none;
}

label {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	font-weight: bold;
 	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	padding:0px 0px 10px 5px;
	background: #fff;
	border-bottom: 2px solid #777;
	font-size: 11px;
	font-weight: bold;
	line-height:16px;
}

#leftnav {
	border-right: 4px solid #777;
	padding-top: 10px;
	background: #C03129;
}

#content {
  	padding: 0px 90px 20px 50px;
}

#title {
	padding: 6px 6px 6px 10px;
	background-color: #565656;
	border-bottom: 1px solid #777;
	margin-bottom: 15px;
}

#footer {
	padding: 3px 10px 3px 10px;
	background-color: #444;
	border-top: 2px solid #777;
	color: #fff;
	font-size: 9px;
	line-height: 14px;
}



/************** .feature styles ***************/

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 11px;
}

.feature h3 {
	padding: 30px 0px 0px 0px;
	text-align: left;
}

.feature img {
	float: left;
	padding: 0px 20px 5px 0px;
}

.feature p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


/************** Content styles ***************/

#left {
	font-size: 11px;
	border-right: 1px dashed #ccc;
	
}

#left p {
	padding-right: 15px;
}

#right {
	font-size: 11px;
	
}

#right p {
	padding-left: 15px;
}

.caption {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}

#right2 {
	font-size: 11px;
	
}

#right2 a {
	text-decoration: underline;
	color: #000;
}

#right2 a:visited {
	text-decoration: underline;
	color: #000;
}

#right2 a:hover {
	text-decoration: underline;
	color: #900;
}

#right2 p {
	padding-left: 15px;
}


/*********** Left Nav styles ***********/



#sectionLinks {
	padding: 0px;
	background-color: #C03129;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-right: 0px;
	text-align: left;
}

#sectionLinks a {
	display: block;
	padding: 4px 10px 4px 10px;
	color: #fff;
}

#sectionLinks a:visited {
	text-decoration: none;
	color: #fff;
}

#sectionLinks a:hover {
	text-decoration: none;
	color: #000;
}





/************** Footer styles ***************/

#footer span {
	padding-right: 8px;
	padding-left: 8px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
}


/************** Form styles ***************/

.line {
	border-top: 1px dashed #ccc;
	padding: 2px 0px 2px 0px;
}


.issues img {
	vertical-align: middle;
	padding-bottom: 4px;
	padding-top: 4px;
}




