body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #E1E1E1;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

img
{
	float: left;
	margin: 0px;
	border: none;
}

a
{
	color: #E1E1E1;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #E1E1E1;
	font-weight: bold;
	text-decoration: underline;
}

table
{
	padding: 0px;
	/*margin: 0px; */
}


/*div
{
	border: solid;
}
*/
/********************************************  
 * 					Toolbox					*
 ********************************************/

.topBox
{
	position: fixed;
	z-index: 255;
/*	float:left;*/
	width: 780px;
}

.newsBox
{
	clear: both;
	width: 760px;
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	text-align: left;
}

.headBar
{
	width: 728px;
}


.linkBannerBox
{
	left: 10px;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	text-align: left;
}

.linkBanner
{
	margin: 3px;
	border: solid;
	border-width: 1px;
}

.memberImage
{
	margin: 3px;
	border: solid;
	border-width: 1px;
}

.linkTextBox
{
	width: 400px;
	right: 10px;
	float: right;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	text-align: left;
}

#imageBox
{
	margin: 10px;
	float: left;
}

#aboutBox
{
	width: 250px;
	margin: 10px;
	float: right;
}

#newsletterBox
{
	text-align: center;
	width: 200px;
	margin: 10px;
	float: left;
}

.heading
{
	color: #E1E1E1;
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.mediaThumb
{
	text-align: center;
	margin: 10px;
	float: left;
	width: 120px;
	height: 100px;
}

.mediaThumbHidden
{
	text-align: center;
	margin: 10px;
	float: left;
	width: 120px;
	height: 100px;
	visibility: hidden;
}

.mediaText
{
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	float: right;
	border: solid;
	width: 544px;
	height: 90px;
	display: block;
	visibility: visible;
}

.mediaTextHidden
{
	margin: 10px;
	padding: 5px;
	float: right;
	border: solid;
	width: 444px;
	height: 100px;
	display: block;
	display: none;
}

.progressThumb
{
	margin: 10px;
	float: left;
	border: solid;
	border-width: 1px;
	width: 120px;
	height: 90px;
}

.borderLayer
{
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align: left;
}

.lt
{
	background: url(../images/box/topleftcorner.png) bottom right no-repeat;
	width:13px;
	height:13px;
}
.t
{
	background: url(../images/box/middletop.png) bottom repeat-x;
	height:13px;
}
.rt
{
	
	background: url(../images/box/toprightcorner.png) bottom left no-repeat;
	width:13px;
	height:13px;
}

.l
{
	background: url(../images/box/middleleft.png) right repeat-y;
	width:13px;
}

.m
{
	
	background: url(../images/box/middle.png) repeat;
}

.r
{
	
	background: url(../images/box/middleright.png) left repeat-y;
	width:13px;
}

.lb
{
	background: url(../images/box/lowerleftcorner.png) top right no-repeat;
	width:13px;
	height:13px;
}

.b
{
	background: url(../images/box/middlelow.png) top repeat-x;
	height:13px;
}

.rb
{
	background: url(../images/box/lowerrightcorner.png) top left no-repeat;
	width:13px;
	height:13px;
}


/********************************************  
 * 					Content					*
 ********************************************/


.contentBox
{
	background-image: url(../images/homebackground.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 780px;
}

.leftCell
{
	background-image: url(../images/boarder_left.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 100px;
}

.rightCell
{
	background-image: url(../images/boarder_right.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 100px;
}

.content
{
	font-size: 11px;
	padding: 0.7em 0.7em 0.7em 0.7em;
	text-align: left;
}

.content_l
{
	background: url(../images/content_border_l.png) left repeat-y;
}

.content_r
{
	background: url(../images/content_border_r.png) right repeat-y;
}

.content_t
{
	background: url(../images/content_border_t.png) top repeat-x;
}

.content_b
{
	background: url(../images/content_border_b.png) bottom repeat-x;
}

.content_lt
{
	background: url(../images/content_border_lt.png) left top no-repeat;
}

.content_rt
{
	background: url(../images/content_border_rt.png) right top no-repeat;
}

.content_lb
{
	background: url(../images/content_border_lb.png) left bottom no-repeat;
}

.content_rb
{
	background: url(../images/content_border_rb.png) right bottom no-repeat;
}

/********************************************  
 * 					Header					*
 ********************************************/

.header_content
{
	border-bottom: 1px solid #718B9A;
	color: #718B9A;
	font-weight: bold; 
	text-align: left;
}

.header_toolbox
{
	border-bottom: 1px dotted #718B9A;
	color: #718B9A;
	font-weight: bold; 
	text-align: left;
}

/********************************************  
 * 					Labels					*
 ********************************************/

.label_toolbox
{
	color: #8B8B8B;
}

/********************************************  
 * 					Inputs					*
 ********************************************/

input
{
	font-size: 11px;
}
