/** BASIC Blue */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1 {
	font-size: 20px;
	color: #333366;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 15px;
	color: #333366;
}

h4, h5, h6 {
	font-weight: normal;
}

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

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

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

.list1 a {
	background: url(../images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list1 a:hover{
	 display: block; color: #ffffff;  background-color: #333366;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

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

blockquote {
	margin: 15px;
 	padding-left: 32px;
 	padding-right: 12px;
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px; 
	border: 1px solid #6581EA; 
}

.catebox { background-color: #99ccff; padding:5px;border:2px solid #6581ea; }

/** HEADER */

#header {
	width: 778px;
	margin: 0px 0px 1px 225px;;
	padding: 1em;
	height: 90px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 80px;
	font-weight: bold;
	font-size: 13px;
}

/** topbar */

#topbar {
	width: 778px;
	position:absolute;
	left:220px;
	top:120px;
}

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

#topbar li {
	display: inline;
}

#topbar a {
	background: url(../images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #6581EA;
}

#topbar a:hover {
	background: #FFFFFF;
	color: #254360;
}

#topbar .active {
	background: #FFFFFF;
	color: #254360;
}

/** BANNER */

#banner img {
	width: 808px;
	height: 150px;
	margin: 13px 200px;
	padding: 40px 0px 20px 0px;
}


/** CONTENT */

#wrapper {
	width: 808px;
	margin: 0px 0px 1px 225px;
	padding: 0px 0px 20px 0px;
}

#content {
	float: right;
	width: 588px;
}

#content ul{
	list-style:none; margin:0.5em 0 1.0em 0;
}

#content ul li{
	margin:0 0 0.2em 0px; padding:0 0 0 25px; background:url(../images/checkmark.gif) no-repeat 0 0.5em;
}

#content h2 {
	height: 22px;
	border-bottom: 1px dashed #07a9b4;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 180px;
	border-right: 1px dashed #07a9b4;
	padding-right: 20px;
}

#sidebar h3 {
	height: 22px;
	border-bottom: 1px dashed #07a9b4;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	margin: 0px 0px 1px 0px;
	height: 120px;
	background: url(../images/img03.gif) repeat-x left top;
	text-align: center;
	color:#ffffff;
}

#footer p {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

ul#footnav {
  margin : 0;
  padding-top : 25px;
}

ul#footnav li {
  display : inline;
}

ul#footnav li a {
padding : 0 5px;
color: #cccccc;
text-decoration: underline;
}

ul#footnav li a:hover {
color: #000000;
}

/* Page */

#page {
	
}

#page .bgtop {

}

#page .bgbtm {

}




