/* CSS Document */

body {background-color: #313131; font-family: trebuchet ms, verdana, arial, sans-serif;}

hr {height: 1px; border: 0; color: #313131; background-color: #313131;}

h1 {margin-top: 5px; margin-bottom: 5px; padding-left: 132px; color: #809a7a; font-size: 10pt; font-family: trebuchet ms, verdana, arial, sans-serif; font-weight: 100;}

/* Left Column */

.left-column {background-color: #eeeeee; color: #313131;}

.left-column img {
	padding-left: 10px;
	}
	
.left-column ul {
	margin: 0px;
	padding: 0px;
	}
	
.left-column li {
	padding-top: 0px;
	margin-left: 10px;
	list-style-type: none;
	font-size: 12px;
	}
        
.left-column li img {
	vertical-align: middle;
	}

.nav {font-size: 14px; font-weight: bold;}

.nav a {
	color: #006600;
	}
	
.nav a:hover {
	color: #313131;
	}
	
.subnav {font-size: 14px; font-weight: bold;}

.open {	display: block;}

.open a {
	cursor:pointer;
	color: #313131;
	}

.open a:hover {
	color: #669966;
	}

.closed {
	display: none;
	}

.closed a {
	text-decoration: underline;
	font-weight: normal;
	color: #313131;
	}

.closed a:hover {
	color: #809a7a;
	}

/* Middle Column */

.banner {background:url(images/banner_background.gif);
background-repeat: repeat-y;}

.middle-column {background:url(images/middle_column_background.gif);
background-repeat: repeat-y;}

.middle-column li {vertical-align: middle; list-style-image: url(images/arrow.gif); list-style-type: square;}

.post {color: #3f3f3f; padding: 10px; width: 388px; font-size: 10pt; line-height: 150%; font-family: arial, tahoma, sans-serif;}
		
/* Right Column */

.right-column {background-color: #767676; font-size: 8pt; color: #ffffff;}
.right-column form {margin: 10px;}
.right-column input {border: solid 1px #313131; background-color: #eeeeee; font-size: 8pt; color: #313131; padding: 2px;}
.right-column select {border: solid 1px #313131; font-size: 8pt; color: #313131; padding: 2px;}
.right-column a {color: #ffcc00;}
.required {font-size: 8pt; color: #ffcc00;}
.attributename {font-size: 8pt; color: #ffffff;}


/* Footer */

.footer {background-color: #696;}
.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
	}
.footer a:hover {
	color: #313131;
	}
	
.disclaimer {font-size: 8pt; color: #313131;}

/* Interstitial */

.interstitial {background-color: #313131; margin: 0px; color: #ffffff; font-weight: bold; font-size: 10pt;}
.interstitial a  {color: #cccccc; font-weight: bold;}
.interstitialloading {background-color: #696; border-bottom: solid 1px #ffffff;}