@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000099;
}

img {
	border: none;
}

html, body, #wrapper {
	line-height: 130%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width: 	940px;
	/*background: #e3dd75;*/
	margin: 0 auto 20px auto;
	position: relative;

}
/*******************************************************/

#header {
	height: 92px;
	width: 940px;
	background:  url(../images/header-bg.gif) repeat;
	overflow: hidden;
}
#header h1{
	height: 0px;
	margin-left: 30px;
	/*width: 237px;*/
	padding-top: 92px;
	background: url(../images/header.gif) no-repeat;
	
	overflow: hidden;
}
/*******************************************************/

#sidebar {
	padding: 15px 0 0 20px ;
	width: 140px;
	float: left;
	text-align: right;
}
#sidebar .menu {
	list-style: none;	
}
#sidebar .menu li {
	position: relative;
	width: 162px;
	height: 24px;
	line-height: 20px;
	margin-bottom: 3px;
}
#sidebar .menu li a {
	position: relative;
	display: block;
	width: 155px;
	padding-left: 7px;
	height: 24px;
	text-decoration: none;
	color: #577336;
	border-bottom: dashed 1px #422311;
	/*background: url(../images/btn.gif) top no-repeat;*/
}
#sidebar .menu li a:hover, #sidebar .menu li a:active, #sidebar .menu li p {
	position: relative;
	display: block;
	width: 155px;
	padding-left: 7px;
	height: 24px;
	color: #422311;
	border-bottom: solid 1px #422311;
	/*background: url(../images/btn.gif) bottom no-repeat;*/
}

/*******************************************************/

#content {
	background: #ffffff;
	margin: 0px 17px 20px 0 ;
	padding: 6px 16px 0 16px;
	min-height: 400px;
	width: 670px;
	float: right;
}

.attachments {
	text-align: right;
	margin: -12px 0 12px 0;
}

.alignRight {
	text-align: right;	
}
.floatRight {
	float: right;	
}
.pinRight {
	margin-left: 194px;
}
/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	margin: 0 0 20px 0;
	}

h2 {
	font-size:1.2em;
	margin: 16px 0 12px 0;
	}

h3 {
	font-size:1.1em;
	margin: 0 0 8px 0;
}
	
h4 {
	font-size:1.2em;
	margin: 0 0 8px 0;
	font-weight: normal;
}
	
h5 {
	font-size:.9em;
	margin: 0 0 8px 0;
	}
	
h6 {
	font-size:.8em;
	margin: 0 0 8px 0;
	}

p {
	margin: 0 0 5px 0;	
}
/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul {
	margin:15px 0px 25px 25px;
	padding:0px;
}

#content ul li {
	padding: 0px;
	margin-bottom: 5px;
	}

#content ul li a {
	color:#017CBC;
}

#content ul li a:visited {
	
}

#content ul li a:hover, #content ul li a:active {
	color:#660099;
	text-decoration:underline;
}

/*******************************************************/

#footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	width: 940px;
	background:  url(../images/header-bg.gif) repeat-x center;

}

#footer img {
	border: none;
	padding-top: 17px;
}

