body {
    background-image: url('../images/CheckedBG.gif');
    font-family: Arial;
    font-size: 13px;
    height: 0;
}

#head {
    background-image: url('../images/logo.gif');
    height: 180px;
}

#wrapper {
    background-color: white;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    position: relative;
    height: auto;
}

#content {
    position: relative;
    background-color: white;
    float: left;
    color: #353535;
    width: 600px;
    padding-right: 60px;
    padding-left: 70px;
    padding-top: 0px;
}

#content a:link, #footer a:link {
    text-decoration: none;
    color: #6a9528;
}

#content a:visited, #footer a:visited {
    text-decoration: none;
    color: #6a9528;
}

#content a:hover, #footer a:hover {
    text-decoration: underline;
    color: #45601c;
}

#nav {
    position: relative;
    background-color: white;
    clear: left;
    float: left;
    width: 160px;

     margin-top: -20px;
}

#nav ul {
    font-size: 14px;
    font-weight:bold;
    color: #021e3d;
    list-style-type: none;
}

#nav ul div{
    padding-left: 40px;
}

#nav ul li {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #021e3d;
    margin-left: -40px;
     border-top: solid 3px white;
     border-bottom: solid 3px white;
}

#nav ul li:hover {
    border-top: solid 3px #c5dcf9;
    border-bottom: solid 3px #a1c1e9;
}

#nav ul a:hover{
    text-decoration: none;
    color: #bc4a06;
}

#nav a:link{
    text-decoration: none;
    color: #e97a38;
}

#nav a:visited{
    text-decoration: none;
    color: #e97a38;
}

#footer {
    background-color: white;
    font-size: 10px;
    width: 900px;
    position:relative;
    clear: both;
    text-align:center;
    height: 55px;
    padding-top:50px;
    padding-bottom:10px;
	margin-bottom:-20px;
}

.titleBox {
    clear: both;
    color: white;
    background-color: #3A629E;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 20px;
}

.headerBox {
    text-align: center;
    color: #e97a38;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    margin-top: -35px;
    margin-left: 49px;
    width: 560px;
}

 
div#video {
     border: solid 10px #B6CBE2;
	 border-top: solid 30px #B6CBE2;
     background-color: #B6CBE2;
}

div#videotext {
	 margin-bottom: -20px;
	 margin-left: 20px;
	 color: #7a8a9b;	
	 font-size: 11px;
}

div#interview {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; padding: 3px;
	font-size: 11px;
	color: #16467E;
	
	/* Temporary styles */
	height: 195px;
	width: 160px;
	margin-left:10px;
}

p.info {
    font-weight: bold;
}

#slogan {
	color: #e97a38;
	float:right;
	padding-right: 55px;
	padding-top: 30px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

p.indent {
    color: #16467E;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
}

img.rightImage {
    float:right;
    margin-left: 20px;
    margin-bottom: 10px;
}

div.leftText {
    float:left;
    width: 60%;
    padding-bottom: 30px;
}

img.leftImage {
    float:left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

img.spacer {
    margin: 70px 0px;
}

.captionImg { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
	color: #16467E;
}

.captionImg img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; margin-bottom: 3px; 
}

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 