/* DEFAULT FORMATTING */

* {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}

body {
	background: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
        text-align:center;

}

#container {
	background: url(../images/body.png) repeat-y;
	width: 720px;
	margin: 0 auto;
        text-align:left;
}


/* HEADER & MAIN CONTENT */

#header {
	height: 185px;
	background: url(../images/header.png) no-repeat;
}

.logo {
	height: 61px;
	width: 460px;
	margin: 50px 0px 0px 33px;
}

#content {
	width: 455px;
	float: left;
	margin-left: 30px;
	margin-top: -34px;
	padding-left: 10px;
	display: inline;
}

#titleBar { /* used for titles in red bar */
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 20px;
	text-align:left;
}

h1 {	/* for red headings in main content */
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 6pt;
}

#content ul, #content ol {
	margin-left: 1.5em;
	padding-left: 0;
}


/* how links will look in main content area */
#content a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000;
	}

#content a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #b91439;
	}

#content a:hover, a:active { 
	text-decoration: underline; 
	color: #b91439;
	}


/* MENU */

#menu {
	width: 160px;
	float: left;
	margin-top: -39px;
	padding-left: 30px;
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
}

/* no bullets */
#menu ul {
	width: 160px;
	list-style: none;
}

/* hack to get "display:block" element to display correctly in <IE6 */
#menu a:link, #menu a:visited { 
	display: inline-block;
	}

/* format of links */
#menu a:link, #menu a:visited { 
	color: #b91439;
	font-weight: normal; 
	text-decoration: none;
	display: block;
	padding: 6px 0px 6px 10px;
	}

#menu a:hover, #menu a:active {
	text-decoration: underline;
}

/* secondary links a different size and color */
#menu li ul li a:link, #menu li ul li a:visited {
	font-size: 8pt;
	color: #999;
	display: block;
	padding: 0px 0px 6px 10px;
	text-decoration: none;
}

#menu li ul li a:active, #menu li ul li a:hover {
	text-decoration: underline;
}

/* border on top of menu items */
#menu li {
	border-top: solid 1px #b91439;

}

/* remove top border from first item */
#menu li:first-child {
	border-top: 0;
}

/*remove top border on secondary links */
#menu li ul li {	
	border-top: 0;
}

/* format active link color and background */
#menu a.activeMenuItem:link, #menu a.activeMenuItem:visited {
	background: #ffe090;
	color: #b91439;
}

#menu a.activeMenuItem + ul {
	background: #ffe090;
}

/* FOOTER */ 

#footer {
	background: url(../images/footer.png) no-repeat;
	height: 70px; 
	clear: both;
}


#footerText {
	width: 640px;
	margin-left: 30px;
	padding-top: 33px;
	font-size: 8pt;
	color: #999;

}
