/*Clean Slate"*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ol {
	margin-left: 1.4em;
	list-style: decimal;
}
ul {
	margin-left: 1.4em;
	list-style: square;
}

/*----------*/

body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 62.5%;
	background-image: url(../images/grey_texture.gif);
}
p {
	font-size: 1.0em;
	color: #404040;
}
h1 {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC    Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #a6851d;
	line-height: 1.8em;
}
h2 {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC    Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #a6851d;
	line-height: 1.6em;
}
h3 {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC    Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #a6851d;
	line-height: 1.1em;
	border-bottom: 1px solid #808080;
	padding-bottom: 5px;
	margin-bottom: 7px;
	padding-top: 0.8em;
}
h4 {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC    Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #a6851d;
	line-height: 1.1em;
}
ul {
	line-height: 1.5em;
	margin-left: 3.0em;
}
a {
	text-decoration: none;
	color: #404040;
}
#wrapper {
	width: 800px;
	border-top: 1px solid #808080;
	border-right: 3px solid #404040;
	border-bottom: 3px solid #404040;
	border-left: 1px solid #808080;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #fff;
}
#banner {
	height: 230px;
	background: #e2e4e6 url(../images/header.jpg) right bottom no-repeat;
}
#topLinks {
	height: 10px;
	width: 800px;
	background-color: #1e4d9b;
	font-size: 1.0em;
}
#topLinks h1 {
	font-size: 1.2em;
	color: #FF6600;
	line-height: 1.0em;
}
#topLinks p {
	font-family: "Times New Roman", serif;
	font-size: 0.9em;
	color: #FF6600;
	line-height: 1.0em;
}
#contentWrapper {
	width: 800px;
	background: #ffffff url(../images/sidebarL_bg.jpg) repeat-y;
	margin-left: 0px;
	margin-right: 0px;
}
#contentWrapper a {
	color: #1e4d9b;
}
#sidebarL {
	float: left;
	width: 160px;
	font-size: 1.0em;
	margin-top: 0px;
	padding: 5px 15px 0 25px;
	border-right: 0px dotted black;
}
#sidebarL p {
	font-size: 1.5em;
}
#sidebarL h2 {
	font-size: 2.1em;
	font-weight: bold;
	margin-left: 0;
	color: #a6851d;
	padding-top: 0.7em;
}
#sidebarL h3 {
	font-size: 1.7em;
	color: #a6851d;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 3px;
	padding-top: 0em;
}
#sidebarL hr {
	display: block; 
	clear: both; 
	margin: -0.66em 0;
  	visibility: hidden;
}
#sidebarL a:hover {
	font-weight: bold;
    background-color: #bfb863;
	display: block;
}
ul.menu {
    list-style-type: none;
	/*width: 14em;*/
	text-transform: uppercase;
	margin-top: 7px;
    padding-left: 0;
    margin-left: 0;
	overflow: hidden;
}
ul.menu a {
	text-decoration: none;
    color: #000000;
    text-transform: uppercase;
	font-size: 1.3em;
	margin-top: 4px;
    padding: 4px 5px 3px 30px;
    display: block;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}
ul.menu a:hover {
    font-weight: bold;
    background-color: #bfb863;
    background-position: 3px 50%;
}
#mainContent {
	font-size: 1.2em;
	min-height: 500px;
	margin: 0px 70px 0px 200px;
	border-left: 1px solid #c1c1c1;
	padding-left: 80px;
	padding-right: 40px;
}
#mainContent p {
	padding-bottom: 7px;
	padding-left: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#mainContent h1 {
	margin-left: -60px;
	font-size: 2.2em;
}
#mainContent h2 {
	margin-left: -30px;
}
#mainContent h3 {
	margin-left: 0px;
}
#mainContent h4 {
}
#mainContent img {
	margin-bottom: 4px;
	margin-right: 7px;
	border-top: 2px solid #c1c1c1;
	border-right: 3px solid #404040;
	border-bottom: 2px solid #404040;
	border-left: 2px solid #c1c1c1;
}
#mainContent ul {
	margin-left: 15px;
	font-size: 1.2em;
}
#footer {
	clear: both;
	background: #1e4d9b;
	height: 80px;
	border-top: 1px solid #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}
#footer p {
	color: #ffffff;
}
.alignR {
	text-align: right;
}

