/*#mainarea {
	border: 0px solid #a1a1a1;
	background-color: transparent;
}*/

#container {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#header {
	left: 0;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 773px;
	height: 74px;
	z-index: 2;
	color: #000;
	padding: 5px 0px 0px 0px;
/*	padding-top: 5px;*/
	text-align: center;
	border: 0px solid #a1a1a1;

	background-color: #e8e8e8;
/*	background-color: #3a3a3a;/*#3b6ea5;*/
	background-image: url(/images/bg_images/title_bg.png);
	background-repeat: no-repeat;

}

#sidebar {
	position: fixed;
/*	top: 90px;
	left: 110px;*/
	z-index: 1;
	width: 140px;
	height: 185px;
	/*margin-left: auto;*/
	margin-top: 1.5em;
	border: 0px solid #f00;

	color: #000;
	font-family: Arial, sans-serif;
	letter-spacing: 2px;

	background-color: #e8e8e8;
	background-image: url(/images/bg_images/nav_bg.png);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	top: 0px;
	width: 615px;
	margin-top: 1.5em;
	margin-left: auto;
	border: 0px solid #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: large;
	color: #000;

	background-color: #30639c;
	background-image: url(/images/bg_images/content_mid_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}


#contenthead {
	width: 615px;
	height: 23px;
	color: #000;
	border: 0px solid #aaa;
	text-align: center;
	font-size: x-small;
	font-family: Arial, sans-serif;

	background-color: #3b6ea5;
	background-image: url(/images/bg_images/content_top_bg.png);
	background-repeat: no-repeat;
}

#copynotice {
	width: 615px;
	height: 20px;
	color: #000;
	border: 0px solid #aaa;
	text-align: center;
	font-size: x-small;
	font-family: Arial, sans-serif;
	
	background-color: #3b6ea5;
	background-image: url(/images/bg_images/content_bot_bg.png);
	background-repeat: no-repeat;
}

#navbox {
	background-color: transparent;
background: none;
	border: solid 0px #fff;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
/*	top: 2em;
	left: 2em;*/
}

#navbox li {

	background: none;
	padding: 0;
	margin: 0;
	border: 0px solid #f00;
	font: 10px/15px Arial, verdana, geneva, helvetica, sans-serif;
}

#navbox li a {
	display: block;
	padding: 6px 6px 4px 10px;
	margin: 0;
	background: none;
	color: #3a3a3a;

	border: 0px solid #000;
	font-weight: bold;
}

#navbox li a:active {
	background-color: transparent;
	color: #fff;
}

#navbox li a:hover {
	background-color: transparent;
	color: #1f1f1f;
	border: 0px solid #000;
}

body {
	color: #000;
	background-color: #e8e8e8;
	font-family: Arial, sans-serif;
}

p, em {
	font-family: Arial, sans-serif;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

a, a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #d1d1d1;
	font-size: 12pt;
	background: none;
}

a:hover { text-decoration: underline; }

a.nav {
	text-decoration: none;
	color: #000;
	font-size: medium;
}

a.nav:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #a9a9a9;
}

a.sml {
	font-size: x-small;
	color: #000;
	background-color: #3b6ea5;
}

a.sml:hover {
	font-size: x-small;
	color: #e9e9e9;
	background-color: #b1b1b1;
}

a.nobg:link,
a.nobg:visited,
a.nobg:hover,
a.nobg:active {
	color: #000;
	background: none;
}

hr.dash80 {
	width: 80%;
	border: solid #e7e7e7;
	border-width: 1px 0px 0px 0px;
}

.tiny, .tiny a {
	font-size: x-small;
}

table.dnldIMG {
	font-family: sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
ul.social {
	text-align: left;
	list-style: none;
}
ul.social li ul li {
	list-style: none;
	font-size: .8em;
}
ul.social li ul li:before { content: "- "; }

/*div {border: solid 1px #f00;}*/