* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #58bceb; /* blue */
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #fff;
	color: #666;
	padding: 0px 15px; /* prevents negative paddings to disapear in small windows */
	text-align: center; /* ie6 */
}

body, td, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

td {
	vertical-align: top;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.blue, .blue a {
	color: #58bceb !important;
}


p.small {
	font-size: 11px;
}


div.left {
	float: left;
}

div.right {
	float: right;
}

#body {
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	text-align: left; /* ie6 */
	width: 930px;
}


#logo_bar {
	height: 75px;
	margin-left: 0px;
	width:930px;
}

#logo {
	float: left;
	padding-left:30px;
}
#banner {
	float: left;
	padding-left:120px;
}


#menu_bar {
	height: 50px;
	margin-left: 0;
	width:930px;
	margin-top:20px;
	border-bottom:#666666 8px solid;
}

#header {
	float: left;
	margin-top:6px;
}
#header a {
	color: #198fef;
}
#header h1 {
	background:url(images/arrow.jpg) no-repeat left;
	padding-left:50px;
	color: #58bceb;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:36px;
}

#menu {
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin-top: 26px;
}

#menu a {
	color: #999999;
	display: block;
	float: left;
	height: 27px;
	margin-left: 19px;
}

#menu a.selected {
	color: #58bceb;
}

#menu a:hover {
	color: #58bceb;
}




/******* CONTENT ***************************************************************/
#main {
	font-size: 12px;
	line-height: 160%;
}

#main a:hover {
	text-decoration: underline;
	/* background: #000000;
	color: #fff; */
}

#main p, #main td {
	line-height: 160%;
	margin-bottom: 10px;
}

#main li {
	background: url(images/smallarrow.gif) 0px 8px no-repeat;
	line-height: 160%;
	list-style-type: none;
	padding-left: 8px;
	margin-left:15px;
}


#main h1 {
	/*color: #000000;*/
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 10px;
}

#main h1 a {
	color: #999999;
}

#main h2 {
	color: #999999;
	/*color: #999999;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 10px;
}


#main h3 {
	color: #265d9b;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	margin-top: 15px;
	margin-bottom: 10px;
}

div.separator {
	border-top: 1px solid #999999;
	padding-bottom: 10px;
}




/****** HOMEPAGE **************************************************************/


#home_main {
	padding: 0;
}

#home_main div.left {
	border-right: 1px solid #ffffff;
	margin-bottom: 30px;
	padding:24px 30px 30px 30px;
	width: 413px; 
	background-color:#f7f6f6;
}

#home_main div.left h1 {
	margin-bottom: 5px;
}

#home_main div.left div.separator {
	border: none;
	height: 1px;
}

#home_main div.right {
	margin-bottom: 30px;
	padding:24px 20px 30px 20px;
	width: 413px;
	background-color:#f7f6f6;
}

#home_main div.right div.separator {
	height: 15px;
}




#home_main_single {
	padding: 0;
}

#home_main_single div.left {
	border-right: 1px solid #ffffff;
	margin-bottom: 30px;
	padding:24px 30px 30px 30px;
	width: 870px; 
	background-color:#f7f6f6;
}

/****** FOOTER **************************************************************/
#footer {
	padding: 0;
	width:930px;
}

#footer div.left {
	border-right: 3px solid #c6c1c1;
	margin-bottom: 10px;
	padding:10px 10px 10px 30px;
	width: 433px;
	text-align:right;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height: 150%;
}

#footer div.right {
	margin-bottom: 10px;
	padding:76px 30px 10px 0px;
	width: 413px;
	text-align:left;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height: 150%;
}



#footer a{
	color:#999999;
}

#footer a:hover{
	color:#666666;
}

