body {
	padding: 10px;
	margin: 0px;
	background: #174275;
}



a:link {
	color: #62B1DA;
}

a:hover {
	color: #3D7AA7;
}

a:visited {color:#3D7AA7;}


h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #174275;
	padding: 0px;
	margin: 1.5em 0px 0.8em 0px;
}

h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #174275;
	padding: 0px;
	margin: 0px 0px 0.5em 0px;
}


p {
	margin: 1em 0px 1em 0px;
	padding: 0px;
}

div.clear {
	clear: both;
}

.gray-italic {
	color: #aaaaaa;
	font-style: italic;
	font-size: 8pt;
}

.small {font-size:10px; font-weight:200;}
.bold {font-weight:bold;}
/********************************************************************
 * Containers
 ********************************************************************/

div#main-column {
	width: 828px;
	margin: auto;

	border-style: solid;
	border-width: 0px 5px 5px 5px;
	border-color: white;

	background: white ;
}

div#left {
	width: 249px;
	float: left;
}

div#left div#logo {
	width: 250px;
	height: 117px;
	background: url(../g/logo3.jpg) top left no-repeat;
	
}

div#left div#logo h1 {
	display: none;
}

div#right {
	float: left;
	width: 578px;
	
	/*background: url(../g/purple-vertical-bar.jpg) top left no-repeat; */
}

div#right div#picture {
	height: 140px;
	width: 573px;
	margin: 0px 0px 0px 5px;
	background: url(../g/top-picture.jpg) top left no-repeat;
}

div#right div#header {
	margin: 0px 0px 0px 5px;
	background: url(../g/header-background2.png) top left repeat-x;
	height: 38px;
	width: 573px;
}

div#right div#header h2 {
	padding: 8px 0px 0px 15px;
	margin: 0px;
	color: black;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

/********************************************************************
 * Navigation rules
 ********************************************************************/

ul#navigation {
	float: left;
	padding: 0px;
	margin: 23px 0px 50px 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	width: 249px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #75cdf3;
}

ul#navigation li {
	display: inline;
	list-style-type: none;
}

ul#navigation li a {
	display: block;
	padding: 5px;
	background: url(../g/brown-gradiant.jpg) top left repeat-y;
	border-style: solid;
	border-width: 1px;
	border-color: #efefef #666666 #666666 #efefef;
}

ul#navigation li a:link {
	color: black;
	text-decoration: none;
	/*background-color: #D5D3BE;*/
}

ul#navigation li a:visited {
	color: black;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: white;
	text-decoration: none;
	background: #3D7AA7;
	border-style: solid;
	border-width: 1px;
	border-color: #74C2E1 #3D7AA7 #3D7AA7 #74C2E1;
}

ul#navigation li.current {
	color: white;
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #3D7AA7;
	border-style: solid;
	border-width: 1px;
	border-color: #74C2E1 #3D7AA7 #3D7AA7 #74C2E1;
}

/********************************************************************
 * General content rules
 ********************************************************************/

div#content {
	padding: 0px 20px 20px 20px;
	font-family: georgia, times new roman, times, serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #222222;
}


div#content .float-right {
	float: right;
	margin: 0px 10px 1em 0px;
}

div#content .float-right-border {
	float: right;
	margin: 0px 0px 20px 15px;
	border: #cccccc solid 1px;
	padding: 2px;
}

div#content .float-right-border-text {
	float: right;
	margin: 0px 0px 20px 15px;
	border: #cccccc solid 1px;
	padding: 10px;
	background-color: #efefef;
}

div#content .float-right-border-text h3 {
	font-size: 11pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

div#content .float-right-border-text p {
	padding: 0px;
	margin: 0.5em 0px 0.5em 0px;
}

div#content .float-left-border {
	float: left;
	margin: 10px;
	border: #cccccc solid 1px;
	padding: 2px;
}


div#bottom {
	clear: both;
	padding: 5px;
	font-family: lucida sans unicode, lucida grande, tahoma, helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	background-color: #D4D1BE;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #F4F1BE;
}

.highlight {
	color: #4F95C1;
	font-weight: bold;
}


.bottom-divider {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	padding-bottom: 1em;

}

/********************************************************************
 * Donate Section
 ********************************************************************/

div#donate-box {
	width: 450px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	margin: 20px auto auto auto;
	padding: 15px;
	text-align: center;
}

div#donate-box p {
	text-align: left;
}

div#donate-box img {
	margin: auto;
}


.check{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	
	
}
.check em{ 
	font-weight:bold;
	
	
}

.check li {
	padding-left: 15px;
	background-image: url(../g/ICON_checkbox-2.gif);
	background-repeat:no-repeat;
	background-position: 0 .5em;
	line-height: 2em; 
		
	
 }
/********************************************************************
 * Staff section
 ********************************************************************/

div#content div.profile {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	margin: 20px 0px 20px 0px;
}

div#subbar {
	height: 46px;
	background: url(../g/sub-bar.jpg) top left no-repeat;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2A5E8E;
}

div#subbar ul {
	margin: 0px;
	padding: 17px 0px 0px 0px;
}

div#subbar ul a:link, div#subbar ul a:visited {
	color: black;
	text-decoration: none;
}

div#subbar ul a:hover {
	color: black;
	text-decoration: underline;
}

div#subbar ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}

div#subbar ul li.current {
	background-color: #D7D6C1;
	padding: 7px 10px 7px 10px;
	border-color: #908E79;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}



/********************************************************************
 * Contact Section
 ********************************************************************/

div#content div#teencenter {
	background: #3D7AA7 url(../g/teen-center.jpg) top right no-repeat;
	color: white;
	padding: 15px;
	font-size: 10pt;
	margin: 20px 0px 0px 0px;
}

div#content div#teencenter h2 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	color: white;
}


div#content div#teencenter a:link, div#content div#teencenter a:hover, div#content div#teencenter a:visited {
	color: #75CDF3;
	font-size: 8pt;
}
