/* CSS Document */

body,/*needed to keep the div containers flush with the side and top of the browser window */



html {
	margin:0px;
	padding: 0px;
	/*background: #13115c url('images/bg.jpg');*/
	background-color:#13115c;
	font-weight: normal;
	font-family: helvetica, arial,sans-serif;
	line-height: .8em;
	color: #FFFFFF;
	font-size:1em;
	}

body {
	width:100%;
	height:100%;
	}
	
	img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	h1 {
		padding:0px;
		font-weight:normal;
		font-size: 1.4em;
		text-transform: uppercase;
		letter-spacing:.25em;
		}
	h2 {
		margin: 0px 0px -5px 0px;
		padding:0px;
		font-size: 1.2em;
		color: #2a2872;
		font-family: 'Georgia', 'Times New Roman', times, serif;
		}
	

/* Link information */

a:link {
	position:relative;
	color:#393c41;
	}
a:visited {
	position:relative;
	color:#767d87;
	}
a:hover {
	position:relative;
	color:#767d87;
	}
a:active {
	position:relative;
	color:#393c41;
	}


/* Divider information */

#container { 
	position:absolute;
	background: url('../images/gradient_bg.jpg') no-repeat top;
	left:0px;
	top:0px;
	width:100%;
	height:727px;
	}
#outerwraper {
	position:relative;
	margin: 0px;
	padding:0px;
	width:100%;
	height:auto;
	z-index: 10;
	}
#wraper {
	float:left;
	margin:0px;
	padding:0px;
	width:828px;
	height:auto;
	}
	
#top_left {
	margin:0px;
	padding:0px;
	float:left;
	width:209px;
	height:186px;
	text-align:left;
	}
	#top_left .logo {
		padding:0px 0px 0px 6px;
			float:left;
			width:209px;
			height:186px;
			}
			
#top_right {
	margin:0px;
	padding:0px;
	float:left;
	width:610px;
	height:186px;
	}
#top_right .nav {
			float:left;
			height:48px;
			width:600px;
			font-size:.73em;
			}
			#top_right .nav ul {
				margin: 0px 0px 0px 0px;
				padding:0px;
				height:48px;
				width:100%;
				border-left:solid 1px  #ffffff;
				list-style-type: none;
				}
			#top_right .nav li {
				margin:0px;
				padding:0px;
				display:inline;
				white-space:nowrap;				
				list-style-type:none;
				}
			#top_right .nav li a {
				position:relative;
				margin:0px;
				padding:0px;
				float:left;
				padding:25px 2% 0px 2%;
				display:block;				
				height:23px;
				border-right:solid 1px  #ffffff;
				text-decoration:none;
				color:#ffffff;
				}
			#top_right .nav li a:hover {
				background: url('../images/current.gif') repeat-x top;
				}
			#top_right .nav .current a{
				background: url('../images/current.gif') repeat-x top;
				}
	#top_right .message {
			margin:35px 0px 0px 0px;
			background: url('../images/message.png') no-repeat;
			float:right;
			height:33px;
			width:414px;
			}
	#top_right .message_contact {
		margin:0px 0px 0px 0px;
		background: url('../images/contact.png') no-repeat top;
		padding:0px;
		float:right;
		width:590px;
		height:64px;
		}		
#middle_left {
	margin:0px;
	padding:0px;
	float:left;
	width:609px;
	height:auto;
	}
	#middle_left .content_top {
		margin:22px 0px 0px 5px;
		padding:0px;
		background: url('../images/content_top.png') no-repeat;
		float:left;
		width:604px;
		height:21px;
		}
	#middle_left .content {
		margin:0px 0px 0px 5px;
		padding:0px 39px 0px 29px;
		background: url('../images/content_body.png') repeat-y;
		float:left;
		width:536px;
		height:auto;
		text-align:left;
		font-size:.82em;
		color:#535252;
		}
		#middle_left .content_hight {
		position:relative;
		margin:0px;
		padding:0px;
		top: 0px;
		float:left;
		width:3px;
		height:400px;
		text-align:left;
		}
	#middle_left .content_footer {
		margin: 0px 0px 0px 5px;
		background: url('../images/content_footer.png') no-repeat;
		padding:0px;
		width:604px;
		height:44px;
		float:left;
		}
#middle_right {
	margin:0px;
	padding:0px;
	float:left;
	width:201px;
	height:auto;
	}
	#middle_right .about {
		margin:1px 0px 0px -2px;
		background: url('../images/about_text.png') no-repeat;
		float:left;
		width:201px;
		height:65px;
		}
	#middle_right .involved {
		margin:1px 0px 0px -2px;
		background: url('../images/involved_text.png') no-repeat;
		float:left;
		width:201px;
		height:67px;
		}
	#middle_right .donate {
		margin:3px 0px 0px -1px;
		background: url('../images/donate_text.png') no-repeat;
		float:left;
		width:201px;
		height:71px;
		}
#footer {
	margin:0px;
	padding:0px 0px 20px 0px;
	height:auto;
	width: 750px;
	float:left;
	text-align:center;
	letter-spacing: .11em;
	line-height: 1.5em;
	color: #FFFFFF;
	font-size:.60em;
	 }
