body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding: 0;
	height: 149px;
	border-bottom: #CCCCCC 1px solid;
} 

#header_left { 
	background: #464646; 
	padding: 0;
	height: 149px;
	width: 250px;
	border-right: #CCCCCC 1px solid;
	display: block;
	float: left;
} 

.header_logo {
margin-left: 24px;
margin-right: 23px;
margin-top: 43px;
margin-bottom: 42px;
}

#header_right { 
	background: #464646; 
	padding: 0;
	margin-left: 251px;
	height: 149px;
	vertical-align: middle;
	text-align: center;
} 

#menu { 
	background: url(../images/menu_bg.gif); 
	padding: 0 0px 0 0px;
	height: 29px;
	border-bottom: #CCCCCC 1px solid;
}

#menu ul{
list-style: none; 
padding: 0; 
margin: 0; 
width: 400px; 
}

#menu li { 
	background: url(../images/menu_divider.gif); 
	float: right;
	padding: 0 0px 0 0px;
	height: 29px;
	width: 100px;
	background-position: right;
	background-repeat: no-repeat;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	}
	
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	}

#donation {
height: 200px;
background: url(../images/donation_bg.png);
}

#donation img
{
margin-top: 116px;
margin-left: 452px;
}

#leftContent {
	float: left; /* since this element is floated, a width must be given */
	width: 370px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	pdding-bottom: 5px;
}
#rightContent { 
	margin: 0 0 0 380px;
	padding: 5px;
} 

.heading {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #0054a6;
font-size: 16px;
font-weight: bold;
}

.page_heading {
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color: #0054a6;
color: #FFFFFF;
padding-top: 2px;
padding-left: 4px;
height: 20px;
display: block;
width: 756;
margin-top: 5px;
font-size: 15px;
/*font-weight: bold;*/
}

.body_text
{
 display: block;
 padding-top: 5px;
}

.thumbnail
{
padding-right: 10px;
}

td{
font-size: 9px;
}

.tableHeader{
font-size: 9px;
background-color: #0054a6;
color:#FFFFFF;
}
.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 gray;
height: 1%;
}

.cssform label{
float: left;
margin-left: 0px;
width: 145px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding-left: 5px;
height: 16px;
font-size: 12px;
clear: left;
}

.cssform input[type="text"]{
margin-bottom: 2px;
border:1px solid #0054a6;
background-color:#99CCFF;
font-size: 10px;
font-family:vArial, Helvetica, sans-serif;
}

.cssform input[type="password"]{
margin-bottom: 2px;
border:1px solid #0054a6;
background-color:#99CCFF;
font-size: 10px;
font-family:vArial, Helvetica, sans-serif;
}

.cssform input[type="file"]{
margin-bottom: 2px;
margin-top: 5px;
border:1px solid #0054a6;
background-color:#99CCFF;
font-size: 10px;
font-family:vArial, Helvetica, sans-serif;
}

.cssform input[type="button"]{
margin-bottom: 2px;
margin-left: 150px;
border:1px solid #000000;
background-color:#0054a6;
font-size: 10px;
font-family:vArial, Helvetica, sans-serif;
color: #FFFFFF;
}

.cssform input[type="submit"]{
clear: left;
float: left;
margin-left: 150px;
margin-top: 5px;
margin-bottom: 10px;
border:1px solid #000000;
background-color:#0054a6;
font-size: 10px;
width: 50px;
font-family:vArial, Helvetica, sans-serif;
color: #FFFFFF;
}



.cssform textarea{
width: 250px;
height: 150px;
margin-bottom: 2px;
}

/*.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
*/

.cssform select{
margin-bottom: 2px;
margin-left: 0px;
}

* html .threepxfix{
margin-left: 3px;
}

#footer { 
	width: 750px;
	border-top: 1px solid #808080;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	background:#FFFFFF; 
	display: block;
	margin-top: 10px;
	font-size: 10px;
	color: #808080;
	text-align: right;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}