/* CSS Document */

* {
   padding:0;
   margin:0;
}

html, body {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #f1e4d7;
}

html, body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 918px;
	margin:0px auto;
	position:relative;
}

#masthead {
	height: 170px;
}

/* ================================NAVBAR================================= */

#navbar {
	position:absolute;
	top:166px;
	width: 187px;
	height: 782px;
	line-height:17px;
}

#navbar p {
	line-height:17px;
	margin-top:0px;
	margin-bottom:0px;
}

#navbar .padding {
	padding-left:0px;
	padding-right:17px;
}

#navbar a:link, #navbar a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	line-height:17px;
	color: #F1E4D7;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #333333;
}

/* ================================maincontent================================= */

#maincontentleft {
	position:absolute;
	top:164px;
	left:221px;
	width: 306px;
	height: 600px;
}

#maincontentleft p {
	line-height:17px;
	margin-top:0px;
	margin-bottom:0px;
}

#maincontentright {
	position:absolute;
	top:164px;
	left:561px;
	width: 357px;
	height: 475px;
}

#maincontentright p {
	line-height:17px;
	margin-top:0px;
	margin-bottom:0px;
}

#maincontentright img {
	margin-bottom:21px;
}


/* ==========     ==========*/

#maincontentleft a, #maincontentright a, #column1 a, #column2 a, #column3 a, #appform a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #A85E7A;
	text-decoration:none;
}

#maincontentleft a:link, #maincontentright a:link, #column1 a:link, #column2 a:link, #column3 a:link, #appform a:link {
	text-decoration:none;
	line-height:17px;
	color: #936;
}

#maincontentleft a:visited, #maincontentright a:visited, #column1 a:visited, #column2 a:visited, #column3 a:visited, #appform a:visited {
	text-decoration:none;
	line-height:17px;
	color: #936;
}

#maincontentleft a:hover, #maincontentright a:hover, #column1 a:hover, #column2 a:hover, #column3 a:hover, #appform a:hover {
	color: #333;
}

#maincontentleft a:active, #maincontentright a:active, #column1 a:active, #column2 a:active, #column3 a:active, #appform a:active {
	color: #333;
}

#maincontentleft a:focus, #maincontentright a:focus, #column1 a:focus, #column2 a:focus, #column3 a:focus, #appform a:focus {
	color: #333;
}

/* ================================headings================================= */

h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #936;
	letter-spacing:1px;
	margin-top:34px;
	margin-bottom:0px;
	line-height:17px;
}

h2 {
	font-size:11px;
	font-weight: bold;
	color: #936;
	margin-top:0px;
	margin-bottom:0px;
	line-height:17px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	line-height:17px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	line-height:17px;
}

h5 {
	font-size: 11px;
	color: #936;
	margin-bottom:0px;
	margin-top:0px;
	line-height:17px;
}

/* ================================lists================================= */

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

/* ================================blockquote================================= */

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	color: #936;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

div.horRule {
	height: 1px;
	border-top: 1px solid #f1e4d7;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height:17px;
}
div.horRule hr {
	display: none;
}

