body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #CCCCCC;
	margin-top: 0px;
	background-image: url(images/ic_013_body_bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% top;
	font-size: 90%;
}
.title {
	font-size: 140%;
	font-weight: bold;
	color: #7E1000;
}


#wrapper{
	width:748px;
	text-align:left;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #7E1000;
	padding-top: 15px;
}
h1 {
	color: #FFFFFF;
	padding-right: 10px;
}


#header{
	float: right;
	width: 300px;
}


#main{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#bottom {
	background-color: #7E1000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#bottom a:link{ color:#FFFFFF; 
}
#bottom a:hover{ color:#FFFFFF; }
#bottom a:visited{ color:#FFFFFF; 
}
.paddingRight { padding-right: 20px; }


#nav {
	float: left;
	width: 447px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#nav a:link {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CD5820;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}

#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CD5820;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}

#nav a:hover{
	text-decoration: none;
	color: #7E1000;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E99A74;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}



.clearit {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
