body {
	margin: 0;
	padding: 0;
	background: #b9b09d url(../images/bg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2, h3 {
	margin-top: 0;
	color: #000000;
}


h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
    letter-spacing: 1px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #266e81;
}

a:hover {
	text-decoration: none;
}

.list a {
	color: #FFBF23;
}

.list a:hover {
	text-decoration: none;
}

.col1 a {
	color: #FFBF23;
}

.col1 a:hover {
	text-decoration: none;
}


small {
}

hr {
	display: none;
}

img {
	border: 0px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}


/* callme */

#callme {
	float: right;
	padding-top: 20px;
}

/* Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	background: url(../images/bul.gif) no-repeat left center;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color: #b9b09d;
}

#menu a:hover {
	color: #FFBF23;
}

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

/* Page */

#page {
	clear: both;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 131px 0 0 0;
	background: url(../images/top.jpg) no-repeat;
}

/* Splash */

#splash {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(../images/below.jpg) no-repeat;
}

.twocols {
}

.twocols .title {
}

.twocols .col1 {
	float: left;
	width: 320px;
}

.twocols .col2 {
	float: right;
	width: 320px;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding-right: 10px;
}

.title {
	padding-bottom: 5px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(../images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 10px 0 0 10px;
}

.line {
         font-family: Arial, Helvetica, sans-serif;
	     font-weight: bold;
	     font-size: 14px;
         border-bottom: 1px solid #FFBF23;
         padding-bottom: 2px;
		 width:166px;
         color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
}

#sidebar h2 {
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

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

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #FFFFFF;
	color: #666666;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

ul#sitemap {
	list-style-type: none;
}

#sitemap li {
	list-style-type: none;
}
#sitemap ul ul li {
	list-style-type: circle;
}

#sitemap ul li.firstfollow {
	list-style-type: circle;
}

#sitemap ul li.last {
	list-style-type: square;
}

#sitemap ul ul li.firstfollow {
	list-style-type: circle;
}

#sitemap ul ul li.last {
	list-style-type: square;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 2px solid #6A6553;
	border-top: 2px solid #6A6553;
	border-right: 2px solid #6A6553;
	border-bottom: 2px solid #6A6553;
    background:#FFBF23;
	font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}