* {
	font: 8pt/11pt Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align:center;
	background-image:URL(images/index_body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;

}

#container {
	width: 990px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#header {
	width: 990px;
	height: 125px;
	padding:0px;
	background-image:URL(images/index_hdr.gif);
}
#header h1 {
	display:none;
}
#subheader, #subheader_idx {
	width: 990px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	background-position:bottom center;
	background-repeat:no-repeat;
}

#subheader {
	height: 115px;
	background-image:URL(images/secondary_hdr_1.jpg);
}
#subheader_idx {
	height: 195px;
	background-image:URL(images/index_subhdr.jpg);
}

#footer {
	width: 952px;
	padding:0px;
	font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif
}

#footer a {
	color:#045596;
	text-decoration:none;
}

#menu {
	height:24px;
	background-image:URL(images/index_menu_bg.gif);
	background-repeat:repeat-x;
	width:952px;
	margin:0px 19px;
}

#content, #content_idx {
	width:952px;
	margin: 0px auto;
}
#content {
	width:952px;
	margin: 0px auto;
	background-color:#0068bb;
	background-image:url(images/content_bottom_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif
}
#content_top {
	width:952px;
	height:5px;
	background-image:url(images/content_top_bg.jpg);
	background-position:top center;
	font-size:1px;
}
#content_padder {
	padding: 15px 20px 20px 20px;
}

#idx_lc {
	width:550px;
	float:left;
	padding:0px;
	margin:0px;
}
	#idx_lcl {
		float:left;
		background-image:URL(images/index_text_left.gif);
		background-repeat:no-repeat;
		height:220px;
		width:7px;
		margin:0px;
	}
	#idx_lct {
		float:left;
		background-image:URL(images/index_text_bg.gif);
		background-repeat:repeat-x;
		width:516px;
		height:200px;
		padding:10px;
		margin:0px;
	}
	#idx_lcr {
		float:left;
		background-image:URL(images/index_text_right.gif);
		background-repeat:no-repeat;
		height:220px;
		width:7px;
		margin:0px;
	}

	#idx_lct div {
		font-size:10px;
		color:#FFFFFF;
		height:200px;
		overflow:hidden;
	}

#idx_rc {
	width:373px;
	float:right;
	margin:0px;
}

#idx_rc_d {
	float:none;
	height:119px;
}

	#idx_rc_dl {
		width:4px;
		height:85px;
		float:left;
		background-image:URL(images/index_right_distro_left.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	#idx_rc_dr {
		width:4px;
		height:85px;
		float:left;
		background-image:URL(images/index_right_distro_right.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	#idx_rc_dh {
		width:373px;
		height:26px;
		background-image:URL(images/index_right_box_hdr.gif);
		background-repeat:no-repeat;
		color:#FFFFFF;
		font-size:12px;
	}
	#idx_rc_dh h3 {
		padding:0px;
		margin:0px;
		color:#FFFFFF;
		padding-top:5px;
		padding-left:15px;
	}
	#idx_rc_db {
		width:365px;
		height:85px;
		float:left;
		background-image:URL(images/index_right_distro_bg.gif);
		background-position:bottom;
		font-size:10px;
		background-repeat:repeat-x;
		padding:0px;
		position:relative;
	}
	#idx_rc_dbt {
		height:65px;
		overflow:hidden;
		padding:10px 150px 10px 10px;
		font-size:9px;
	}
	.idx_rc_dm {
		width:140px;
		height:94px;
		position:absolute;
		top:-15px;
		right:0px;
	}


#idx_rc_e {
	float:none;
}	
	#idx_rc_eh {
		width:373px;
		height:26px;
		background-image:URL(images/index_right_box_hdr.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		color:#FFFFFF;
		font-size:12px;
	}
	#idx_rc_el {
		width:4px;
		height:70px;
		float:left;
		background-image:URL(images/index_right_distro_left.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	#idx_rc_er {
		width:4px;
		height:70px;
		float:left;
		background-image:URL(images/index_right_distro_right.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	#idx_rc_eh h3 {
		padding:0px;
		margin:0px;
		color:#FFFFFF;
		padding-top:5px;
		padding-left:15px;
	}
	#idx_rc_eb {
		width:365px;
		height:70px;
		float:left;
		background-image:URL(images/index_right_distro_bg.gif);
		background-position:bottom;
		font-size:10px;
		background-repeat:repeat-x;
		padding:0px;
		position:relative;
	}
	#idx_rc_ebt {
		height: 50px;
		padding:10px 150px 10px 10px;
		overflow:hidden;
		font-size:9px;
	}
	.idx_rc_ei {
		width:73px;
		height:25px;
		position:absolute;
		top:20px;
		right:30px;
	}


td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

/*#container {
	width: 600;
	background-color: #FFFFFF;
	padding: 15px;
}*/

h1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

hr {
	color: #0068bb;
	background-color: #0068bb;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #DDDDDD;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.link2 {
	color: #FFFFFF;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	color: #FFFFFF;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
}

input.btn2 {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.right2 {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}


h1,h2,h3,h4 {
	color:#bcdcf6;
}

.error {
	font-weight: bold;
	color: #BB0000;
}
.erroralt {
    font-size:9px;
	color: #BB0000;
}

.message {
	font-weight: bold;
	color: #00BB00;
}
.messagealt {
    font-size:9px;
	color: #00BB00;
}

label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

/* label validation faild */
label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
    background: url(images/required.gif) no-repeat left;
    padding-left: 10px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}
/* field not in focus */
.field0 {
	border: 1px solid #BBBBBB;
}

/* field in focus */
.field1 {
	border: 1px solid #444444;
}

/* field validation faild */
.fielderror {
	border: 1px solid #BB0000;
}
