body {
	background-color: #eeeeee;
}

p {
	color: black;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1
{
	color: #454545;
	font-size: 175%;
	font-weight: bold;
}

h2
{
	color: #707070;
	font-size: 130%;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}

h3
{
	color: #707070;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding: 0 0 0 5px;
	text-align: left;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.nav {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.small {
	color: #000000;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.footer {
	color: #555555;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: center;
}

table.nav {border-width: 0px; background: #000000;}
table.d4 {border-width: 1px; border-style: solid; background: none; border-color: #000000; }
table.d3 {border-width: 0px; border-style: solid; background: #000000; }
table.top {border-width: 0px; background: none;}
.head {font-family: verdana; font-size: 30px;}
.nav {font-family: verdana; font-size: 9px; color: #000000;}
.tx {font-family: verdana; font-size: 10px; color: #000000;}


ul{
 list-style-type: square;
 font-family:Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
 font-size: 12px;


}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li{
padding: 3px 0px 8px 1px;

}


/***Navbar***/
#navBar{
	margin: 0 100% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#sidebar {
	float: left;	
	margin-top: 0px;
	width: 140px;
}

#sidebar ul {
	list-style: none;
	margin-left: 2px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 2px;	
}

#sidebar a {
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #333333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 2px;
	text-decoration: none;
	width: 160px;
}

#sidebar a:hover {
	background-color: #999999;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

/**************** Sidebar styles ****************/





/*********** #Links styles ***********/

#links{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}
#links h3{
	padding: 10px 0px 2px 10px;
}

#links a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#links a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#links a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}



a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #ff0033;
	text-decoration: underline;
}
