body {
	background-image: url(graphics/background.jpg);
	background-repeat:repeat-x;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

div#outline {
	width: 750px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-image: url(graphics/top_back.jpg);
	background-repeat: no-repeat;
}

div#header {
	background-color: #a1a9b1;
	background-image: url(graphics/logo_back.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 80px;
	width: 650px;
	margin-bottom: 0px;

}

#menu {
	width: 195px;
	font-size: 10pt;
	padding-top: 15px;
	font-weight: bolder;
	float: left;
	margin-left:15px;
}
	
#menu ul {
	list-style: none;
	text-align:left;
}
		
#menu li { 
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
}

#menu li a {
	color: #4E4E4E;
	text-decoration: none;
	padding-left: 0px;
}

#menu li a:hover { 
	color: #A02001; 
}

div#flash {
	padding-top: 5px;
	width: 750px;
	height: 375px;

}

div#contentArea {
	background-image: url(graphics/bottom_back.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 250px;
	padding-top: 0px;
}
div#logo {
	padding-right: 20px
	width: 175px;
	height: 250px;
	float: left;
}
div#pageTitle {
	width: 175px;
	padding-top: 10px;
	float: left;
}

div#content {
	width: 320px;
	padding-top: 10px;
	float:right;
}

div#buildmedia {
	text-align: left;
	color: #333;
	font-weight:100;
	font-size: 7pt;
	padding-left: 370px;
	padding-top: 270px;
	}

#subMenu {
	width: 165px;
	text-indent:10px;
	line-height: 15pt;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px
	color: #FFFF99;
}
	
#subMenu ul { list-style: none; }
		
#subMenu li { margin-right: 0px; }

#subMenu li a {
	font-weight: 900;
	display: block;	
	text-decoration: none;
	text-align: right;
	width: 10px;

}
				

#subMenu li a:hover { color: #f30; }

h1 {
	text-align: left;
	color: #A02001;
	font-weight:bolder;
	font-size: 14pt;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 13px;
}

p {
	text-align: left;
	color: #666;
	line-height: 18px;
	font-size: 9pt;
	margin-right: 0px;
	padding-top: 18px;
	margin-left: 0px;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #a99f78;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */