/* CSS Document */

body {
	margin: 10px 0px 0px;
	padding: 0px;
	background-color: #F5F2ED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper	{
	clear:both;
	float:none;
	width:800px;
	padding:0;
	margin:0px auto;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}

.skip {
	display: none;
}

#header-wrapper	{
	height: 110px;
	background-color: #FF6600;
}
#curve1	{
	background-image: url(../images/curve_top.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#logo	{
	float: left;
	height: 90px;
	width: 350px;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
#logo a	{
	display: block;
	height: 90px;
	width: 350px;
}
#logo h1	{
	display:none;
}

/* topnav */
#topnav	{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#topnav ul	{
	margin: 0px;
}
#topnav li	{
	display:inline;
	padding-right: 15px;
	list-style-type: none;
	margin: 0px;
}
#topnav a:link, #topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* /topnav */


/* sidebar */
#sidebar-wrapper {
	float: right;
	display: block;
	width: 250px;
	margin: 10 0 10px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#sidebar {
	display: block;
	padding: 10px 10px 0;
	background-color: #fff;
}
#sidebar p	{
	color: #666666;
	margin-top: 0px;
	margin-bottom: 12px;
}
#sidebar ul {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:10px;
}
#sidebar li {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	color: #666666;
	margin-left: -10px;
}
#sidebar .links {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 8px;
	color: #723B8E;
	font-weight: bold;	

}
#sidebar .links {
	font-weight: bold;	
}

#sidebar a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: none;
	color:#6E4277;
}


/* /sidebar */

/* content */
#content-container	{
	padding: 10px 15px 5px 0px;
	background-color: #fff;
	margin-top: 1px;
}
.outline {
	border: 1px solid #666;
}

#content a img, #content abbr {
	border: 0;
}
#content {
	background-color: #fff;
}
.indent {
	margin-right: 30px;
	margin-left: 30px;
}
p.note {
	background-color: #EFEFEF;
	border: 1px solid #aaa;
	padding: 10px;
	width: 80%;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 2em;
}
#content ol {
	margin-top: 8px;
}


#content ul, #content ol, #content p, #content img {
	margin-bottom: 1em;
}
#content ol li li {
	list-style-type: square;
}
h2, h3, h4, h5, h6 {
}
h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px;
}
h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-size: 20px;
	margin: 0px;
	font-weight: lighter;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6E4277;
	padding-left: 15px;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -0.5px;
}
h5 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	margin: 0px;
	font-weight: lighter;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#content blockquote {
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	color: #666666;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
#leftcol {
	width: 475px;
}
#leftcol1 {
	width: 740px;
	margin-left:auto;
	margin-right:auto;
}
#leftcol p {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}


/* /content */


/* footer */
#footer-container	{
}
#footer	{
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	height: 30px;
	clear: both;
	background-color: #666666;
	color: #FFFFFF;
	background-image: url(../images/curve_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: normal;
}
#footer p	{
}
#footer a	{
	color: #FF6600;
	text-decoration: underline;
}

/* /footer */
