.page
{
    width: 700px;
}

td
{
	font-family: "Lucida Sans Unicode", "Arial", "Sans-Serif";
	font-size: 10pt;
	color: #000000;
}

a {
	color: #228B22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #228B22;
}
#navcontainer
{
	width: 145px;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Arial", "Sans-Serif";
	font-size: 10pt;
	margin-top: -1px
}
html>body #navcontainer
{	
	width: 142px;
}
#navcontainer ul
{
	clear: both; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none
}

#navcontainer li
{
	border-bottom: 1px solid #228B22;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}

#navcontainer .topitem
{
	border-top: 1px solid #228B22;
}

#navcontainer li a
{
	display: block;
	border-left: 2px solid #228B22;
	border-right: 1px solid #228B22;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	height: 18px;
	color: #000000;
}

html>body #navcontainer li a {
	width: auto;
}

#navcontainer li a:hover
{
border-left: 2px solid;
background-color: #228B22;
color: #ffffff;
}
.videoTable {
	width: 508px;
}
.boxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.docTable {
	width: 508px;
}
.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #228B22;
	cursor: default;

}
.tablebody {
	border: thin solid #CCCCCC;
	padding: 5px;
	cursor: default;
}
.navbar {
	word-spacing: 3mm;
}
.btnMoreInfo {
	color: #0066CC;
	cursor: pointer;
}
.MoreInfoBox {
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	margin-top: 5px;
}
.MainContent
{
    font-family: "Lucida Sans Unicode", "Arial", "Sans-Serif";
    font-size: 0.8em;
    border: solid 1px #c4c4c4;
	padding: 5px;
	background: #FFFFFF;
	vertical-align: top;
	width: 535px;
	height: 450px;
	cursor: default;
}
html>body .MainContent
{
    font-family: "Lucida Sans Unicode", "Arial", "Sans-Serif";
    font-size: 0.8em;
    border: solid 1px #c4c4c4;
	padding: 5px;
	padding-bottom: auto;
	background: #FFFFFF;
	vertical-align: top;
	margin-left: 150px;
	margin-top: 3px;
	width: 535px;
	height: auto;
	cursor: default;
}
.footer
{
    font-family: "Lucida Sans Unicode", "Arial", "Sans-Serif";
    font-size: 0.6em;
    width: 535px;
    margin-left: 160px;
}
.leftBar
{
    float: left;
    background: url(../images/sidebar.gif) fixed no-repeat 0% bottom;
    width: 150px;
    height: 400px;
}
html>body .leftBar
{
    float: left;
    background-image: url(../images/sidebarff.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 4px;
    width: 150px;
    height: 400px;
}
img
{
    border: none;
}
.cccImage
{
    border: none;
    position: absolute;
    left: 25px;
    top: 485px;
}
.imageLinkBox
{
    float: left;
    width: 170px;
    text-align: center;
}
.imageLink
{
    width: 96px;
    height: 96px;
    border: none;
}
.imageLinkDescriptions
{
    float: left;
    text-align: center;
    padding: 10px;
    width: 150px;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.clear
{
    clear: both;
}
.red
{
    color: #B0171F;
}
.smallPrint
{
    font-size: 0.8em;
}