body {
	text-align: center;
	background:#f6f0f0 url(../images/layout/background-gradient.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}

.wrapper {
	width: 944px;
	margin: 0 auto -61px;
	text-align: left;
	background: url(../images/layout/header-bg.png) center top repeat-x;
}

.content{
	background-color: #FFFFFF;
}

.header {
	height: 107px;
}

/*Nav*/

.navstyle {
	height:35px;
	width:944px;
	font-weight: bold;
	background:url(../images/layout/menu-bg.png) center top no-repeat white;
	padding-top: 0px;
}

.navstyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.navstyle ul {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.navstyle ul li {
	display: inline;
}

.navstyle ul li a {
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.navstyle ul li a:hover, .navstyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #F0F0F0;
}
/*Nav End*/

h1 {
	color: #333333;
}

h2 {
	padding: 0 0 0.6em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #ddd 1px 1px 2px;
}

h3 {
	color: #333333;
}

p {
	padding: 0 0.7em 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	position: relative;
	width: 944px;
	margin: 0 auto;
	background:url(../images/layout/footer-repeat.png) no-repeat;
}

.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}

.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	padding: 0;
	color: #d4dd22;
	font: arial,sans-serif;
	text-align: center;
	font-size: 10px;
}

a.manNav:link {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
a.manNav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a.manNav:hover {
	text-decoration: blink;
	font-weight: bold;
	color: #333333;
}
a.manNav:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a.manMenu:link {
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
a.manMenu:visited {
	text-decoration: none;
	color: #999999;
}
a.manMenu:hover {
	text-decoration: blink;
	color: #d4dd22;
}
a.manMenu:active {
	text-decoration: none;
	color: #d4dd22;
}

a.title:link {
	text-decoration: none;
}
a.title:visited {
	text-decoration: none;
}
a.title:hover {
	text-decoration: blink;
}
a.title:active {
	text-decoration: none;
}