@charset "utf-8";
/* CSS Document */

body{
	background-color: #252525;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
#border{
	width: 878px;
	min-height: 100%;
	background-image: url(../../images/borderbg.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#container{
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	min-height: 787px;
	overflow: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}
#header{
	width: 816px;
	height: 84px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #0e2138;
	background-image: url(../../images/PClogo_header.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.clear{
	clear: both;
}
.tagline{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #dbdbdb;
	text-align: right;
	margin-top: 9px;
	margin-right: 15px;
}
.email_list{
    float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #dbdbdb;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}
.email_list a{
    text-decoration: none;
	color: #dbdbdb;
}
.email_list a:hover{
    text-decoration: underline;
	color: #dbdbdb;
}
#search{
	height: 25px;
	width: 203px;
	float: right;
	line-height: 25px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #dbdbdb;
	background-color: #444;
	background-repeat: no-repeat;
	background-position: right;
}

#search a{
  text-decoration: none;
	color: #ffffff;
}
#search a:hover{
  text-decoration: underline;
  font-weight: bold;
	color: #ffffff;
}
#copyright{
	height: 20px;
	width: 816px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #818181;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}

.nojs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dbdbdb;
}

.nojs a{
  text-decoration: none;
	color: #ffffff;
}
.nojs a:hover{
  text-decoration: underline;
  font-weight: bold;
	color: #ffffff;
}
