/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS", sans-serif, arial;
	background: #ccc url(../img/bg.jpg) repeat-y center;
}

#container {
	margin: 0px auto 0px auto;
	width: 740px;
	background-color: #fff;
	padding: 0;
}

.banner {
	background: url(../img/banner.jpg) no-repeat;
	height: 93px;
	text-align: right;
	background-color: #abd1ad;
}

.linebreak {
	margin-top: -19px;
	margin-bottom: -19px;
	padding: 0px 0px 0px 0px;
	background-color: #cceacd;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

html>body .linebreak {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 1px 5px 1px 0px;
}

#main {
	padding: 5px;
	margin: 0;
	background: url(../img/side.jpg) no-repeat;
}

.left {
	width: 170px;
	float: left;
	margin-top: 50px;
	height: 375px;
	position: relative;
	margin-left: -10px;
	line-height: 20px;
	font-size:12px;
	font-weight: bold;
}

html>body .left {
	margin-top: 60px;
	overflow: visible;
	text-transform: uppercase;
	line-height: 20px;
	margin-left: -10px;
	clear: both;	
	position: relative;
	font-size:12px;
	font-weight: bold;
}


.left ul {
	text-transform: uppercase;
	list-style-type: none;
}

ul .sublink {
	font-size: 11px;
	padding-left: 10px;
	margin-left: 0;
}

.right {
	margin-top: -5px;
	padding: 0;
	width: 530px;
	float: right;
	padding: 15px 10px 10px 10px;
}

html>body .right {
	padding: 5px 10px 10px 10px;
}
/*explorer*/
html>body #main .right h1 {
	background: url(../img/headerline.jpg) no-repeat;
	font-size: 18px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 20px 0 0;
	font-weight: bold;
	margin-top: 14px;
}

/*netscape*/
html>body #main .right h1 {
	background: url(../img/headerline.jpg) no-repeat;
	font-size: 18px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 20px 0 0;
	font-weight: bold;
	margin-top: 14px;
}

/*firefox*/
#main .right h1 {
	margin-top: 0px;
}



.right .content {
	background-color: #edf9ed;
	padding: 1px 20px 20px 20px;
	margin-top: -10px;
}

html>body .right .content {
	margin-top: 0;
}

.right h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.clearall {
	clear: both;
}

.footer {
	margin: 0;
	padding: 0;
	clear: both;
}

.footer .footer1 {
	text-align: center;
	padding: 1px 0 1px 0;
	background-color: #cceacd;
	line-height: 16px;
	margin: 0;
}

.footer .footer2 {
	
	text-align: right;
	/*background-color: #99cd9c;*/
	background-color: #fff;
	margin: 0;
	padding: 5px 5px 0 0;
}

.left ul a:link, .left ul a:visited, .left ul a:active {
	text-decoration: none;
	color: #003300;
}

.left ul a:hover {
	color: #CCCCCC;
}

img {border: none;}