@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #808080;
	line-height: normal;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #767676;
}

h1 {
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 11px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 180%;
	text-align: left;
	
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 100%;
}

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

strong {
	color: #505050;
}

a {
	color: #808080;
	outline: none;

}

a:hover {
	text-decoration: none;
	outline: none;

}

a img {
	border: none;
	outline: none;

}

a:hover, a:active, a:focus {
/*     styling for any way a link is about to be used*/	
outline: none;
}
button:focus { 
    outline: none; 
}


img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	background: url(images/homepage10.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 728px;
	height: 156px;
}

/** MENU */

#menu {
	width: 728px;
	height: 25px;
	background: url(images/homepage03.jpg) repeat-x left top;
}

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

#menu li {
	float: left;
	width: 115px;
	height: 25px;
	padding: 0px 1px 1px;
	background: url(images/homepage04.jpg) repeat-y left top;
}

#menu a {
	display: block;
	width: 115px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	color: #FBFBFB;
	line-height: 30px;
}

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

#menu .first {
	background: none;
}

#menu .active a {
	background: url(images/homepage05.jpg) repeat-x left top;
}

/** PAGE */

#page {
	width: 688px;
	padding: 0px 20px;
	background: #FFFFFF ;
}

.wide #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 420px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(images/homepage08.gif) repeat-y 160px 0px;
}


.two-columns .column1 {
	width: 140px;
}

.two-columns .column2 {
	width: 225px;
}

/** SIDEBAR */

#sidebar {
	width: 100%;
}

/** FOOTER */

#footer {
	padding: 60px 0px;
	background: url(images/homepage11.jpg) repeat-x left top;
	font-size:12px;
}

#footer .wrapper {
	width: 728px;
}

#footer p {
	margin: 0px;
	padding: 0px 20px;
	line-height: normal;
	text-align: center;
}

#footer .links {
	padding-left: 10px;
}

#footer .links a {
	padding: 0px 10px;
}

/** BOX1 */

#box1 {
	width: 728px;
	margin: 0px auto;
}
input.button {
color: #808080; 
background: #FFFFFF;  
font-size: 1.25em;  
font-weight:bold;  
font-family: "Trebuchet MS";
border: solid 1px #FFFFFF;
outline: none; 
}
input.button:hover { text-decoration: underline; font-size: 1.25em; outline: none; }

.underline { text-decoration: none; } .underline:hover { text-decoration: underline; } 

.border { border:#666666 solid 1px; }