body {
	margin: 0;
	padding: 0;
	background: #dcdcdc url(images/top3.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

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

h1 {
	/*font-size: 197%;*/
	font-size: 167%;
}

h2 {
	font-size: 137%;
}

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

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

p {
}

ol {
}

ul {
}

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 */

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

/* Logo */

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

#logo h1 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #900000;}

#contact {
	float: right;
	margin: 0;
	padding: 26px 10px 0 0;
	line-height: normal;
	font-size: 1.1em;
}

#contact h1 {
	color: #900000;
}

#contact h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	color: #5c5c5c;
}

/* Header 2 */

#header2 {
	width: 772px;
	height: 208px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/nav-box.gif);
	border: 4px solid #fff;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	font-size: 110%;
}

/*
#menu .first a {
	background: none;
}
*/

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
	border: 4px solid #fff;
	border-left: none;
}

/* Page */

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

/* Content */

#content {
	float: left;
	width: 480px;
 	padding-left: 5px;
}

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

#content ul li {
	padding-left: 2px;
}

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

#content img {
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #212121;
}

.title {
/* 	padding-top: 2px; */
	padding: 0 0 10px 0;

}

.content {
	padding: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
 	border: 4px solid #d1d1d1;
	margin: 0;
	padding: 0;
}

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

#sidebar li {
 	background: #f1f1f1; 
}

#sidebar li ul {
	padding: 5px 20px;
	font-size: 92%;
}

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

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06-3.gif) no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #920000;
}

#sidebar h3 {
	margin: 0;
	font-size: 120%;
	color: #606060;
}

#sidebar p {
	margin: 0;
	font-size: 110%;
	line-height: 1.5em;
}

#sidebar a {
	text-decoration: none;
}

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

#sidebar .first {
	border: none;
}

.advert {
	float: right;
	width: 224px;
	margin: 17px 0 0 0;
	padding: 0;
}


/* Footer */

#footer-wrapper {
	width: 772px;
	margin: 0 auto;
	height: 40px;
	padding: 10px 0;
	border-top: 4px solid #f1f1f1;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: 1.5em;
	font-size: 11px;
}

#footer a {
/* 	color: #666666; */
}

#legal {
	float: left;
	padding: 5px 0 10px 5px;
/*	background: url(images/img11.gif) no-repeat left center;*/
}

#links {
	float: right;
	padding: 5px 5px 10px 0;
}

/*---------------------------------form-----------------*/

/* form elements */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  float:left;
  display:inline;
  width:480px;
  font:12px/17px Arial, Verdana, Helvetica, sans-serif;
}

fieldset {
  clear: both;
  padding: 10px;        
  margin: 0;
  /* padding in fieldset support spotty in IE */
}

label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 70px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

input, textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	padding: 2px;
}

input#reset {

	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea {overflow: auto; font: 100% Arial, Helvetica, sans-serif; width:200px; height: 100px;}

br {

	clear:right; /* setting clear on inputs didn't work consistently, so brs added for degrade */
