@CHARSET "ISO-8859-1";

body {
	background-color: #666666;
	background-image:url(images/msbg.gif);
	background-repeat:repeat-x;
	font-family:arial;
	font-size:80%;
	margin:0;
	padding:0;

}

h1 {
    font-size: 24px;
    color: orange;
}

h2 {
    font-size: 16px;
    color: orange;
}

.msheader {
	background-image:url(images/msheader.png);
	background-repeat:no-repeat;
	
}

.sidePanel {
	width: 200px;
	align: right;
	padding: 5px;
	background-color: #414041;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-x;
	color: white;
}

.contentPanel {
	width: 600px;
	align: left;
	padding: 5px;
	background-color: #414041;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-x;
	color: white;
}

.bigContentPanel {
	width: 650px;
	align: left;
	padding: 5px;
	background-color: #414041;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-x;
	color: white;
}


.picContentPanel {
	width: 860px;
	align: left;
	padding: 5px;
	background-color: #414041;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-x;
	color: white;
}

.extPanel {
	width: 600px;
	align: left;
	padding: 5px;
	background-color: #414041;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-x;
	
}

.listTable {
    border-width: 1px;
    border-color:white;
    border-style: solid;
}

.tableRow0 {
    background-color:gray;
}

.tableRow1 {
    background-color:black;

}

a:link {

    color: white;
}

a:visited {
    color: white;
}

#nav, #nav ul {
    padding : 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
    width: auto;
}

#nav li {
    float: left;
    width: auto;
}

#nav li li {
    float: left;
    width: 10em;
    color: white;
    background-color: orange;
    margin-left: 10px;
    padding: 2px;
    font-size: 14px;
    border:white 1px solid;
}

#nav li li a {
   
    color: white;
}

#nav li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}

#nav li:hover ul {
    left: auto;
}

#nav li:hover url, #nav li.sfhover ul {
    left: auto;
}