body 
{
	margin: 0;
	padding: 0;
	color: #2E2314;
	text-align: center;
	background: #c0c0c0 url(../images/stripe.png);
	font: normal 13px "Trebuchet MS", "Lucida Grande", verdana, georgia, sans-serif;
}

/* Links */

a:link 
{ 
	text-decoration: none; 
	color: #D87E3E; 
	border-bottom: 1px dotted #D87E3E; 
} 

a:visited 
{ 
	text-decoration: none; 
	color: #6b99b8; 
	border-bottom: 1px dotted #6b99b8; 
}

a:hover, a:active 
{ 
	color: #99335c; 
	border-bottom-color: #99335c; 
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 
{ 
	font-weight: normal; 
	margin: 5px 0 5px 0; 
	padding: 0; 
	line-height: 1.8em; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 30px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 15px; font-weight:bold;}

ul, ol, blockquote, pre
{
	color: #555555;
	margin: 8px;
	padding: 5px;
	line-height: 1.5em;
	text-align:justify;
}

blockquote {
	font-size:12px;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #FDF4E0; border: 3px solid #F6BB52; }

ins { text-decoration: none; font-weight: bold; color: #555555; }

del { color: #555555; }

abbr, acronym { cursor: help; }

.image_button
{
	cursor:hand;
}

/* Structure */

#top, #bottom {
	height:10px;
	display:block;
	width: 750px;
	behavior:url(css/iepngfix.htc); 
}

#container
{
	width: 750px;
	text-align: left;
	margin: 10px auto;
	line-height: 1.6em;
}

#header
{
	padding: 0;
	color: #F6C35F;
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #9A2D17;
	border: 1px solid #9A2D17;
	cursor:pointer;
}

#wrapper
{
	float: left;
	width: 100%;
	color: #2E2314;
	margin: 0 0 10px 0;
	text-align:justify;
	background: #FDF4E0 url(../images/bg_red.gif) top left repeat-y;
}

#content-wrapper
{
	width: 74%;
	float: right;
}

#content
{
	width: 99%;
	float: right;
}

#sidebar-wrapper
{
	width: 25%;
	float: left;
	color: #F6C35F;
	background-color: #9A2D17;
}

#sidebar
{
	float: left;
	width: 96%;
}

#footer
{
	clear: both;
	color: #F6C35F;
	padding: 5px 0 10px 0;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #9A2D17;
	border: 1px solid #9A2D17;
}

/* Header */

#header h1 
{
	color: #FFF; 
	margin: 0; 
	font-size: 40px;
	font-weight:bold;
	padding: 20px 0 25px; 
	line-height: 1.0em; 
	font-family:Monotype Corsiva, Verdana, georgia, sans-serif;
}

#header h2 
{ 
	color: #F6C35F; 
	margin: 0; 
	padding: 0 0 20px; 
	font-size: 20px; 
	line-height: 1.0em; 
	font-family:Monotype Corsiva, Verdana, georgia, sans-serif;
}

/* Content */

#content dl { padding: 0; margin: 20px; }

#content dt { font-size: 24px; color: #99335c; line-height: 1.6em; }

#content dd { padding: 0; margin: 10px 0; }

#content dd.summary 
{ 
	color: #777777; 
	font-size: 10px; 
	margin-bottom: 20px;
	padding-bottom: 11px; 
	border-bottom: 1px solid #aaaaaa; 
}

#content dd.summary a:link, #content dd.summary a:visited { border-bottom-width: 0; }

#content dd p.img { float: left; margin: 0 15px 0 0; }

#content dd p.img img { padding: 5px; border: 1px solid #bbbbbb; background-color: #f9f9f9; }

#content dd a { margin-left: 50px;}

#content dd ul { padding-left:20px; }

#content dd ul li { /*padding-bottom:20px;*/ margin-bottom:20px; }

#list{ list-style:none; }

#list li { margin-bottom:5px; }

.left50px{	margin-left:50px; }

ul.box{ padding:5px 0 0 0; list-style:none; }

ul.box li{
	margin:0 0 10px 0;
	display:block;
	background:#F5DEB3;
	text-decoration:none;
	font-size:11px;
	color:#000;
	padding-right:10px;
	
	border: 3px solid #FADC76;
}

ul.box b, ul.box p{
	font-size:11px;
	margin:0 0 2px 0;
	padding-top:6px;
	padding-left:6px;
	display:block;
	color:#111;
}

ul.box i{
	display:block;
	font-size:12px;
	text-align:center;
	color:#fff;
	float:right;
	font-style:normal;
	font-weight:bold;
	margin-left:5px;
}


/* Sidebar */

#sidebar ul { padding: 0; list-style-type: none; margin: 10px 15px 30px; }

#sidebar li { margin: 0; padding: 0; color: #eeeeee; border-bottom: 1px dotted #D87E3E; }

#sidebar li.title 
{ 
	margin: 0 5px 10px; 
	text-transform: uppercase; 
	border-bottom-color: #666666; 
	color: #888888; 
}

#sidebar li a:link, 
#sidebar li a:visited
{
	color: #F9E5BD;
	display: block;
	padding: 5px 5px; 
	border-bottom-width: 0;
}

#sidebar li a:hover,
#sidebar li a:active
{
	color: #ffffff;
	background-color: #C86854;
}

/* Footer */

#footer p { margin: 0; padding: 0 10px 0 10px;}

#footer a:link, #footer a:visited { color: #F9E5BD; border-bottom-color: #F9E5BD; }

#footer a:hover, #footer a:active { color: #ffffff; border-bottom-color: #ffffff; }

