@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(page_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	margin-top:34px;
	color:#FFFFFF;
}

h1 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	color:#ffd43a;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#ffefb8;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.paras {
	line-height:175%;
}

#list-menu {
width: 350px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type:none;
font-family: verdana, arial, sanf-serif;
font-size: 10px; 
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width:350px;
padding: 2px 2px 2px 10px;
border-bottom: 1px dashed #0066CC;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border-bottom: 1px dashed #CCCCCC;
background:#DFE9F9;
color: #124d9a;
} 

 /* Default link colors */
a:link		{ color: #ffefb8; text-decoration: underline }

a:visited	{ color: #ffefb8; text-decoration: underline }

a:active	{ color: #ffefb8; text-decoration: underline }

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

a.toplink:link	{ color: #ffefb8; text-decoration: none; font-size:10px; }

a.toplink:visited	{ color: #ffefb8; text-decoration: none; font-size:10px; }

a.toplink:active	{ color: #ffefb8; text-decoration: none; font-size:10px; }

a.toplink:hover		{ color:#FFFFFF; text-decoration: underline; font-size:10px; }

a.topactive:link	{ color: #616161; text-decoration: none; font-size:10px;}

a.topactive:visited	{ color: #616161; text-decoration: none; font-size:10px; }

a.topactive:active	{ color: #616161; text-decoration: none; font-size:10px; }

a.topactive:hover		{ color:#616161; text-decoration: underline; font-size:10px; }

a.h2link:link	{ color: #ffd43a; text-decoration: none;}

a.h2link:visited	{ color: #ffd43a; text-decoration: none; }

a.h2link:active	{ color: #ffd43a; text-decoration: none; }

a.h2link:hover		{ color:#ffd43a; text-decoration: underline; }

.title_text {
	color:#ffefb8;
}

