body {
	margin:20px;
	padding:0px;
	background-image:url(images/sliced/body-BG.jpg);
	background-repeat:repeat-x;
	background-color:#0A2239;
	font-family:Arial, Verdana, Geneva, sans-serif;
	}

.wrapper {
	width:820px;
	margin:auto;
	padding:20px;
	background-color:#F1F1F1;
	}

.banner {
	float:left;
	width:820px;
	height:299px;
	margin-bottom:10px;
	}

.menu {
	float:left;
	width:775px;
	text-align:center;
	height:50px;
	background-image:url(images/sliced/menu-BG.jpg);
	background-repeat:no-repeat;
	font-size:20px;
	color:#666666;
	padding-left:75px;
	margin-bottom:5px;
}
	
.menu ul {
	margin:0px;
	padding:0px;
}

.menu ul li {
	list-style:none;
	float:left;
	padding-left:13px;
	padding-right:15px;
	border-right:1px solid #CCC;
	line-height:30px;
	margin-top:10px;
	}
	
.menu ul li a {
	text-decoration:none;
	color:#023054;
}

.menu ul li a:hover {
	text-decoration:underline;
}


#noborder {
	border:0px;
	border:none;
	float:left;
	}
	
.content-wrapper-top {
	float:left;
	width:820px;
	height:50px;
	background-image:url(images/sliced/content-BG.jpg);
	margin-top:5px;
}


.content-wrapper {
	float:left;
	width:780px;
	background-image:url(images/sliced/content-BG-main.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
	color:#666;
	padding:0px 20px;
	font-size:15px;
	}
.content-wrapper p {
	line-height:1.5em;
}
	
.content-wrapper a {
color:#0099FF;
text-decoration:none;
}

.content-wrapper a:hover {
color:#0099FF;
font-style:italic;
}

.content-wrapper-footer {
	float:left;
	margin-bottom:5px;
	width:820px;
	height:50px;
	background-image:url(images/sliced/content-BG-bottom.jpg);
}
	
.content-wrapper li {
	list-style:url(images/sliced/fugnut.jpg);
	margin-left:-20px;
	line-height:1.5em;
	}

.left-conent {
	float:left;
	width:565px;
	padding:0px 10px;
	color: #666666;
	}

.right-content {
	float:left;
	width:175px;
	padding:0px 10px;
	}


.footer {
	clear:both;
	width:820px;
	font-size:10px;
	text-align:center;
	color:#666;
	}
	
.footer a {
	color:#666;
	text-decoration:none;
}


h1 {
	color:#10365A;
	font-size:22px;
	margin-top:0px;
	padding-top:0px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #CCC;

	}

h2 {
	color:#184D7F;
	font-size:18px;
	margin-bottom:-0.3em;
	padding:0px;
	font-style:italic;
	}
	
.text-right {
	text-align:right;
	}

td a:hover {
	text-decoration:none;
	border:none;
	}
