/* Generic Selectors */

body {

	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #cccccc;	
	font-style:normal; font-variant:normal; font-weight:normal; line-height: 18px; font-size: 11px; font-family: "Helvetica", Arial, sans-serif;
	background-image: url(images/bg_2010.jpg);
  	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}

p {
	width: 100%;
}

li {
	list-style-type: none;
	line-height: 100%;
	list-style-image: url(../images/arrowSmall.gif);
}


h1 {

	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #cc0000;
}

h3 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
}

h4 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
}


/*************************  Pseudo classes *************************/

:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}
li :link {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}

:visited { 
color: #cccccc;
text-decoration: none;
font-weight: normal;
}

li :visited { 
color: #cccccc;
text-decoration: none;
font-weight: normal;
}

:hover {
color: rgb(204, 0, 0);
padding-bottom: 0px;
font-weight: normal;
text-decoration: none;

}
li :hover {
	display: block;
	color: rgb(204, 0, 0);
	padding-bottom: 0px;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;	
}
  
:active { 
color: rgb(204, 0, 0);
font-weight: normal; 
} 

#footer {

	clear: both;

	text-align: center;

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #666;

	padding: 0px;

	margin-right: auto;

	margin-left: auto;

}

#footer p{

	padding:10px;

	margin:0px;

}

#footer1 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	font-style: normal;
}

#footer2 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}

#wtf {
	font-family: "Helvetica", Helvetica, sans-serif;
	color: #bfbfbf;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
	text-transform: uppercase;
}

#sidebar h2 {

	color: #bfbfbf;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
	text-transform: uppercase;
}

#sidebar ul {

	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;

}



#sidebar ul li {

	display: inline;
	margin:0;
	padding:0
}

#sidebar li{

	list-style: none;
}



#sidebar ul li a {
	border-bottom: 1px dotted #666;
	color: #666666;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 4px 0px 4px 20px;
}


#sidebar ul li a:hover{
	color: #ffffff;
	background-color: #000000;
}

