/*** typefaces ***/

BODY
{
    font-size:62.5%;
    font-family:Verdana,Arial,'Sans Serif';
    text-align:center;
    margin:0px;
}

#main
{
    text-align:left;
}

table, td, th
{
	font-size:1em;
}

/*** links ***/

a
{
    color:#5d6967;
    text-decoration:none;
}

#footer a
{
    font-size:97% solid;
	margin-left:-5px;
    color:White;
    text-decoration:underline;
}

a:hover
{
    color:gray;
    text-decoration:underline;
}

/*** appearance ***/

BODY
{
    background-color:#5d6967;
   /* background-image:url(../Img/mainbg.gif);*/
    background-position:center;
    background-repeat:repeat-y;
}

#header
{
    background-image:url(../Img/logo.gif) ;
    background-repeat:no-repeat;
    background-position:right 6px;
	vertical-align:top;
/*	margin-top:-40px;*/
}

/*#page
{
    border-bottom:solid 1px #687472;
    border-top:solid 1px #687472;
}*/

#content
{
	background-color:White;
}

#content.twocol
{
	background-image:url(../Img/columnbg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#footer
{
	background-color:#5d6967;
}

/*** layout ***/

#header
{
    height:54px;
    width:919px;
    margin:20px auto;    
}


#page
{
    margin:0px;
}

#main
{
    margin:0px auto;
    width:919px;
}

#content #left
{
	float:left;
	width:669px;
	padding:5px 0px 5px 5px;
	margin:0px;
}

#content #right
{
	float:right;
	width:235px;
	margin:5px 5px 0px 0px;
}

#footer
{
	padding:2px;
    width:919px;
    margin:0px auto;
}

/*Sub Navigation*/
.submenu
{
	border-bottom:white 1px solid;
}

.RootText, .RootSelectedText, .ChildText, .ChildSelectedText
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: xx-small;
	text-align: left;
}

.Root
{
	color: #687472;
	border-top:white 1px solid;
}

.RootSelected
{
	font-weight: bold;
	color: #687472;
	border-top:white 1px solid;
}


.Child
{
	color: #687472;
	padding-left: 10px;
}

.ChildSelected
{
	font-weight: bold;
	color: #687472;
	padding-left: 10px;
}
.subnavfooter 
{
}

.HoverOver
{
	cursor:pointer;
}

.ImagePad
{
}

/* [ Navigation ] */

ul.nav
{
	padding: 0px;
	margin: 0px 0px;
	position:relative;
	cursor: default;
	list-style-type: none;
	height:16px;
	display: inline;
	top:0px;
	left:0px;
}
ul.nav li
{
	list-style-type: none;
	display: block;
	line-height:16px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
}

ul.nav li a
{
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	color:#ffffff;
	line-height:16px;
	padding: 0px 16px;
	border-right:#ffffff 1px solid;
}

ul.nav li.hover a
{
	color: #d6d9d9;
	text-decoration:none;
}

ul.nav li li a, ul li li a:hover
{
	border-right:none;
}

 ul.nav li.hover li.nohover a
 {
 	color:#687472;
 }

ul.nav li ul {
	position:absolute;
	top:15px;
	width:15em;
	left:0px;
	margin-left:0px;
	padding:0px;
	background-color:#d6d9d9;
	display:none;
	border:solid 1px #5d6967;
	border-bottom-style:none;
}

ul.nav li li ul {
	top:3px;
	left:15em;
	margin-left:-2px;
	padding:0px;
	display:none;
}

ul.nav li.hover ul {
	display:block;
}

ul.nav li.nohover ul
{
	display:none;
}

ul.nav li li {
	clear:left;
	margin:0px;
	width:100%;
	border-bottom:#5d6967 1px solid;
}

ul.nav li.hover ul li a {
	margin:0px 1px;
	padding:0px 5px;
	line-height:2em;
}

ul.nav li.hover ul li.hover a {
	background-color:#ffffff;
	color:#687472;
}

ul.nav li.hover ul li.nohover a
{
	background-color:Transparent;
}
/* [ Navigation ] */