body {margin: 0; padding: 0; background: #226633}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 7px 0 0 5px; font-weight: normal; text-decoration: none}
h1 {color: #FFF;}
h2 {color: #09C;}
h3, h4 {color: #000;}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute;  left: 420px; right: 0px; top:42px; font-size: 2.65em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #fff}
h1:first-letter {font-family: Helvetica, Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; left: 480px; top: 125px; font-style: italic; color: #fff; font-size: 1.0em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 10px 7px; font-size: 0.80em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

li {padding-bottom: 5px; }
p#code {font-family: monospace; background: #DDDDDD; color: #555}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; }
a:hover, a:active {color: #F00; border-color: #fff}

ul {list-style: inside square} /* general lists */
ol {list-style-type: decimal; margin: 10px 10px 10px 30px;} 

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 20px auto; 
width: 1020px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #CCCC33;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav */
float: left; 
width: 1020px; 
height: 202px; 
background: url(images/logo.jpg) 0 0 no-repeat #297CBA
}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 200px;
	margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
	width: 200px; 
	background: transparent;
	overflow: hidden;
}

#rgtcol {float: right; width: 750px; padding-bottom: 30px; padding-top: 50px; background: transparent; overflow: hidden}  /* right column */

#bttmbar {float: right; text-align: center; color: #FFF; font-size: 0.70em; line-height: 2em; width: 1000px; background: #297CBA; border-top: 1px solid #D9D93C}
#bttmbar a{color:#FFF;}

/*  Thumbnails */
#lftcol a {font-size:0.9em}
#lftcol ul.thumbs { 
	margin: 20px 0;
	padding-left: 30px;
	padding-right: 15px;
	}
#lftcol ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#lftcol ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	list-style-type: none;
	}
#lftcol ul.thumbs li a img { border: 5px solid #ddd; }
#lftcol ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #lftcol ul.thumbs li a { background-color: transparent; }


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #CCC;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #000;
	background: #EEE
}

ul#nav li a#current {border-color: #09C}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #09C; color: #fff}


.box{
border:solid 1px #DEDEDE;
background:#EFEFEF;
color:#222222;
padding:10px;
text-align:left;
margin-right:100px;
}
	
