/* CSS Document */


/*=====================*/
/*=======GLOBAL========*/
/*=====================*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	background-color: #FFF;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #330066;
	outline: none;
	}
a:visited {
	color:  #330066;
	}
a:active {
	color:  #330066;
	}
a:hover {
	color: #330066;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
img {
	border: 0;
	}
ul {
		font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.quote {
	width:80%;
	background-color:#d9d9f8;
	border: #330099 1px solid;
	font-size:10px;
	padding:7px;
	margin-right:auto;
	margin-left:auto;
}


/*========================*/
/*========HEADERS=========*/
/*========================*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #330066;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #330066;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #330066;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #330066;
	}
	
/*========================*/
/*=======STRUCTURE========*/
/*========================*/

#container {
	width:900px;
	border-right:#CCCCCC 1px solid;
	}
#nav {
	width:682px;
	height:29px;
	margin-left:30px;
	padding-top:20px;
	/*background-color:#CCCCCC;*/
	position:absolute;
	top:163px;
	left:0px;
	}
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 220px;
	border-bottom:#000000 1px solid;
	}
#left {
	position: absolute;
	top: 221px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #d9d9f8;
	width: 194px;
	/*border:#0033CC 1px solid;*/
	}
#middle {
	padding: 10px;
	background: #FFF;
	margin: 0px 0px 0px 214px;
	border-left:#999999 1px solid;
	}
#right {
	position: absolute;
	top: 274px;
	right: 169px;
	margin: 0px;
	padding: 10px;
	background: #FFF;
	width: 150px; 
	border:#0033CC 1px solid;
	}
#footer {
	font-size:11px;
	background-color:#003399;
	color:#FFF;
	text-align:center;
	height:20px;
	padding-top:6px;
	}

/*========================*/
/*=======NAV LINKS========*/
/*========================*/

a.nav:link {
	color:#000000;
	font-weight:bold;
}
a.nav:visited {
	color:#000000;
	font-weight:bold;
}
a.nav:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}