/* CSS Document */

 body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		color:#000;
		background-color: #006699;
	}
	
  #wrapper {
		width:700px;
		margin:50px auto ;
		/*border:10px solid #bbb;*/
		padding:10px;
		background-color: #FFFFCC;
	}
  #header {
	/*border:1px solid #bbb;*/
	height:80px;
	padding:10px;
	right: auto;
	}
	#holder {
	         border:1px solid #bbb;
		height:80px;
		padding:10px;
		}
	#content {
		margin-top:10px;
		padding-bottom:10px;
		
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		/*border:1px solid #bbb;*/
                float:left;
				height:300px;
	}
  #content-left {
  	width:200px;
       /* background:url(../images/background_side.gif) repeat-y;*/
		background-color: #FFFF99;
		
	}
  #content-main {
		margin-left:10px;
		width:280px;
		background-color:#FFFF99;
		height:300px;
		
	}
  #content-right {
		margin-left:10px;
		width:140px;
		float:right;
		
		background-color:#FFFF99;
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:10px;
    /*border:1px solid #bbb;*/
    width:680px;
	}
#bottom {
		clear:both;
		text-align:right;
	}
	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
img {
	left: 700px;
}
.rangeRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: right;
}
.greyCol {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12pt;
	font-weight: bold;	
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
	text-decoration: none;
	text-align: left;
}
.txtSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#000000;
	text-decoration: none;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000;
	
}
a:active {
	text-decoration: none;
	color:#000000;
}
.cenTxt {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
}

