body {
	padding:0px;
	padding-top:0px;
	margin:0px;
	color:#fff;
	background: url(../images/back_pat.gif) repeat-x;	
	font-family:helvetica, sans-serif;
	}	
	
a:link, a:visited {
	text-decoration: none;
	color: pink;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: pink;
	}	

#shadowtop {
  	width:770px;
	height:20px;
	text-align:center;
	margin:0px auto;
	padding:0px;
	background: transparent url(../images/shadowtop_red.gif) bottom left repeat-x;
	}	
	
#master {
	width:800px;
	background: transparent url(../images/back_red3.gif) top left repeat-y;
	text-align:center;
	margin:0px auto;
	}


/* Wireframe
---------------------------------------------- */
#wireframe {
	width:750px;
	text-align:center;
	margin:0 auto;
	}
	
#headerbox {
width:100%;
height:90px;
background: transparent url(../images/headerback.gif) top left repeat-x;
text-align:left;
padding-bottom:0px;
margin-bottom:0px;
}

#leftbox {
	float:left;
	clear:left;
	}
	
#rightbox {
	float:right;
	padding:0px;
	margin:0px;
	}
	
.medium {
	font-size:95%;
	}
	
.small {
	font-size:80%;
	}
	
.large {
	font-size:130%;
	}
	
/* Content Chunk
---------------------------------------------- */
.contentchunk {
	width:550px;
	display:block;
	float:left;
	clear:left;
	text-align:left;
	margin-left:18px;
	}



/* Module
----------------------------------------------- */
.sidebar {
	width:180px;
	display:block;
	float:right;
	margin-right:0px;
	font-size:95%;
	}

 h2 {
  margin:.2em 0 0 0;
  font-weight:normal;
  padding-bottom: 2px;
  border-bottom:1px dotted #CCCCCC;
  }

.clear {
 	clear:both;
	margin:0px;
	padding:0px;
	}
	
img {border:0px;}

.second {
	margin-top:2em;
	}
	
.large {
	font-size:100%;
	background:#FFFFCC;
	padding:2px;
	}
	
.postinfo {
	text-align:center;
	font-size:80%;
	padding-top:2px;
	margin-top:0px;
	border-top:1px dashed #CCCCCC;
	}
	
.contentchunk .postinfo {
	text-align: left
	}
	
.indent {
	margin-left: 1em;
	}
	
.required {
	color:#900;
	}
	
.center {
	text-align: center;
	}
		
#footer {
	background: url(../images/footer5.gif) no-repeat;
	text-align:right;
	width:706px;
	height:155px;
	margin:0px;
	padding:0px;
	}

#shadowbottom {
  	width:770px;
	height:20px;
	text-align:center;
	margin:0px auto;
	padding:0px;
	background: transparent url(../images/shadowbottom_red.gif) repeat-x;
	}	
	
#creditfooter {
	display:none;
	}