body {
	margin: 0;
	padding: 0;
	background: #FFFFFF; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #998534;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

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

p, ol, ul {
	line-height: 130%;
}


p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
	color: #333333;
}

blockquote * {
	line-height: normal;
}

.contact {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #fff;
	color: #333333;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

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

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

hr {
	display: none;
}

/* Header */

#head{
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 0px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

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

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

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

#topmenu .first a {
	border: none;
}

#topmenu h1 {
	margin: 20px 0 0 0;
	padding-left: 60px;
	font-weight: normal;
	color: #998534;
}
#topmenu h2 {
	margin: -2px 0 0 0;
	padding-left: 115px;
	font-weight: normal;
	color: #1C3264;
}

#topmenu h1 {
	font-weight: bold;
}

#topmenu h2 {
	font-size: 110%;
}
/* Header 2 */

#nav {
	width: 800px;
	height: 150px;
	margin: -10px auto;
}

/* Splash */

#splash {

	width: 800px;
	height: 118px;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

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

#content ul {
	margin-left: 0;
	padding-left: 15px;
	
}

#content ul li {
	padding-left: 10px;
	/*background: url(../img/img08.gif) no-repeat 0 8px;*/
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(../img/img10.gif) no-repeat;
}

.twocols {
}

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

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

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

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

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../img/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 100%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(../img/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #1C3264;
}
#sidebar h2 a {
	text-decoration: none;
	color: #1C3264;
	
	}
	
#sidebar h3 {
	margin: 0;
}

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

#sidebar a {
	text-decoration: none;
}

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

#sidebar .first {
	border: none;
}

/* Footer */

#footer {
	height: 50px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footertext {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}



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

#footertext a {
	color: #666666;
}

#footerleft {
	float: left;
	padding: 10px 0 0 0;
	text-align: left;
}

#footerright {
	float: right;
	padding: 10px 0 0 0;
}
.pages label {
	display: block;
	width: 50px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
}
.pages input,select,textarea {
	border: 1px solid #003300;
	background-color: #ffffff;
	
}
label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}
input,select,textarea {
border: 1px solid #003300;
background-color: #E6E6E6;
}
br {
	clear: left;
}

th {
	text-align: left;
	}

.error_message {
	color: red;	
}
	
#contact form {
	margin: 0;
	padding: 0;
	border: 0;	
}	
#contact fieldset {
	width: 50%;
	float: right;
	color: #333;
	border: 0;
	}	
#contact label {
	width: 200px;
	float: left;
	text-align: left;
	margin-bottom: 2px;
}	


#navigation {
	
	 float:right;
  width:100%;
  background:  url("../img/banner_base.gif") no-repeat; /* */
  font-size:100%;
  line-height:normal;
	}

#navigation ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navigation li {
  float:right;
  margin:0;
  padding:0 0 0 9px;
  }
#navigation a {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
  
#navigation a:hover {
 color:#ccc;	
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover {
  color:#2e2eb2;
  }
#navigation #current {
  background-image:url("../img/nav/left_on.gif");
  }
#navigation #current a {
  background-image:url("../img/nav/right_on.gif");
  color:#2e2eb2;
  padding-bottom:5px;
  }
