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

/* Mad Shout Out to the code geeks among us. Woop Woop! Ya'll in the jungle. */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
    	background-color:#fff;
	margin: 0px;
	padding: 0px;
	height:100%;

}


a:link {
	color:#000000;
		text-decoration: none;
		}

a:visited {
	color:#000000;
		text-decoration: none;

	}
	
a:hover {
	color:#ff33cc;
		text-decoration: none;

	}
	


ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
h1 {
	font-size: 20px;
	color:#999999;
	font-weight:bold;
	line-height: 20px;
	margin:25px 0 0 0;
	}
	
h2 {
	font-size: 16px;
	color:#000;
	font-weight:regular;
	line-height: 18px;
	margin:20px 0 15px 0;
	}
	
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
	margin:10px 0 0px 0;
	color:#ff33cc;
	}
	
h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	margin:-10px 0 25px 0;
	text-align:right;
	}
	
p {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	}
	
span {
	color:#ff33cc;
	}

/* Container */

#container {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:25px;
    margin-left:auto;
	margin-right:auto;
	width: 800px;
	padding: 0px;
	text-align:left;
	border:none;
}

/* Top Right Banner */

#top_right_banner {
	position:fixed;
	top:0px;
	right:0px;
	width:200px;
	height:197px;
	
	z-index:10;
	
	}

/* Left Column */


#left_column {
	position:relative;
	float:left;
	width: 30%; 
}


.logo {
	margin-bottom:25px;
	}

.bar1 {
	position:relative;
	width: 90%;
	height: 2px;
	background-color:#000000;
	margin: 10px 0 10px 0;
	}
	
	
/* Right Column */

#right_column {
	position:relative;
	float:right;
	width:70%;
	margin: 243px 0 0 0px;
}

.news {
	width:506px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-top: 12px solid #000;
	}
	
	
#clear {
	clear:both;
	}
	
/* Right Column Contact Page */

#right_column_contact {
	position:relative;
	float:right;
	height: 100%;
	margin: 243px 30px 0 0px;
}

	
/* contact form */
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed white;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* Footer */

#footer {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	height:40px;
	margin: 80px 0 0 0px;
	}
	
/* Other Pages */
	
.info_graph {
	font-size: 20px;
	color:#999999;
	font-weight:bold;
	line-height: 25px;
	width: 506px;
	height: 100%;
	}
	
/* grace+peace  */