@charset "utf-8";
/* CSS Document */

body{
		padding:0px;
		height:100%;
		margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#58595b;
		background:url(../images/bg_star_repeat.jpg) repeat;
	}
	
#container{
		background:url(../images/body_bg.png) repeat;
		width:1036px;
		height:100%;
		margin:0 auto;
		padding:0px;
		text-align:center;
	}

#contentLeft{
		padding-left:20px;
		padding-right:10px;
		width:486px;
		height:408px;
		overflow:hidden;
		margin-left:38px;
		text-align:left;
		background: url(../images/left_bg.jpg) no-repeat bottom #FFFFFF;		
	}
	
#containerRight{
		float:right;
		padding-right:38px;
		padding-top:0px;	
		width:444px;
		height:408px;
		color:#FFFFFF;
		background: url(../images/blue_bg.jpg) repeat-y;
	}	
	
#footer{
		margin:0 auto;
		padding:0px;
		width:960px;
		height:118px;
		background: url(../images/bg_footer.jpg) no-repeat;
		clear:both;
		text-align:left;
}	

#copyrite{
		background: url(../images/bottom_copy_bg.png) no-repeat top;
		color:#999999;
		font-size:11px;
		width:1036px;
		height:50px;
		margin:0 auto;
		padding:0px;
		}

#footerlinks{
		color:#FFFFFF;
		width:100%;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding-top:13px;
		text-align:center;
		}		

#footerlinks a{
		color:#FFFFFF;
		text-decoration:none;
		}		

#footerlinks a:hover{
		color:#FFFFFF;
		text-decoration:underline;
		}		

/*
///////////////////////// TEXT STYLES
*/

p{
		line-height:15px;
		}

.bullets{
		line-height:10px;
		}

.names{
		color:#58595b;
		font-family:"arial black", arial, verdana;
		font-weight:bold;
		}

.bluefont{
		color:#358ccb;
		font-family:"arial black", arial, verdana;
		font-weight:bold;
		}
		
.bluefont a{
		color:#358ccb;
		font-family:"arial black", arial, verdana;
		font-weight:bold;
		text-decoration:none;
		}

.bluefont a:hover{
		color:#358ccb;
		font-family:"arial black", arial, verdana;
		font-weight:bold;
		text-decoration:underline;
		}

.grayfont{
		color:#58595b;
		font-family:"arial black", arial, verdana;
		font-weight:bold;
		}		

		