* {
	margin: 0;
	padding: 0;
}



body {
	margin: 0;
	background: #FFFFD5;
	font: normal small Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
	 font-family:Arial, Helvetica, sans-serif;
    font-size:17pt;
    color:#D58E15; 
    margin-left:20px; 
    margin-right:10px; 
    margin-bottom:4px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:13pt;
    color:#000000; 
    margin-left:20px;
    margin-right:10px;
    margin-bottom:4px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: left;
}

p {font-size: 14px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}



/* Header */

#header {
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	background-color: #FED48F;
}
#search {
	top: 0px;
	left: 80%;
	position: absolute;
}

#top_title {
	top: -80px;
	left: 0px;
	position: relative;
	font-size: 35px;
	font-size: 35px;
	text-align: right;
}

/* Header > Logo */

#logo {
  float: left;
}

#sitename {
color:#ffffff;
height:92px;
margin:0;
text-align:left;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#sitename h1 {
font-size: 1.8em;
padding-top:0px;
}

#sitename h2 {
font-size:1.4em;
}
/* Header > Menu */

#menu {
 position: absolute;
 top: 127px;
 left: 349px;
 margin-bottom: 25px;
}

#menu ul {
	margin: 0;
}

#menu li {
	display: inline;
	float: left;
	list-style:none;
}

#menu a {
	display: block;
	width: 80px;
	height: 25px;
	margin-left: 2px;
	padding-top: 8px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu a.active {
	background-image: url(images/img05.gif);
}



#content {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	/*background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;*/
}


/* Content > Main */

#main {
	float: left;
	width: 75%;
	padding-left: 20px;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 188px;
	height: 500px;
	background-color:#ECA213;
}


/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 20px;
	font-size:8px;
	font-style:italic;
	margin: 0 auto;
	padding: 5px 0;
	/*background: url(images/img02.jpg) no-repeat;*/
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;

	
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
	font-size: x-small;
}

/* Footer > Links */

#links {
}
#sidebar ul li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
text-indent: -2px;
list-style-position: inside;
list-style-image: url(arrow.gif);
list-style-type: circle;
padding: 0px;
margin-top: 18px;
margin-bottom:18px;
border:0px;
}
#sidebar ul li a {
    color: #000000;
}

