/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif
}		


p {	
	line-height: 1.35em; 
} 		


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */

#header {
	height : 25px; 	
    margin-left: 20px;  
	width:90%;
	margin: 0 auto;
	text-align: center;
}
 
#container {
	width: 955px;
    margin-left: 5px;  
	margin: 0 auto;
	text-align: center;	
} 


#content {
	padding: 0.5em; 	
	margin-right: 10px;
	width : 220px;
	float:left;
	margin: 0 auto;
	text-align: center;
	
	
}

#pageheading {

font-size: 1.25em;
font-weight:bold;
padding-top: 2px;
color: #999999;
padding-bottom: 20px;
line-height: 1.35em;

}

#headspacer {
margin: 0 0 0 0;
height: 2px;
background: url("pagetitlespacer.gif") no-repeat center bottom

}

#rightColumn {
	float :right;
	width : 690px;
	margin: 0;
	margin-top: 20px;
	padding: 0.5em;
	min-height: 600px;
	text-align: center;
	border-left: 1px solid #cccccc;
	padding: 1em;
	
}

#rightColumn p { 
	margin: .5em 0 1em 0; 
}

#rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}
#rightColumn ul {
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
}

