@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Tahoma, sans-serif;
	}

#wrapper {
	margin: 0 auto;
	width: 892px;
	}

#nav {
	float: left;
	width: 243px;
	line-height: 15px;
	}
	
#content {
	float: right;
	width: 649px;
	}

h1 {
	width: 649px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c1662d;
	font-size: 15px;
	font-family: Century Gothic, Tahoma;
	color: #c1662d;
	}

p {
	line-height: 20px;
	font-family: Century Gothic, Tahoma;
	color: #6e6e6e;
	font-size: 14px;
	}
	
li {
	line-height: 20px;
	font-family: Century Gothic, Tahoma;
	color: #6e6e6e;
	font-size: 14px;
	}

.heading {
	color: #52507d;
	font-weight: bold;
}

.orange {
	font-size: 15px;
	font-family: Century Gothic;
	color: #c1662d;
	line-height: 15px;
	font-weight: bold;	
	}
	
.orange a:link {
	color: #665f66;
	text-decoration: none;
}
.orange a:visited {
	text-decoration: none;
	color: #665f66;
}
.orange a:hover {
	text-decoration: none;
	color: #c1662d;
}
.orange a:active {
	text-decoration: none;
	color: #c1662d;
}	

.blue {
	font-size: 13px;
	font-family: Century Gothic;
	color: #c1662d;
	line-height: 15px;
	font-weight: bold;
	}
	
.blue a:link {
	color: #939293;
	padding-left: 20px;	
	text-decoration: none;
}
.blue a:visited {
	text-decoration: none;
	padding-left: 20px;	
	color: #939293;
}
.blue a:hover {
	text-decoration: none;
	color: #1f2a60;
	background-image: url('backup/images/bluecircle.png');
	background-position: left;
	padding-left: 20px;	
	background-repeat: no-repeat;
}
.blue a:active {
	text-decoration: none;
	padding-left: 20px;	
	color: #1f2a60;
}

#disclaimer {
	text-align: right;
	width: 893px;
	margin: 0 auto;
	}

#disclaimer2 {
	text-align: right;
	width: 893px;
	margin: 0 auto;
	}

.orangetext {
	font-size: 15px;
	font-family: Century Gothic;
	color: #c96b35;
	font-weight: bold;	
	padding-top: 0px;
	margin-top: 0px;
	}
	
.graytext {
	font-size: 12px;
	font-family: Century Gothic;
	color: #939293;
	font-weight: bold;	
	line-height: 12px;
	}

.graytext a:link {
	color: #939293;
	text-decoration: none;
}
.graytext a:visited {
	text-decoration: none;
	color: #939293;
}
.graytext a:hover {
	text-decoration: none;
	color: #c1662d;
}
.graytext a:active {
	text-decoration: none;
	color: #c1662d;
}	
