/*   TAGS   */


html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body { 
	font-family: Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: left;
	height: 100%;
}

h1{
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	color: #339933;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;

}

h3{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #339933;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px 0 5px 0;
	margin: 0;

}

p {
	font-size: 12px;
	color: #003366;
	line-height: 150%;
	margin: 2px 0 20px 0;
}

a, a:link, .a {
	color: #339933;
	text-decoration: none;
}

a:hover, a:visited {
	color: #003399;
	text-decoration: underline;
}

img {
    border: none;
}


/*   CLASSES   */

#container { 
	padding: 0 175px 0 100px;  
	margin: 0; 
	position: absolute;
}

#intro {
	margin: 0;
	padding: 0;
	min-width:837px;
	height: auto;
	background: url(../gfx/cbg.gif) repeat-y top left; 
}

#header {
	position:relative;
	width:837px;
	height:153px;
}

#content {
	position:relative;
	padding: 10px 20px 40px 30px;
	left: 16px;
	top:153px;
	width:540px;
	height:auto;
}

#nav {
	position:absolute;
	left:717px;
	top: 291px;
	width:207px;
	height:26px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

#nav ul li {
    padding: 0;
    margin: 0;
}

#nav ul li ul {
    padding: 3px 0 5px 30px; 
    background: #FFFFFF;
}

#nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 175%;
	color: #003366;
	background: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 207px;
	display: block;
}

#nav li ul li a {
    width: auto;
    display: inline;
}

#nav a:hover, #nav .current {
	color: #339933;
	text-decoration: none;
}

#nav .currentParent {
	background: url(/images/navigation/nav1_on_2.gif) no-repeat top left;
}

#nav .currentParent img {
	display: none;
}

#nav a img {
    float: left;
}

.green {
	color: #339933;
	text-decoration: none;
}

#img_box {
	width: 553px;
	position: relative;
	left: 39px;
	margin-top: 150px;

}

#green-bar{
	width: 553px;
	height: 7px;
	background: #339933;
	position: relative;
	padding: 0;
	margin: 0;
	clear: both;
}

#image1{
	float: left;
	margin: 7px 0 7px 0;
}

#image2{
	float: right;	
	margin: 7px 0 7px 0;

}

#footer {
	width: 553px;
	position: relative;
	text-align: center;
	left: 39px;

}

