body {
	background-image: url(images/top.jpg);
	background-color:#000033;
	background-repeat: repeat-x;
	margin:0;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;

}
	A:link {text-decoration: none; color:#cc0000;}
A:visited {text-decoration: none; color:#000099;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #cccc33;}
.content {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding-top:0px;
	left: auto;
	top: 0px;
	right: auto;
}

.leftImg {
	display:block;
	overflow:auto;
	float: left;
	padding-right: 5px;
}

.bottomImg{
		margin-top:-7px;
}
.rightImg {
	display:block;
	overflow:auto;
	float: right;
	margin: 0px 2px 10px 10px;
	padding: 2px;
}
#info{
	position:relative;
	width:500px;
	height:400px;
	top:-180px;
}
#footer{	
text-align: center;
color:#009900;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
}
.largeText {
color:#333333;
font-size: large
}
.smallText {
color:#333333;
font-size:10px
}

.indented
{
	text-indent: 20pt;
}
.indentedNoMargin
{
margin:0px;
	text-indent: 20pt;
}


/*
  +------------------------------------------------------------------+
  | MikeCherim.com                                                   |
  | CSS: Smart Corners                                               |
  | Cascading Style Sheet                                            |
  | Copyright Aug 2006                                               |
  | Use with attribution by visible link please!                     |
  | Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
  +------------------------------------------------------------------+
*/ 

/* here's the box... the image is the upper-left corner */
#csc {
  background : #FFFFFF url(images/tl.gif) no-repeat;
  width : 650px;
  height : auto;
  position : relative;
  padding : 30px 40px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
}

/* change position and image: top-right */
.tr {
  background : transparent url(images/tr.gif) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(images/bl.gif) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(images/br.gif) no-repeat;
  right : 0;
  bottom : 0;
}


/* End Styles */
