@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Arial, "Trebuchet MS", "Courier New", Arial;
	font-size: .95em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}
#menubg{
	background:url(images/menu_bg.gif);
}
#menu{
	position:relative;
	top: 10px;
	left: 2px;
	height:40px;
	font: .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .8px;
}

#menu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	width: 100%;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#menu ul li{
	display: inline;
}


#menu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 2px 8.5px 1px 8.5px;
	text-decoration: none;
	border-right: 1px dashed #333333;
}
#menu ul li a.end{
	border-right: 0;
}

#menu ul li a:hover{
	color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 0;
}

#content {
	padding: 10px;
	padding-left: 20px;
	color: #222;
	text-align: left;
}
#content h1{
	font-weight: bold;
	font: 1.8em "Palatino Linotype", "Book Antiqua", Palatino, Arial, "Trebuchet MS", "Courier New", Arial;
	line-height: 20px;
	letter-spacing: 0px;
	color:#000000;
	text-indent: -25px;
	margin: 10px 0 15px 25px;
}
#content h2{
	font-size:1.4em;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: -0.5px;
	color:#000000;
}
#content p{
	margin-left: 20px;
	text-align:justify;
}
#content p.noindent{
	text-indent:0px;
}
#content ul{
	margin:0px;
	margin-top: 5px;
	margin-bottom:5px;	
	padding-left:15px;
}
#content hr{
	border: 0;
	border-bottom: 1px solid #999999;
	text-align:center;
	margin-bottom: 25px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 2px;
}
.blue{
	color:#003366;
}
.small{
	font-size:.8em;
}
.big{
	font-size:1.2em;
    letter-spacing: 1px;
	line-height: 20px;
}

/* SlideShowPro styles */
div#flashcontent {
	margin:24px auto;
}
