@charset "UTF-8";
/* CSS Document */

body, html {
	padding					: 0px; 
	margin					: 0px;
	background-color		: #fff;
	font-family				: arial, sans-serif;
	font-size				: 0.8em;
	color					: #000;
	width					: 100%;
	height					: 100%;

}

#centerbox {
	 border     			: 0px; 
	 background-color  		: #fff;
	 width     				: 1018px;
	 position    			: absolute;
	 left     				: 50%;
	 margin     			: 0px 0px 0px -509px;
	 padding                : 0px;
}

#logo {
	border     				: 0px;
	width     				: 1018px;
	height 					: 92px;
	background-image		: url(../img/noflash_logo.jpg);
	background-color  		: #fff;
}

#header {
	border     				: 0px;
	width     				: 1018px;
	height 					: 126px;
	background-image		: url(../img/noflash_header.jpg);
	background-color  		: #fff;
}

#content {
	border     				: 0px;
	width     				: 1018px;
	height 					: 776px;
	background-image		: url(../img/noflash_content.jpg);
	background-color  		: #fff;
}

#link1 {
	padding					: 69px 0px 0px 42px;
	margin					: 0px 0px 0px 0px;
	/*font-size				: 1.1em;*/
	font-size				: 12px;
	width 					: 380px;
	float					: left;
}

#link1 a { 
	text-decoration			: none; 
	color					: #4a4a4a; 
	/*font-size				: 1.1em;*/
	font-size				: 12px;
}

#link1 a:hover { 
	text-decoration			: underline; 
	color					: #e4007e; 
	/*font-size				: 1.1em;*/
	font-size				: 12px;
}

#link2 {
	padding					: 69px 0px 0px 0px;
	margin					: 0px 0px 0px 775px;
	/*font-size				: 1.1em;*/
	font-size				: 12px;
}

#link2 a { 
	text-decoration			: none; 
	color					: #4a4a4a; 
	/*font-size				: 1.1em;*/
	font-size				: 12px;
}

#link2 a:hover { 
	text-decoration			: underline; 
	color					: #63c202; 
	/*font-size				: 1.1em;*/
	font-size				: 12px;
}

.clear {
	clear					: both;
}


#text {
	border     				: 0px;
	position 				: absolute;
	width     				: 460px;
	margin 					: 135px 0px 0px 272px;
	height: 310px;
}

h1 {
	display					: block;
	font-weight				: 200;
	font-family				: arial, sans-serif;
	font-size				: 1.9em;
	color					: #4b4b4b;
}

img {
	border 					: 0px;	
}

.groupTeamLink {
	color					: #000000;
}

.groupTeamLink:hover{
	color					: #FF943E;
}



.info {
	margin 					: 0px;
	padding					: 0px;
	font-size				: 1.2em;
}

.info a { 
	text-decoration			: none; 
	color					: #61b2dc; 
	font-size				: 1em;
}

.info a:hover { 
	text-decoration			: underline; 
	color					: #61b2dc; 
	font-size				: 1em;
}

#legal {
	margin					: 10px 0px 0px 20px;
	font-size				: 1.1em;
}

#legal a { 
	text-decoration			: none; 
	color					: #4a4a4a; 
	font-size				: 1.1em;
}

#legal a:hover { 
	text-decoration			: underline; 
	color					: #61b2dc; 
	font-size				: 1.1em;
}




/* RSS Feeds */

#rssfeedbox {
	 border     			: 0px; 
	 background-color  		: #fff;
	 width     				: 1018px;
	 position    			: absolute;
	 left     				: 50%;
	 top					: 3170px;
	 margin     			: 0px 0px 0px -509px;
	 padding                : 0px;
}

.rssfeed {
	width					: 227px;
	height					: 205px;
	background-image		: url('../img/feed/bg.jpg');
	padding-top				: 10px;
	padding-left			: 10px;
	padding-right			: 10px;
	font-family				: Arial, Helvetica, sans-serif;
	float					: left;
	margin-right			: 10px;
}

.rssfeedlast {
	margin-right			: 0;
}

.rssfeed a.feedhead {
	color					: #A4A4A4;	
	font-size				: 10px;
	font-weight				: normal;
	text-transform			: uppercase;
	text-decoration			: none;
}

.rssfeed a.feedhead:hover {
	text-decoration			: none;
}

.rssfeed ul {
	margin					: 0;
	padding-left			: 15px;
}

.rssfeed li {
	list-style-image		: url('../img/feed/icon-blue.gif');
	line-height				: 14px;
}

.rssfeed ul a {
	color					: #4B4B4B;
	font-size				: 12px;
	text-decoration			: none;
}

.rssfeed a:hover {
	text-decoration			: underline;
}

.rssfeed .btn {
	float					: right;
	margin-right			: 5px;
	margin-top				: -5px;
}

.rssfeed img {
	border					: none;
}
