@charset "utf-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #e8e8e8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height:1.2;
}
#containerHeader { 
	width: 100%;
	background: url(../images/bg_header_r.jpg) repeat-x;
	margin: 0 auto;
	padding:0;
	border: 0;
}
#header{
	width:774px;
	height:150px;
	margin:0 auto;
	padding:0;
	background:url(../images/bg_header.jpg) no-repeat;
	text-align:left;
}
#dspace {
	margin-left:560px;
	width:200px;
	height:30px;
}
#donate {
	position:relative;
	width:200px;
	height:90px;
	color: #ff9900;
	font:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-left:560px;
} 
#donate a, #donate a:visited{
	color: #ff9900;
	font:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
#donate a:hover{
	text-decoration:none;
}
#containerMain {
	width:774px;
	margin:0 auto;
	padding:0;
	border:0;
	background:url(../images/bg_content.jpg) repeat-y;
}
#containerTop {
	width:774px;
	height:8px;
	background:url(../images/bg_content_top.jpg) center no-repeat;
}
#containerBot {
	width:774px;
	height:20px;
	background:url(../images/bg_content_bot.jpg) center no-repeat;
}
#containerFlash {
	width:774px;
	height:257px;
	margin:0 auto;
	padding:0;
	border:0;
	background:url(../images/bg_homeflash.jpg) no-repeat;
}
#flashFrame {
	width:760px;
	margin: 0 7px;
	padding-top:3px;
	padding-left:3px;
	border:0;
	text-align:left;
}
#contentFrame {
	width:760px;
	margin: 0 7px;
	padding:0;
	border:0;
	text-align:left;
}
#mainContent {
	width:546px;
	float:left;
	display:inline;
	margin:2px 6px 0px;
} 
#mainContentS {
	width:746px;
	margin:2px 6px 0px;
} 
#mainContent h1{ 
	color:#045471;
	font-size:18pt;
	border-bottom:2px solid #e4e4e4;
}
#mainContentS h2{ 
	color:#045471;
	font-size:14pt;
} 
#mainContentS h1{ 
	color:#045471;
	font-size:18pt;
	border-bottom:2px solid #e4e4e4;
}
#mainContent h2{ 
	color:#045471;
	font-size:14pt;
}
#entry {
	width:90%; 
	border:1px solid #666666; 
	background:#e4e4e4; 
	padding:5px; 
	margin-top:10px;
}
.thumbs {
}
.thumbs img {
	border:1px solid #000;
}
.team {
	width:90%;
	padding:6px;
	margin-top:10px;
	border:0;
}
.team img{
	border:1px solid #000;
	margin-right:5px;
}

/*side bar*/
#sidebar {
	float: right;
	display:inline;
	width: 200px;
	background: #EBEBEB;
	margin-top:2px;
	margin-right:2px;
	padding:0;
	background:#e6e6e6 url(../images/bg_rside_top.jpg) top center no-repeat;
	color:#555555;
	font-size:11px;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size:14px;
	color:#0099CC;
	margin: 5px 10px -5px 10px;
	letter-spacing: 1px;
}
#sidebar p {
	margin: 10px 10px 10px 10px;
}
#sidebar a, #sidebar a:visited {
	color: #0099CC;
	text-decoration:underline;
}
#sidebar a:active {
	color: #0099CC;
	text-decoration:underline;
}
#sidebar a:hover {
	color: #0099CC;
	text-decoration:none;
}

#sidebar ul {
	margin-top: 10px;
	list-style: square;
}
#sidebar ul li {
	line-height: 1.5em;
	color: #0099CC;
}
/* */
#footer { 
	width:760px;
	margin:0 auto;
	padding: 0 10px 0 20px; 
	background:#e8e8e8;
	color:#666666;
} 
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align:right;
	font-size:11px;
}
#footer a, #footer a:visited{ 
	color:#666666;
	text-decoration:underline;
} 
#footer a:hover{ 
	text-decoration:none;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a, a:visited {
	color:#0066FF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* Navigation
-----------------------------------------------------------------*/
#nav{
	position:relative;
	margin:0 7px;
	padding:0;
	height:30px;
	width:760px;
	margin-left:7px;
	background:#cccccc url(../images/bg_nav.jpg) no-repeat;
	text-align:center;
}

#nav a, #nav a:visited {
	line-height:30px;
	padding-right:7px;
	padding-left:7px;
	color:#2f2f2f;
	font-size:12px;
	text-decoration:none;
}
#nav a:hover {
	background:#cccccc;
}
