@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img, form, tr, td {margin:0px; padding:0px; }

/* END RESETS */

/* START CENTER */

#center {
float: left;
width: 630px;
margin-left: 20px;
}

#center h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #034ea2;
	margin-top: 30px;
}

#center a {
color: #034ea2;
text-decoration: none;
}

#center a:hover {
text-decoration: underline;
color: #44c8f5;
}

#center a:visited {
color: #4283cb;
}

#center img {
border: 0px;
}

#sectionHeader {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}

#center p.line {
border-bottom: 1px dotted #CCCCCC;
margin-bottom: 10px;
margin-top: 15px;
}

#center a {
color: #034ea2;
text-decoration: none;
}

#center a:hover {
text-decoration: underline;
color: #44c8f5;
}

#center a:visited {
color: #4283cb;
}


/* START TABLE */

#listTable {
	float: left;
	width: 630px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#listTable .sublistfull {
	float: Left;
	width: 600px;
	padding-left: 20px;
}

#listTable .sublist {
	float: Left;
	width: 280px;
	padding-left: 20px;
}

#listTable .sublistthrd {
	float: Left;
	width: 160px;
	padding-left: 20px;
}

#listTable .sublist p, .sublistfull p, .sublistthrd p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#listTable .sublistfull a, #listTable .sublistthrd a {
	color: #c61d23;
}

#listTable .sublistfull a:hover, #listTable .sublistthrd a:hover {
	color: #ff3131;
}

#listTable .sublistfull a:visited, #listTable .sublistthrd a:visited {
	color: #f1abae;
}