@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	
	/*text-align:center; IE6 needs this to center the layout in the browser window */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	}

h1 {
	font-size: 18pt;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #6e358b;
	padding-bottom:8px;
	}

h2 {
	font-size: 14pt;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #6f358b;
	padding-bottom:1px;
	padding-bottom:8px;
	}

h3 {
	font-size: 12pt;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
	}
	
h4 {
	font-size: 12pt;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-bottom:8px;
	}
		
p {
	font-size: 12pt;
	line-height: 1.7em;
	color:#000000;
	padding-bottom: 12px;
		}
		
table tr td {
	font-size: 12pt;
	line-height: 1.7em;
	color:#000000;
	padding-bottom: 6px;
		}

table {
padding: 5px;
}
		
form {
font-size: 12pt;
font-weight: bold;
}



ul {
padding-left:20px;
padding-bottom: 10px;
}

ol {
padding-left:20px;
padding-bottom: 10px;
}
		
ul li {
	font-size: 12pt;
	color:#000000;
	line-height: 1.5em;
	}
	
ol li {
	font-size: 12pt;
	color:#000000;
	line-height: 1.5em;
		}
		
ul li ul li{
	font-size: 12pt;
	color:#000000;
	line-height: 1.5em;
	}
	
ol li ol li{
	font-size: 12pt;
	color:#000000;
	line-height: 1.5em;
		}
		
img {
margin: 5px; /*trbl*/
border-style: none;
}


.list {  /*to indent lists that get lost in * declarations */
padding-left:20px;
padding-bottom: 10px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style:italic;
	font-weight:normal;
	line-height: 1.7em;
	padding: 8px 12px 8px 12px; /*trbl*/
	text-align:left;
	/*background-color:#abc3ca;*/
	border-bottom:#623988 solid 1px;
	
	}
		
a:link {
	background-position: center;
	color: #6f358b;
	font-weight:bold;
}
a:visited {
	background-position: center;
	color: #6f358b;
}
a:hover {
	background-position: center;
	font-weight: bold;
}
a:active {
	background-position: center;
}

table {
border-spacing:12px;
}

	
/*--------LAYOUT DIVS ------------------*/
	
#main_wrapper {
	width:950px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	background-color:#fff;
	}
	
#header {
	/* full width by default */
		position:relative;	
	}
	
#content {
	position:relative;
	width:700px;
	padding-left:230px;
	
	}
	
	
#nav {  /* LEFT NAV COLUMN */
	position:absolute;	
	top:250px;
	left: 0;
	width:225px;
	background-image:url(images/leftbackground.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:10;
	
	}
	
#nav ul li {
	list-style-type:none;
	text-transform:lowercase;
	letter-spacing: .2em;
	font-weight:bold;
	font-size:11pt;
	text-align:right;
	padding-left:6px;
	padding-right:8px;
	padding-bottom: 20px;

}
	
#nav ul li a{
	text-decoration:none;
	color:#000000;

}
	

	
#footer {
	/* full width by default */
	position:relative;
	border-top:#99c0c6 solid 3px;
	
	
	}

/*--- the Inner Div items ----- */

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
	
#header_inner {
	/*padding:.25em 2em;*/
	height:250px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
#nav_inner {
	margin:0 .75em .75em .75em;
	text-align:right;
	/*padding-top:25px;*/
	}
	
#content_inner {
	margin:1em 2.5em 1em 2em;
	padding:0;
	}
	
#promo_inner {
	margin:1em 1.2em;
	
	}

#promo_inner p {
padding-bottom: 5px;
}

#promo_inner table tr td{
padding:0;
}
	
#footer_inner {
	padding:.5em .5em;
	text-align:center;
	}
	
#footer_inner p {
	font-size: 10pt;
	}
	
	
#logolink {
position:absolute;
top:204px;
left:77px;
}
	
/*------------CLASSES -------------------*/

.indent
{
padding-left:30px;
}

.smalltext
{
font-size:10pt;
}

.headingtextimage {
margin-bottom:18px;
}

.navbuttons {
padding-top:200px;
}

