body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin: 0px 0px 0px 0px;
	text-align:left;
	background-color:#FFFFFF;
}
div.clear { clear:both; }

.imageLoader {
	background-image: url(../images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

#globalContainer {
	width:100%;
	margin-left:auto; /* 80px */
	margin-right:auto;
	text-align:left;
}
#container {
	/* width:100%; */
	background-color:#FFFFFF;
	text-align:left;
	float:left;
	margin-top:100px;
	margin-left:125px;
	}

#content {
	width:820px; 
	/* margin-top:276px;
	_margin-top:18px;*/
	/* padding-bottom:35px; */
	}	

#top .image, #top .news {
	float:left;
	margin-top:13px;
	height:375px;
	}
#top .image {
	width:560px; 
	}	
#top .news {
	margin-left:30px;
	width:230px;
	}
#top table {
	height:375px;
	}
#top td {
	vertical-align:bottom;
 }
	

#logo .main {
	font-size:26px;
	font-weight:bold;
	color:#ff33ff;
	}
#logo .sub {
	font-size:12px;
	color:#666666;
	margin-left:23px;
	}	

table {
	border:none;
	border-spacing:0px; 
	padding:0px;
	margin:0px;
	}
td {
	padding:0px;
	}

img {
	border:0px;
	margin:0px;
	}

/*
	 News
	*/

	.newsTitle {
		font-size:12px;
		font-weight:bold;
		color:#ff33ff;
	}	
	.newsTitle a {	 text-decoration: none; color: #ff33ff;}
	.newsTitle a:hover { text-decoration: underline;	color: #ff33ff; } 		
	
	.newsText {
		font-size:12px;
		line-height:17px;
		color:#666666;
		font-weight:normal;
	}	
	.newsText a{	 text-decoration: underline; color: #ff33ff;}
	.newsText a:hover { text-decoration: none;	color: #ff33ff; } 

	#bottom .link {
		font-size:13px;
		color:#ff33ff;
		font-weight:normal;
		margin-top:5px;
	}	
	#bottom .link  a{	 text-decoration: none; color: #ff33ff;}
	#bottom .link  a:hover { text-decoration: underline;	color: #ff33ff; } 
