body 
{
	background: #666 url('bg_body.gif') repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	text-align: center;
	margin: 0;
}

#whiteContainerTop
{
	background: Transparent url('white_container_top.png') no-repeat;
	width: 826px;
	height: 20px;
}
#whiteContainer
{
	background: #fff url('white_container_bg.png') repeat-y;
	color: #667;
	text-align: left;
	margin: 13px auto 0 auto;	/*center in ff*/
	width: 826px;
}
#whiteContainerBottom 
{
	background: Transparent url('white_container_bottom.png') no-repeat;
	width: 826px;
	height: 20px;
}
/* FOOTER */
#footer 
{
	background: Transparent;
	margin: 13px auto 13px auto;	/*center in ff*/
	
	color: #bbb;
	font-size: 0.7em;
	text-align: center;
}
#footer a
{
	color: #bbb;
	background-color: Transparent;
	text-decoration: underline;
}	

#wrapper
{
	background-image: url('bg_wrapper.gif'); 
	background-repeat: repeat-x;
	width: 100%; 
	height: 375px;
}
/* HEADER */
#header 
{
	background-color: #f1f5f8;
	color: #999;
	margin: 0 13px 0 13px;
}

.Menu
{	
	font-weight: bold;
	color: #999;
	background-color: #f1f5f8;
}
.MenuItem
{	
	color: #679;
	background-color: #f1f5f8; 
	cursor: pointer;
	padding: 5px 0 5px 0px;
	border: solid 1px #f1f5f8;
}
.MenuItem a
{	
	padding: 0px 12px 0px 12px;
	display: block;
}
.MenuItemHover
{
	color: #fff;
	background-color: #69D0E8;
	cursor: pointer;
	border: solid 1px #f1f5f8;
}
.MenuItemHover a:hover
{
	color: #fff;
	background-color: #69D0E8;
	text-decoration: none;
}

#counter 
{
	background-color: #f1f5f8;
	color: #888;
	text-align: right;
	padding: 0 12px 0 0;
}
#logoPlaceHolder
{
	background: #00AFD9 url(header_bg.jpg) repeat-x;
	height: 100px;
	width: 100%;	
}
#logo
{
	position: relative;
	top: 40px;
	left: 410px;
	width: 384px; 
	height: 56px;
}

/* FOOTER */
#footer 
{
	color: #bbb;
	background-color: Transparent;
	display: block;
	font-size: 0.7em;
	text-align: center;
	margin: 1em 0 0 0;
}
#footer a
{
	color: #bbb;
	background-color: Transparent;
	text-decoration: underline;
}			

/* CONTENT */
#content
{
	display: block;
	height: auto;
	margin: 3em 13px 0 13px;
}
contentBottomLink 
{
	color: #bbb; 
	background-color: #fff;
	white-space: nowrap;
	margin: 1em 0 0 0;
}
img
{
	border: 0;
}
#content h1
{
	font-size: 1.8em;
	font-weight: normal;
	color: #9ab;
	margin-top: 0;
}
#content h2
{
	margin: 20px 0 10px 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #9ab;
}
strong.red
{
	font-size: 1.0em;
	font-weight: bold;
	color: #ff7202;
}
a
{
	color: #267;
	text-decoration: underline; 	
}
a:hover
{
	color: #9ab;
	text-decoration: underline;
}
#rightPhoto
{	
	float: right; 
	border: solid 1px black;
	width: 200px;
	height: 150px;
	margin-left: 10px;
}
.quote
{
	background: white url('quote.gif') no-repeat;
	padding: 13px 0 30px 33px;
	font-weight: bold;
}

.btn
{ 
    border: black 1px solid; 
    color: #fff; 
    background-color: #69D0E8; 
    cursor: pointer; 
}

/*table*/
.sel
{
	background-color: #A7D708;
	color: #fff;
}
table.tbl
{
	border-collapse: collapse;
	border: solid 1px #f1f5f8;
	text-align: left;
}
tr.cap
{
	background-color: #f1f5f8;
	color: #888;
	text-align: left;
	font-weight: bold; 
}
tr.row
{
	background-color: #fff;
	color: black;
	text-align: left;
}
table.tbl td
{
	padding: 4px 5px 4px 5px;
}
