/* ----------- RESET ----------- */
BODY, UL, UL UL, LI, LI LI, P, OL, H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px;
	behavior: url("csshover.htc");
	}
A, IMG {
	border: none;
	text-decoration: none;
	}
UL,OL,LI {
	list-style: none;
	}
	
	
/* ----------- DEFAULT ----------- */
H1, H2, H3, H4, H5, BLOCKQUOTE {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	
	}
H2, H3, H4, H5 {
	margin: 0px;
	}
BLOCKQUOTE {
	margin: 0px;
	}
UL, OL {
	margin:  0px;
	}
LI {
	
	}	
P {
	color: #444;
	padding: 0px 0px 10px;
	}
P, A, A:HOVER, LI, LABEL, INPUT, TEXTAREA {
	font-size: 13px;
	line-height: 24px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: -.1px;
	color: #444; 
	}
P B {
	color: #333;
	}
TABLE {
	display: block;
	}
TD {
	font-size: 13px;
	line-height: 18px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	vertical-align: top;
	color: #444;
	}
INPUT, TEXTAREA {
	margin-bottom: 10px;
	border: solid 1px #999;
	}
LABEL {
	display: block;
	}
A {
	color: #157EB5;
	font-weight: bold;
	}
A:HOVER {
	color: #157EB5;
	text-decoration: underline;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
#content ul {
	margin-bottom: 5px;
	}
#content .main li {
	color: #555;
	padding: 5px 10px;
	line-height: 18px;
	list-style:square;
	margin-left: 30px;
	}
	
.picture {float: right;padding: 0px 0px 10px 20px; width: 200px; overflow: hidden;}
.picture p {font-size: 11px; line-height: 13px;}

/* ----------- LAYOUT ----------- */
BODY {
 	padding: 20px;
	padding-bottom: 0px;
	}

#header{
	height: 160px;
	width: 800px;
	}
h1 {
	padding: 40px 0px 0px 350px;
	
	}


#nav {
	height: 40px;
	padding: 0px 5px; 
	
	}
#nav li {
	float: left;
	height: 40px;
	list-style: none;
	}

#content {
	padding: 0px 10px;
	width: 780px;
	}
#content .main {
	width: 540px;
	padding: 20px;
	}


/* ----------- DESIGN ----------- */

/* Titles */
H2 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 5px;
	color: #5167A1;
	}
H3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 5px;
	color: #157EB5;
	text-transform: uppercase;
	letter-spacing: 1px;
	}


BODY {
	background: #5167a1;
	}
#header {
	background: url(/images/bg/header.jpg) 0px 0px no-repeat;
	}
#header h1 a {
	background: url(/images/bg/logo.jpg) no-repeat;
	outline: none;
	}
#nav {
	background: #D3D2D2;
	border-top: solid 1px #888;
	border-bottom: solid 1px #BBB;
	}
#nav li a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: .2px;
	color: #444;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	}
#nav li a:hover {
	color: #FFF;
	background: #5167A1;
	}
#nav li.donate a {
	color: #FFF;
	background: #B42A1D;
	}
	
#content {
	background: url(/images/bg/content.jpg) repeat-y;
	}
	
#news .main h2 span {display: block; font-size: 12px; font-weight: bold; line-height: 14px;}

#news .main h3 a {text-decoration: none; color: #333; font-size: 12px; letter-spacing: 1px;}