/* CSS Document */

body{
	margin:0px 0px 30px 0px;
	padding:0px 0px 30px 0px;
	background:url(images/top-border.jpg) top left repeat-x;
	font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:13px;
}


#header{
	font-size:8px;
	color:#CCCCCC;
	line-height:60px;
	font-weight:bold;
	padding-right:4px;
}
#header a:link, #header a:active, #header a:visited {text-decoration:none;color:#666666; font-size:13px;line-height:60px; font-weight:bold;}
#header a:hover {
	color:#000000;
	text-decoration: none;
	line-height:normal;
	font-weight:bold;
}


.header-bg{background:url(images/header-img.jpg) top left no-repeat; height:280px;}

.border-top{background:url(images/border-top.jpg) bottom left repeat-x; height:4px; font-size:2px; color:#FFFFFF;}

.border-bottom{background:url(images/border-bottom.jpg) bottom left repeat-x; height:4px; font-size:2px; color:#FFFFFF;}

#content-box{margin:12px 15px 12px 15px; font-size:11px; line-height:20px; padding:12px 15px 12px 15px;}
#content-box h1{ margin:0px; padding:0px; font-size:18px; font-weight:lighter; color:#FF335C; background:url(images/aero-pink.jpg)  top left no-repeat; padding-left:30px; line-height:22px;  }
#content-box P{margin:4px 4px 0px 4px; padding:4px 4px 0px 4px;}
#content-box a:link, #content-box a:active, #content-box a:visited {text-decoration:none;color:#FF335C; font-size:11px; background:url(images/aero-small.jpg) right top no-repeat; padding-right:14px; line-height:16px;}
#content-box a:hover {text-decoration:none;color:#000000; font-size:11px; background:url(images/aero-small.jpg) right top no-repeat; padding-right:14px;line-height:16px;}

h1{ margin:0px 0px 2px 0px; padding:0px 0px 2px 0px; font-size:22px; font-weight:lighter; color:#FF335C;line-height:28px;}


#content-p{margin:0px 4px 0px 4px; padding:0px 4px 0px 4px;}

.list{margin:10px 0px 0px 10px;}
.list ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.list li{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style:none; background:url(images/aero-orange.jpg) top left no-repeat; padding-left:30px; padding-bottom:16px;}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;
//set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 2px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: grey;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #000000;
}

</style>

