
/* CSS-P */

#page {
 	width:772px;
	background:#fff;
	border: 1px solid #336699;
	background-image:   url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content_header {
	background:#fff;
	width:770px;
	}
	
#content_left {
	width:150px;
	float: left;
	}

#content_right {
	width:600px;
	margin-left:150;
	
}

#content_center {
	width:600px;
	margin-right:150;
	
}

#content_right_side {
	width:165px;
	float: right;
}

.spacer {
	height: 50;
}

	
/* STYLE */
 
.header_logo {
	padding-top: 5;
	padding-bottom: 5;
	vertical-align: center;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0;
	width: 149px;
}

.header_logo img{
	width: 149px;
	
}

.header_graphic {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: right;
}

.gradientfader {
	visibility:hidden;
	height: 80;
	filter:progid:dximagetransform.microsoft.gradientwipe(duration=3, gradientsize=0.5, motion = reverse );
}

.header_text {
	font-weight: bold;
	color: #003366;
	font-size: 130%; 
	vertical-align: bottom;
	padding-left: 25;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 2;
}

.menu_selected {
	background: #dd7722;
	border-bottom: 1px solid #ffffff;
	width: 120;
	padding: 0;
	background-image:   url(../img/selected_button.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}

.menu_unselected {
	background: #003366;
	border-bottom: 1px solid #ffffff;
	width: 120;
	padding: 0;
	background-image:   url(../img/gradient_button.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}

.menu_text{
	font-weight: bold; 
	font-size: 13; 
	color: #ffffff; 
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px; 
	display: block;
	text-align: center;
	background-image:   url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menu_text:hover  {
	background: #336699;
	text-decoration: none;
	background-image:   url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff; 
}

.menu_secondary {
	width:100;
	vertical-align: top;
	padding-top: 10;
	font-size: 60%; 
	text-align: right;
	padding-left: 15;
}


.menu_secondary_selected a{
	color: #dd7722;
}

.menu_secondary_selected {
	width: 120;
	border-bottom: 1px solid #336699;
	padding-left: 15;
	padding-bottom: 5;
	padding-top: 5;
}

.menu_secondary_unselected {
	width: 120;
	border-bottom: 1px solid #336699;
	padding-left: 15;
	padding-bottom: 5;
	padding-top: 5;
}

.header_divider {
	vertical-align: center top;
	background-image:   url(../img/fade2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #eeeeee;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
 	padding:0;
	font-size: 8; 
	height: 10px;
}

.breadcrumb {
	padding-top: 5;
	padding-left: 10;
	font-size: 50%; 
	font-weight: bold; 
	text-align: left;
}

.breadcrumb a {
	font-size: 120%; 
}

.side_image{
	font-weight: normal; 
	font-size: 60%;  
	color: #336699;
	margin-top: 10;
}
.side_image img{
	border: 1px solid #336699;
}

.side_image a:hover img{
	border: 1px solid #336699;
}

.donate{
	background-color:#003366;
	margin: 5;
}

.donate p{
	font-weight: normal; 
	font-size: 60%;  
	color: #ffffff;
}

.donate h1{
	font-weight: bold; 
	font-size: 120%;  
	color: #ffffff;
	padding: 5;
}


.content {
	font-weight: normal; 
	font-size: 70%; 
	text-align: justify;
	padding-left: 5;
	padding-right: 20;
}

.content h1 {
	font-weight: bold; 
	font-size: 120%;
	padding-left: 15;
	color: #003366;
	margin-top: 7;
}

.content h2 {
	font-weight: bold; 
	font-size: 100%; 
	color: #336699;
	padding-left: 5;
	margin-left: 10;
}

.content h2 a {
	color: #336699;
}

.content h3 {
	font-size: 100%; 
	color: #336699;
	margin: 5px;
	padding-top: 5;
	padding-bottom: 5;
	padding-left: 10;
	padding-right: 10;
	
}

.content table {
	font-weight: normal; 
	font-size: 90%;  
	color: #666666; 
	margin: 5px;
	
}

.content td {
	padding-bottom: 5px;
}

.footer {
	font-size: 50%;  
	color: #ffffff; 
	padding: 2;
	padding-right: 5;
	text-align: right;
	background-color: #336699;
	background-image:   url(../img/fade.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 1px solid #999999;
	
}

body {
	font-family: verdana,arial,sans-serif;
	color: #666666;
	background-color: #cccccc;
	margin:2;
	text-align: center;
	font-size: 120%;  
}

p {
	margin: 5px;
	padding-bottom: 7;
	padding-left: 10;
	padding-right: 10;
}

.intro {
	font-size: 110%;  
}

table {
	border-color: #dd7722;
	border-spacing: 0;
	border-collapse: collapse;
}

.highlighted {
	border-color: #666666;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
}

td {
	padding: 0;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover { 
	color: #dd7722;
	
}

a img { 
	border: 0;
	margin: 0;
	padding: 0;
} 

a:hover img { 
	border: 0;
	margin: 0;
	padding: 0; 	
}
