body
{
	font-family: Verdana, Geneva, "Lucida Sans Unicode", Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-color: #000000;
/*
	background-color: #c0c0c0;
	background-image: url(images/bg_fade.png);
	background-repeat: repeat;
*/
}
#container
{
	width: 750px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
}
#header
{
	/* padding: 10px; */
	height: 92px;
	padding: 0px;
	color: #ffffff;
	background-color: #64649c;
	background-image: url(images/bg_green_black_fade_1x100.png);
	border-bottom: solid 2px #000000;
/*
	background-image: url(images/bg_header.png);
*/
}
#sidebarbg
{
	float: left;
	background-image: url(images/bg_lines.gif);
	background-color: #64649c;
}
#menubar
{
	height: 30px;	
	background-color: #000000;
	background-image: url(images/bg_chrome_1x50.png);
	/*background-image: url(images/bg_orange_black_fade_1x30.png);*/
	border-bottom: solid 2px #000000;
}
#menubartext
{
	padding-top: 7px;
	padding-left: 10px;
}
#sidebar
{
	/* background-image: url(images/bg_lines.gif); */
	/* background-color: #9999cc; */
	width: 200px;
	float: left;
}
#contentplaceholder
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	background-image: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}
/* SideBar Menu Item List */
#sidebar ul
{
	list-style:none;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	color: #ffffff;
	font-family: Arial, Verana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
/* SideBar Menu Item Links */
#sidebar ul a:link
{
	color: #ffffff;
	text-decoration: none;
}
/* SideBar Menu Item Links - Visited */
#sidebar ul a:visited
{
	color: #e0e0e0;
	text-decoration: none;
}
/* SideBar Menu Item Links - Visited */
#sidebar ul a:hover
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
#headertext
{
	color: #ffffff;
}
#footer
{
	padding: 10px;
	color: #ffffff;
	background-color: #64649C;
	background-image: url(images/bg_footer.png);
}
#footertext
{
	padding: 0px;
	font-size: 7pt;
}
#googleadsense
{
	width: 728px;
	height: 90px;
}
h1 
{
	font-size : 12pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	color : #cc6600; 
} 
h2 
{
	font-size : 12pt; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold; 
	color : #cc6600; 
} 
h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cc6600;
}
.infotext
{
	font-size: 7pt;
	color: #ffcc66;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}
.charlabel
{
	text-align: right;
	font-size: 8pt;
	width: 125px;
}
.charinfo
{
	width: 300px;
}
.smalltext
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight: normal;
}
.title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ff8c14;
	margin-left: auto;
	margin-right: auto;
}
/*
body {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin : 0; 
color : #000000;
background-color : #ffffff;
} 
h1 {
font-size : 16pt; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
color : #cc6600; 
} 
h2 {
font-size : 14pt; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
color : #cc6600; 
} 
h3 {
font-size : 12pt; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
color : #cc6600; 
} 
td {
font-size : 10pt; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 
td.divider {
font-size : 10pt; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #ffffff; 
background-color : #336699; 
font-weight : bold; 
} 
td.menu {
font-size : 10pt; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #ffffff; 
} 
td.menutitle {
font-size : 10pt; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #ffcc33; 
} 
a.menu:active {
color : #ffffff; 
text-decoration : none; 
} 
a.menu:link {
color : #ffffff; 
text-decoration : none; 
} 
a.menu:visited {
color : #ffffff; 
text-decoration : none; 
} 
a.menu:hover {
color : #ffffff; 
text-decoration : none; 
background-color: #669999;
font-weight: bold;
} 
a:active {
color : #336699; 
text-decoration : none; 
} 
a:link {
color : #0000ff; 
text-decoration : none;
} 
a:visited {
color : #0000ff; 
text-decoration : none; 
} 
a:hover {
color : #0000ff; 
text-decoration : underline; 
font-weight : bold; 
} 
a.lite:active {
color : #ffffff; 
text-decoration : none; 
} 
a.lite:link {
color : #ffffff; 
text-decoration : none; 
} 
a.lite:visited {
color : #ffffff; 
text-decoration : none; 
} 
a.lite:hover {
color : #ffffff; 
text-decoration : none; 
} 
.midblue {
background-color : #66ccff;
} 
.lightblue {
background-color : #99ccff;
} 
.lightgray {
background-color : #cccccc;
} 
.copyright {
font-size : 8pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 
.small {
font-size : 8pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #000000; 
background-color : #ffffff; 
} 
.white {
font-size : 10pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
} 
.litelink {
font-size : 8pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff;
} 
.bluetitle {
font-size : 11pt; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
color : #336699;
background-color : #ffffff;
} 
.monospace {
font-family : Courier, monospace; 
} 
*/
