/* Main Tags */
body {
background-color: #ffffff;
color: #000000;
font-family: Arial, sans-serif;
text-align: left;
font-size: 1em;
}
.required {
	color: #ff0000;
	font-weight: bolder;
}
table{
width: 795px;
}

/* Navagation */
#nav{
   white-space : nowrap;
   background-color : #003399;
   float : left;
   color : White;
   width : 100%;
   border-style : solid;
   border-color : #0066CC;
   border-width : 1px 0 1px 0;
}
#nav ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #003399;
   color : White;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #0066CC;
   border-right-style : solid;
   border-right-width : 1px;
}
#nav ul li a:hover{
   background-color : #99CCFF;
   color : #000066;
}

a.inline:link {color: #003399; background: #ffffff; font-decoration: none;}
a.inline:active {color: #003399; background: #ffffff; font-decoration: none;}
a.inline:visited {color: #003399; background: #ffffff; font-decoration: none;}
a.inline:hover {color: #ffffff; background: #003399; font-decoration: none;}


#content{
padding: 1em;
border-style : solid;
border-color : #0066CC;
border-width : 1px 1px 1px 1px;
min-height: 575px;
}


#footer{
background-color: #003399;
color: #ffffff;
font-family: Arial, sans-serif;
text-align: center;
font-size: .75em;
font-style: italic;
height: 20px;
}

a.video_link {
	text-decoration:none;
}

a.video_link:hover {
	text-decoration:underline;
}
}