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

/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #FFF;

}

#wrapper {
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	position: relative;
	border: none;
	}

#logo {
	background: url(images/logo.jpg) no-repeat right top;
	height: 100px;
	padding-top: 10px;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #003333;
	text-decoration: none;
	background-color: #9999CC;
	padding: 2px 2px 2px 3px;
	width:120px;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
	background-color: #003333;
}


/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
.floatLeft {
	float: left;
	margin: 5px 10px 2px 15px;
}

p {
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
}

p.rightalign {
	text-align: right;
	}

h2 {
	color: #F4BE04;
	font-size: 1.5em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 2px;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}

h2.righttext {
	text-align: right;
	}
	
.sectionb {
	color:#999999;
	font-size:1.5em;
	font-weight: normal;
	}

.boldtable {
	font-weight: bold;
	}
	
.para {
	font-weight: bold;
	font-size:14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
#lowerpara p {
	margin-top: 2px;
	line-spacing: 2px;
	}

/*main*/
	
#main {
	margin-left: 10px;
	margin-right: 200px;
	}
	
#main a {
	color: #9999FF;
	text-decoration: none;
	font-weight: bold;
	}
	
#secondary {
	float: right;
	width: 180px;
	margin-top: 10px;
	}


	
/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
	float: left;
}
	