/* CSS Document */
body {
	background-image: url(../images/bg/bg.jpg);
	background-attachment:fixed;
	margin: 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	behavior: url(CSS/csshover.htc);
	background-repeat: repeat;
	background-position: left top;	
}
/* Header Container */
#headercontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 120px;
	background-image: url(../images/bg/header_bg.jpg);
	background-repeat: no-repeat;
}
/* Nav Container */

#navcontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	height: 25px;
	}

/* Content Container */

#contentcontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	background-color: #000000;
	color: #fff;
	}



#banner	{
	height:120px;
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	width: 100%;
	color: #FFFFFF;
	text-align: right;
}
#banner p {
	margin: 0px;
}
#banner td {
	font-size: 11px;
	color: #FFFFFF;
}

#leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/index_07.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}

#leftcolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;
	height: 20px;
	margin: 0px;
	width: 219px;
}
#leftcolumn h1 a:link, #leftcolumn h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcolumn h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#leftcolumn a:link, #leftcolumn a:visited {
	color: #000000;
	text-decoration: underline;
}
#leftcolumn a:hover {
	color: #000000;
	text-decoration: none;
}
#leftcolumn li {
	margin-left: -10px;
}

.news {
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
}
.news ul {
	margin: 0px 0px 0px 12px;
}
.news li {
	list-style-type: none;
	line-height: 11px;
	margin: 0px;
}

.news a:link, .news a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.news a:hover {
	color: #990000;
	text-decoration: none;
}

.features {
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 10px;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	padding-top: 2px;
}


.imgwrap {
	margin: 2px 0px 0px;
	border: 1px solid #245959;
}


#main {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
}
#main p {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#main h1 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	padding-top: 6px;
	margin: 0px;
	padding-bottom: 6px;
}




#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	text-align: center;
	padding-top: 3px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	color: #FFFFFF;
}
#footer p {
	font-size: 11px;
	margin: 0px;
	padding-top: 1px;
}

#footer a:link, #footer a:visited {
	color: #EDDF67;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

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


form {
	font-size: 10px;
	color: #8b1043;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: right;
}
form a:link, form a:visited, form a:active {
	font-weight: bold;
	color: #8b1043;
	text-decoration: none;
}
form a:hover {
	text-decoration: underline;
}
input {
	font-size: 10px;
	color: #333333;
}
form .bluelink	{
	color: #890D40;
}
