/*universal settings*/
* {
	margin: 0;
	padding: 0;
}

/*overall settings*/
body {
	background: white;
}


/*header settings*/
#header {
	height:50px;
	background: transparent url(images/logo.gif) no-repeat center left;
	background-color: #9999cc;
	padding: 0.2em;
	font: 3.5em Verdana, sans-serif;
	border-bottom: 1px solid #262C40;
}
/*menu settings*/
#menu {
	float: left;
	color: #262C40;
	font: 0.85em Verdana, sans-serif;
	width: 180px;
}
#menu dl {
	background: #CCCCCC;
	width: 180px;
}
#menu dt {
	padding: 0.4em 1.8em;
	border-bottom: 1px solid #999999;
	font: 1em Verdana, sans-serif;
	font-weight: bold;
}
#menu dd {
	text-indent: 0.4em;
	border-bottom: 1px solid #999999;
}
#menu dd-ad {
                background: #FFFFFF;
	text-indent: 0.4em;
	border-bottom: 1px solid #999999;
                z-index: 1;
}
#menu a:link {
	padding: 0.4em 0 0 1.8em;
	display: block;
	height: 2em;
	font: 0.85em Verdana, sans-serif;
	text-decoration: none;
	color: #262C40;
}
#menu a:visited {
	padding: 0.4em 0 0 1.8em;
	display: block;
	height: 2em;
	font: 0.85em Verdana, sans-serif;
	text-decoration: none;
	color: #262C40;
}	
#menu a:hover {
	background: #54618C;
	color: #FFFFFF;
}
#menu a:active {
	background: #54618C;
	color: #54618C;
}

#bpas {
	height:120px;
	width: 180px;
	background-color: #FFFFFF;
                padding-top: 10px
}

#bpas a:hover {
	background-color: #FFFFFF;
}

#bpas a:visited {
	background-color: #FFFFFF;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #262C40;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #262C40;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#box {
	margin: 1em 0 1em 0;
	background: #DDDDCC;
	border: 8px solid #DDDDCC;
}	

#editorschoicebox {

	background: #9999CC;
	border: 8px solid #9999CC;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
                margin-top: 5px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
}
.siteIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #FFFFFF;
                font-weight: bold;
}
.categoryHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
                font-weight: bold;
}

a.siteIntroBlack:link {
	color: #333333;
                text-decoration: none;
}

a.siteIntroBlack:hover {
	color: #cccccc;
}



a:link {
                color: #333333;
	text-decoration: underline;
}
a:visited {
                color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	text-align: center;
}

ul {
                list-style-position: inside;
}