/* * * * * * * * * * * * * zero out spacing general styles * * */

:link,:visited { text-decoration: none }

ul,ol { list-style: none }

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0 }

a img,:link img,:visited img { border: none }

/* * * * * * * * * * * * * begin major divs * * */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	background-color: #ddd;
	}

/* * * * * * * * * * * * * header sets outside and underneath wrapper * * */

#wrapper {
	margin: 20px 40px;
	}

/* * * * * * * * * * * * * begin header div * * */

#header {
	font: italic 1em/1.4em Verdana, Arial, sans-serif;
	color: #5555ff;
	padding: 5px 160px 5px 28px;
	border-bottom: 6px solid #9099ff;
	background: url(../images/paper-tile-2.jpg) top left;
	}

#header table {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

/* * * * * * * * * * * * * begin navigation div * * */

#navigation { 
	width: 8em;
	height: 500px;
	padding: 20px;
	float: left;
	text-align: center;
	background: #9099ff url(../images/nav-gradiant.jpg) 0 95px repeat-x;
	}

#navigation p {
	font-size: .75em;
	padding: 10px 0;
	margin-top: 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

#navigation li a {
	display: block;
	width: 11em;
	padding: 1px;
	font-weight: bold;
	font-size: .7em;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: white;
	background-color: #9099ff;
	border-top: 1px solid #ccccff;
	border-right: 1px solid #2222bb;
	border-bottom: 1px solid #4444bb;
	border-left: 1px solid #ccccff;
	}

#navigation li a:hover {
	background-color: #b2bbff;
	color: #880044;
	}

#navigation li a:active {
	border-top: 1px solid #2222bb;
	border-right: 1px solid #ccccff;
	border-bottom: 1px solid #ccccff;
	border-left: 1px solid #2222bb;
	background-color: #b2bbff;
	}

/* * * * * * * * * * * * * begin main content area * * */

#main {
	font-size: .75em;
	color: #444;
	padding: 15px 30px;
	margin-left: 190px;
	/*border: 1px solid #777;*/
	background-color: white;
	}

		
#main h1 { 
	color: #880044;
	font-size: 1.6em;
	padding-top: 1em;
	padding-bottom: 9px;
	}

#main h2 { 
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #880044;
	border-bottom: 1px dashed #888;
	margin-bottom: 8px;
	padding-top: 20px;
	padding-bottom: 0; 
	}

#main h3 { 
	font-style: italic;
	font-size: 1em;
	color: #444;
	padding-top: 9px;
	}

#main p, #main h2, #main h3, #main ul, #main address {
	padding-bottom: 6px;
	}

#main ul {
	list-style-type: square;
	padding-left: 30px;
	}

#main strong {
	color: #666666 }

#main .panel {
	background-color: #eeeeff;
	padding: 10px 25px;
	font-style: italic;
	font-size: .9em;
	line-height: 1.3em;
	margin: 8px 0 15px 0; 
	}

address {
	margin-left: 15px;
	}

#main table p { border-top: 1px solid rgb(166, 158, 133); padding-top: 5px; margin-right: 20px; height: 100px; line-height: 3em; }
#main table p img { margin-right: 9px; vertical-align: top;}

/* * * * * * * * * * * * * begin footer division * * */

#footer {
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #9099ff;
	padding-top: 9px;
	margin-top: 9px;
	clear: both; 
	}

#footer p {
	padding-bottom: 2px;
	}

/* * * * * * * * * * * * * class * * */

.leftimage {
	float: left;
	}

.rightimage {
	float: right;
	}

.clearall {
	clear: both;
	}

.padleft {
	padding-left: 12px;
	}

/* * * * * * * * * * * * * links * * */

a:link { 
	color: #5555ff;
	}

a:visited {
	color: #5555ff;
	}

a:hover {
	color: #880044;
	}
		
