body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image:url(bck.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin:0px;
}
/*Link colors to entire website */
a:link {
	color: #1B3D78;
	text-decoration: none;
	 font-size: 16px;
}
a:visited {
	color: #1B3D78;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
/*END of Link colors to entire website */
#logo{
	width:225px; 
	height:112px;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	/*background-image:url(style/i360_logo.png); 
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:90px;*/
}
.bannerAd {	
	margin: 0px auto;
	width:78%;
	color:#F4F4F4;
	text-shadow: 0px -1px #F4F4F4;
}


.copyright {	
	color:#aaaaaa;
	text-decoration: none;
	font-size: 12px;
	
}



.bottomtitle {	
	color:#ffffff;
	text-decoration: none;
	font-size: 18px;
	  font-weight: bold;
	  margin-bottom:10px;
	
	
	
}

.bottom {	
	color:#aaaaaa;
	text-decoration: none;
	font-size: 13px;
}


.about {	
	color:#333333;
	text-decoration: none;
	font-size: 13px;
}

.abouttop {	
	color:#333333;
	text-decoration: none;
	font-size: 23px;
}





a.color8:link
{
   color:#aaaaaa;
	text-decoration: none;
		font-size: 12px;
}


a.color8:visited
{
   color:#aaaaaa;
	text-decoration: none;
		font-size: 12px;
}



a.color8:hover
{
   color:#aaaaaa;
	text-decoration: none;
		font-size: 12px;
}

a.color8:active
{
   color:#000000;
	text-decoration: none;
		font-size: 12px;
}





a.color9:link
{
   color:#aaaaaa;
	text-decoration: none;
		font-size: 15px;
}








.title1 {	
	
	color:#F56737;
	font-size: 28px;
}


.title2 {	
	
	color:#F85D97;
	font-size: 17px;
}




h2{

  font-weight: normal;
  font-size: 22px;
  	margin-bottom:10px;
	color: #000000;

}



#user_top img{
	width:38px;
	height:38px;
	border-radius:8px;
	-moz-border-radius:8px;
	border:#999 1px solid;
}
#user_top a:link {
	color:#5BDB3C;
	text-decoration: none;
}
#user_top a:visited {
	color: #000;
	text-decoration: none;
}
#user_top a:hover, a:active, a:focus {
	color:#000;
	text-decoration: none;
}
#pageHeader{
	width: 900px;
	max-width: 1200px;
	min-width: 900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	height:188px;
	/*border:#999 1px solid;*/
	/*border-left:none;*/
	/*border-top:none;*/
	/*border-right:none;*/
	background-color:#ffffff;
	background-image:url(header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.container{
	background-image:url(body.png);
	background-position:center;
	background-repeat:repeat-y;
	width: 900px;
	max-width: 1200px;
	min-width: 900px;
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:48px;*/ 
	/*border-radius:0px;*/
	/*-moz-border-radius:5px;*/
	/*box-shadow: 3px 3px 5px #999 inset;*/
	/*border:#999 1px solid;*/
	background-color:#ffffff;
	text-align:center;
}
#pageContent{
	width: 708px;
	height:auto;
	max-width: 1200px;
	min-width: 708px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	
}
#pageFooter {
	background-image:url(footer.png);
	background-position:center;
	background-repeat: no-repeat;
	/*border:#999 1px solid;*/
	background-color:#ffffff;
	width: 900px;
	height:144px;
	max-width: 1000px;
	min-width: 900px;
	margin-left:auto;
	margin-right:auto;
	
}
/*Link colors to footer */
div#pageFooter a:link {color:#900;text-decoration: none;}   /* unvisited link */
div#pageFooter a:visited {color: #900; text-decoration: none;}  /* visited link */
div#pageFooter a:hover {color:#333;text-decoration: underline;}  /* mouse over link */
div#pageFooter a:active {color:#900;text-decoration: none;}  /* selected link */
/* END of Link colors to footer */
.poweredBy{
	font-size:10px;
	color:#F60;
}
hr {

    border: none;

    /* top    */ border-top: 1px solid #F90;

    /* middle */ background-color: #F90; color: #F90;

    /* bottom */ border-bottom: 1px solid #F90;

    height: 1px;

    *height: 3px; /* IE6+7 need the total height */

}
#homeContainerThumb{
	float:left; width:270px; padding-top:18px; padding-left:5px;	
	
}

.homeThumbs{
	float:left; width:80px; height:61px; margin:2px; border-style:solid;
	border-color:#639; border-width:1px;opacity: 0.7; filter: alpha(opacity=70);
}
.homeThumbs:hover{
	float:left; width:80px; height:61px; margin:1px; border-style:solid;
	border-color:#639; border-width:2px;opacity: 1;filter: alpha(opacity=100);
}
#welcomeTxt{
	padding-top:35px; padding-left:15px; width:195px; font-size:14px;
	
}