/*
General rules for text on the page. Default font is calibri. Background color is off-white.
*/
body, html {
	font-family: Calibri, sans-serif;
	background-color: #121310;
}

/*
Wrapper for the content on the page.
*/
#wrap {
	width: 960px;
	margin: 0 auto;
}

/*
Div definitions.
*/
#header {
	width: 960px;
	border-bottom: 5px solid #121310;
	background: #FFFFFF;
}

#main {
	float: right;
	width: 820px;
	padding: 0px;
	margin-top: 8px;
}

#faux {
	background: url(imgs/background.png) repeat-y;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

#pcgimages {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#navbar {
	float: left;
	width: 140px;
	padding: 0px;
	margin-top: 8px;
}

#footer {
	text-align: center;
	font-size: 8pt;
	clear: both;
	background-image: none;
	background: #f5f5f5;
	padding: 0px;
	margin: 0px;
}


/*
Styles for title text.
*/
#header h1 {
	font-size: 18pt;
	color: #899752;
	padding: 2px 0px 3px 5px;
	margin: 2px;
}

#header h3 {
	font-size: 13pt;
	color: #899752;
	padding: 0px 0px 0px 5px;
	margin: 2px;
	font-weight: normal;
	font-style: italic;
}


/*
Styles for main section.
*/
#main p {
	color: #121310;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
}

#main h3 {
	font-size: 13pt;
	color: #95AA61;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

#main h4 {
	font-size: 12pt;
	color: #95AA61;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

#main ul {
	margin-top: 2px;
	margin-bottom: 5px;
	list-style: none;
}

#main li {
	color: #121310;
	font-size: 11pt;
	font-family: Calibri, sans-serif;
	padding-left: 10px;
	background-image: url(imgs/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#main a {
	color: #899752;
	text-decoration: none;
	font-style: bold;
}

#main a:hover {
	text-decoration: underline;
}

/*
Styles for the navigation bar.
*/

#navbar ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
} 
#navbar li {
	float: left;
}
#navbar a {
	color: #FDFFE3;
	width: 115px;
	float: left;
	display: block;
	background: #899752;
	border-bottom: 1px solid #D6E68A;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	font-size: 11pt;
}
#navbar a:hover {
	text-decoration: none;
	background-color: #95AA61;
}
#navbar .current {
	color: #eee;
	width: 115px;
	float: left;
	display: block;
	background: #95AA61;
	border-bottom: 1px solid #D6E68A;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	font-size: 11pt;
}





