body {
    margin: 0px;
    color: #000000;
	/*background-image: url('../images/tanbg.gif');*/
	background-color: #003300;
    font-family: sans-serif;
    font-size: 13px;
}
a {
    text-decoration: none;
    color: #003300;
}
a:hover {
	text-decoration: underline;
}
h1 {
	padding: 13px 0px;
	margin: 0px;
	font-size: 20px;
}
h2 {
}
h3 {
}
.outerContent {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url('../images/shadow.gif');
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
	background-repeat: repeat-x;
	background-position: top;
	width: 550px;
}
.content {
	color: #666666;
	background-color: #FFFFFF;
}
#pageTitle {
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	width: 165px;
	margin: 60px 10px;
}
#mainTable {
    width: 780px;
}
#navigation {
    font-family: "Trebuchet MS", Verdana, "Times New Roman", Times, serif;
	color: #FFFFCC;
    width: 200px;
	background-image: url('../images/gradient_darkgreen.jpg');
	background-position: right;
}
#navigation a {
    padding: 4px 0px 2px 10px;
    text-align: left;
	font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #CCCC99;
    text-decoration: none;
    display: block;
	width: 180px;
	letter-spacing: 0.05em;
}
#navigation_video a {
    padding: 0px 0px 0px 0px;
    text-align: left;
	font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #CCCC99;
    text-decoration: none;
    display: block;
	width: 580px;
	height: 20px;
	letter-spacing: 0.05em;
}
#navigation_video a img {
    padding: 0px 0px 0px 0px;
    text-align: left;
	font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #CCCC99;
    text-decoration: none;
    display: block;
	width: 580px;
	height: 20px;
	letter-spacing: 0.05em;
	border: 0;
}
#navigation a:hover {
    text-decoration: underline;
    background-color: #cccc99;
	color: #006600;
}
.pageImage {
	position: relative;
	top: -5px;
	left: -5px;
}
.pageImageBox {
	float: right;
	margin: 0px 20px 15px 20px;
	background-color: #999999;
}

#contact input {
	width: 110px;
	margin-left: 5px;
	font-size: 12px;
}
#contact select {
	width: 114px;
	margin-left: 5px;
	font-size: 12px;
}
#contact textarea {
	font-size: 12px;
	font-family: sans-serif;
}
#copyright {
	font-size: 11px;
	color: #003300;
	background-color: #CCCC99;
	text-align: center;
	line-height: 15px;
}

#copyright a {
	color: #333333;
}
