@charset "UTF-8";
/* CSS Document */
body {
background:#ff3300;
margin-top:0px;
background-repeat: repeat-y;
background-position: center top;
background-image:url(bg.png);
background-repeat: repeat-y;
background-position: center top;

}

p       {
	color: #555;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-indent: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
h1   {
	color: #009999;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-style: none;
	border-bottom-color: #E8E8E8;
	border-bottom-width: 0px;
	padding-left: 20px;
	padding-top: 20px;
}

h3 {
	color: #009999;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-style: none;
	border-bottom-color: #E8E8E8;
	border-bottom-width: 0px;
	padding-left: 20px;
	padding-top: 20px;
}

ul {
color: #555;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:inherit;
padding-left:20px;
text-indent: 0px;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#555;
} 

#wrap {
	width: 712px;
	height:100%;
	margin: 0 auto;
	text-align: left;
	background-image:url(bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width: 712px;
	position: relative;
	height: 248px;
	padding: 0;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
width: 712px;
height:auto;
} 

img.float-right {
padding: 5px;
  margin: 5px 0px 10px 10px;  
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


a, a:visited { color: #2180bc; text-decoration: none; 
}

a:hover { color: #88ac0b; text-decoration: underline; 
 }
 /* Menu */

#menu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #610720;
}

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

#menu .active a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-left:20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:25px;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 10px;
	background: url(img06.gif) no-repeat left 10px;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	text-decoration: none;
	color: #009999;
}

#sidebar a:hover {
	color: #E75C14;
}

#sidebar .active a {
color:#ff6633;
}

/* end of sidebar */

#contentright {
	float: right;
	width: 460px;
	}
	
#contentright ul {
	margin: 0 20px 0 30px;
	padding: 0;
	list-style: none;
	
}

#contentright li {
line-height:15px;
padding: 5px 0 0 15px;
background:url(img06.gif) no-repeat left 10px;	
}

#contentright li ul {
}

#contentright li li {
	margin-left: 10px;
	background: url(img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}



#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}
