/*
--------------------------------------
I redesigned the css and made it an
external stylesheet so as to make it
easier to understand what I did, and
also allow you to edit more efficiently
later. Make a backup and remove them to
optimize this file. All an external style-
sheet needs to have to make it work is
the code and be saved as a *.css file.
--------------------------------------*/

body {
	color: #666;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 60.5%;
}

#wrapper {
	width: 790px;
	margin: 0px auto;
	padding: 0 14px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* Header
--------------------------------------*/

#banner {
	margin-top: 10px;
	padding-left: 6px;
}

/* Navigation =top
--------------------------------------*/

#mainNav ul {
	list-style: none;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0;
	border-bottom:  dashed #999;
	float: left;
	}
	
#mainNav li {
	list-style: none;
	float: left;
	width: 11.5em;
	}

#mainNav a {
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px solid #73AFB7;
	padding: 5px 5px 7px 30px;
	display: block;
	background-color: #E7E7E7;
	}
	
#mainNav a:hover {
	font-weight: bold;
	background: #FCC423
	}

/* Navigation =side
--------------------------------------*/

#sidebar-left {
	float: left;
	width: 22em;
	margin: .5em 0 4em 0;
	padding: 0 .6em 0 0;
	border-bottom: 0px solid #D6ECAE;
	background: white
}

.date {
	color: #73afb7;
	font-size: 1.2em;
	text-indent: 0;
	margin-bottom: .2em;
	font-weight: bold;
}
.sidehead {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background: black;
	padding: 0 .5em .2em .5em;
	margin: 0 .5em 1px 1px;
}

/* Content
--------------------------------------*/

#content {
	padding-left: 1.5em;
	padding-right: 1.2em;
	margin: 5em 1em 1em 23em;
	background: #f7f7f7;
	border-left: 1px solid #99cc33
}

#content ul {
	font-size: 1.2em;
	list-style-type: square;
	text-indent: 0;
}

#content li {
	margin-bottom: .2em;
}

#content a:hover {
	background-color: #FCC423;
	text-decoration: none;
}

/* Global Tags
--------------------------------------*/

h1 {
	font-size: 2em;
	color: #14556B;
}

h2 {
	font-size: 1.3em;
	color: #993;
	margin-bottom: 5px;
}

p{
	font-size: 1.2em;
	text-indent: 0;
	line-height: 150%;
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

a:active {
	text-decoration: none;
}


/* Footer
--------------------------------------*/

#footer {
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
	border-top: 1px solid #294E56;
	border-bottom: 1px solid #294E56;
	color: #666666;
	background: url(images/email.gif) no-repeat left center;
	margin: 0 0 10px 0;
	}
