*{
	margin: 0;
	padding: 0;
}

body {
	background: #464645 url(../images/centerline_images/bg.jpg) top repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}

h3 {
	font-family: verdana, tahoma, arial, sans-serif;
	color: #ba082a;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

/*
p {
	line-height: 25px;
	margin-bottom: 30px;
}
*/

/* Layout Settings */

#wrapper {
	background: #FFFFFF url(../images/centerline_images/centerline-wrapper.jpg) top left no-repeat;
	margin: 0 auto 0 auto;
	/* width: 770px; */
	width: 800px;
}

#alpha {
	float: left;
	width: 250px;
	/* Could make this 200 and beta 670 but need to redo top pic if so */
}

#beta {
	float: left;
	/* width: 520px; */
	width: 550px;
}

.clear{ clear: both; }


/* Main Navigation Settings */

#mainnav {
	height: 153px;
	/* padding: 20px 50px 0 50px; */
	padding: 5px 5px 0px 20px;
}

#mainnav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#mainnav a:hover{ color: #CCCCCC; }


#mainnav ul {
	float: left;
	font-size: 10px;
	list-style: none;
	padding-top: 25px;
}


/* Logo Settings */

#logo {
	float: right;
	height: 150px;
	width: 300px;
}

/* Secondary Navigation Settings */

#secondnav {
	height: 260px;
	/* margin-top: 150px; */
	margin-top: 135px;
	padding: 30px 0 0 20px;
}

/*
#secondnav a {
	color: #898989;
	text-decoration: none;
}

#secondnav a:hover {
	color: #0f0f0f;
}
*/

#secondnav ul {
	font: 14px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-top: 35px;
}

#secondnav ul li { margin-bottom: 8px; }


/* Content Settings */

#content {
	/* padding: 10px 50px 20px 50px; */
	padding: 15px 10px 10px 10px;

	color:#000000;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, tahoma, arial, sans-serif;

}

#content a {
	color: #ba082a;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

#content p {
	line-height: 15px;
	margin-bottom: 15px;
}

#content ul {
	list-style-position: inside;
	list-style-type: disk;
}

#content li {
	margin-bottom: 8px;
}

#content li.level2 {
	text-indent: 10px;
	list-style-type: none;
	margin-bottom: 4px;
}

/*
#content td {
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	font-family:verdana, tahoma, arial, sans-serif;
}

#content td a {
	color:#ba082a;
	text-decoration:underline;
	font-weight:bold
}

#content td a:hover {
	text-decoration:none;
}
*/


/* Footer Settings */

#footer {
	background-color: #f2f2f2;
	clear: both;
	font: 12px arial, Times, serif;
	padding: 15px 50px 15px 50px;
	text-align: right;
}

#footer a {
	color: #ba082a;
	text-decoration: none;
	margin-left: 15px;
}


.rootMenu a {width:100%; margin-left:0px; line-height:20px; font-family:Tahoma; font-size:12px; color: #000000; text-decoration:none; font-weight:bold;}
.rootMenu a:hover {color: #0f0f0f; letter-spacing:2px; }
.childMenu a {width:100%; line-height:15px; margin-left:10px; font-family:Tahoma; font-size:11px; color: #000000; text-decoration:none; font-weight:bold;}			
.childMenu a:hover {color: #0f0f0f; letter-spacing:2px; }
.activePage a {color:#ba082a;}
