/* CSS Document */

* {margin: 0; padding: 0;}

body {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	color: #333333; 
	background-color:#d7d4d1;
	background-image:url(../images/logo_bg_1.jpg);
	background-repeat:repeat;
}

A:link {
	text-decoration:none;
	color:#0099FF;
}

A:hover {
	text-decoration:none;
	color:#0099FF;
}

A:visited {
	text-decoration:none;
	color:#0099FF;
}

A:active {
	text-decoration:none;
	color:#0099FF;
}

h1 {
	font-size:20px;
	color:#0066CC;
	padding-left:20px;
}

.highlight {
	color:#0066CC;
}

.white {
	color:#FFF;
}

.bold {
	font-weight:bold;
}



#header{
	float:left;
	width:751px;
	height:129px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
}

#logo {
	width:751px;
	height: 129px;
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#leftNav {
	float:left;
	width:150px;
	
	margin-right: 15px;
}

#navText {
}

#navText ul{
	color:#333333;
	font-size:16px;
	margin-top: 5px;
	list-style:none;
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -1em;
	border-right:solid;
	border-right-color:#0066FF;
	border-width:2px;
}

#navText ul li {
	color:#333333;
	font-size:16px;
	list-style:none;
	padding-bottom:10px;
}

#navText ul li a {
	color:#333333;
	font-size:16px;
	list-style:none;
	margin-left: 40px;
}

#navText ul li a:hover {
	color:#0569FD;
}


#wrapper {
	width:751px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	z-index:4;
}

#mainTop{
	width:700px;
	height:14px;
	background-image:url(../images/top_main_07.gif);
	float:right;
}

#mainBody {
	width:751px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:15px;
	float:right;
}

#mainBody p {
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:120%;
	word-spacing: .1em;
}

#mainBody img {
	margin:10px 40px 10px 10px;
	
}

#mainBody p a img{
	border-color:#333333;
}

#clearbar {
	width:100%;
	clear:both;
}
#footer {
	width:751px;
	height:29px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}

#footer p {
	padding-left:40px;
	padding-bottom:10px;
	padding-top:5px;
	line-height:120%;
	word-spacing: .1em;
	font-size:10px;
}

#footer a {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#000000;
}
