/* 
LINKS
*/
a:link { color: #66cc66; text-decoration: none; border-bottom: dotted 1px; font-weight: 900}
a:hover { color: #006600; text-decoration: none; border-bottom: dotted 1px; font-weight: 900}
a:visited { color: #006600; text-decoration: none; border-bottom: dotted 1px; font-weight: 900}

/*
HEADERS
*/
h1.default {font-size: 150%; color:#006600; font-weight: 900; text-align: left; margin-bottom: .5em; padding-bottom: .5em}
h2 {font-size: 120%; color:#006600; font-weight: 700; margin-bottom: 0}
h3 {font-size: 100%; font-weight: 700; color:#009933; margin-bottom: 0; text-align: left; border-bottom: solid 1px #990000; }
h4 {font-size: 100%; color:#66cc66; margin-bottom: 0; font-weight: 700}
h6 {font-size: 80%; margin-bottom: 2em; padding-bottom: 2em; margin-top: .05em; padding-top: 0.5em;font-weight: 700}
.nav {text-align: left; line-height: 1.5em; padding-bottom: 2em; margin-bottom: 2em}

/*
BODY
*/
body {background: #66cc66 url("images/brick.png")}
.content {padding: .5em; margin: .5em; }
.footer {padding-top: 5em; margin-top: 5em; text-align: right; clear: both}
.description {text-align: right; width: 65%; position: absolute; right: 6.8em; top: 4.5em}
.contentcontainer {background: #ffffff; padding-top: 2em; margin-top: 2em; padding-bottom: 2em; margin-bottom: 2em; padding-left: 2em; margin-left: 2em; padding-right: 2em; margin-right: 2em; text-align: left; font-size: 76%; font-family: arial, sans-serif; color: #000000; border: ridge 4px #ccffcc}
acronym {cursor: help}

/*
IMAGES
*/
img {border:none; vertical-align: text-top}
img.left {float: left; margin-right: 1em; padding-right: 1em; margin-bottom: .5em; padding-bottom: .5em; margin-top: .5em; padding-top: .5em}

.rightcol	{
		position: relative;
		right: 0em;
		top: 0em;
		left: 2em;
		padding-top: 1.5em;
		margin: 1.5em;
		float: right;
		width: 300px
		}	

.rightcol2	{
		position: relative;
		right: 0em;
		top: -2em;
		padding: .5em;
		margin: .5em;
		float: right;
		width: 300px
		}


/*
LISTS
*/
ul {list-style-type: circle; color:#000000; list-style-position: outside}
