* {
	margin-top: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	height: 140px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.header_bg {
	height: 140px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}
.right {
	width: 200px;
	font-size: 12px;
	padding-right: 15px;
}
.right h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size:10px;
	font-weight:bold;	
}

#footer a {
	font-size: 10px;
	font-weight:bold;
	border: 0px;
}

/******************** Top Navigation ************************/

#navcontainer {
	padding-left: 10px;
}

#navcontainer ul {
	background-color: #FFFF99;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding-top: 21px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#navcontainer ul li a:hover {
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {
	margin-bottom: 15px;
    margin-top: 0px;
}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.navcontainer ul {
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited {
	text-decoration: none;
	font-size: 12px;
}

.navcontainer a:hover {
	background-color: #76333A;
	color: #fff;
}

.main_text {
	width: 100%;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.main_text h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
}

.main_text ul {
	margin-left: 20px;
}

.main_text li {
	padding-left: 3px;
}

input {
	width: 190px;
	height: 18px;
	border: 1px solid #999999;	
	margin-top: 5px;
	margin-bottom: 5px;			
}
textarea {
	width: 190px;
	height: 100px;
	border: 1px solid #999999;	
	margin-top: 5px;	
	margin-bottom: 5px;	
}
.message_button {
	width: 192px;
	margin-top:3px;
	border: 1px solid #999999;		
}
.img_links {
	padding-right: 15px;
}
.right_image {
	padding-left: 10px;
}
.article_picture {
	border: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.article_text {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:justify;
}
.article_spacer {
	margin-bottom: 15px;
}
.article_caption {
	padding-top: 15px;
}
.message_result {
	font-weight: bold;
	color: #FF0000;
}
