body { 	
	background-image: url('../images/cesabkgd.jpg');  /* bkgd image */
	background-position: center center;  /* bkgd image to center */
	background-repeat: repeat-y;
	background-color: #ebebeb;		/* bkgd color  */
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}	

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: left;	
	}

#header {   /* <div id="header"> */
	position: static;
	width: 698px;	
	margin: 0px auto 20px auto;	
	}
	
#footer {   /* <div id="footer>*/
	width: 698px;
	text-align: center;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
h1 {  /* headline 1 */
  font-size:      200%;	
	text-align:			center;
	font-weight:    normal;	
	}
	
h2 {  /* headline 2 */
  font-size:      130%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
.tl {   /* text left */
	text-align:	left;
	}
	
.ltl {   /* large text left */
	font-size:      120%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {    /* small text left */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {   /* text center*/
	text-align:	center;
	}
	
.ltc {  /* large text center*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.stc {   /* small text center*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {   /* text right*/
	text-align:	right;
	}
	
.ltr {   /* large text right*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.str {  /* small text right*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	}
	
.t110 {
	font-size:   110%;	
	}	

.red {
	color: #e52946;
	}	
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.fullwidth {  /* 680 wide division*/
	width: 680px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	}
	
.clear {  /* clears fullwidth division*/
	clear: both;
	width: 680px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division*/
	width: 552px;
	margin: 0px auto 0px auto;
	padding: 10px 50px 10px 50px; 
	text-align: left;
	}
	
.clearfullwidthpadded {   /* clears fullwidthpadded division*/
	clear: both;
	width: 580px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.halfwidth {  /* 276 wide division, floatl or floatr*/
	width: 276px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;		
	}
	
.clearhalfwidth {  /* clears halfwidth division*/
	clear: both;
	width: 552px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.halfwidthpadded {   /* 20 px white space added inside 288 px halfwidth division.  Can not be used inside a fullwidthpadded*/
	width: 288px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	}
	
.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
	a {  /* color of link */
  	color:	#004599;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
	a:visited {  /* color of visited link */
		color: #004599;
		text-decoration: none;
		padding:	0px;
		}

	a:hover {  /* color of link when hovered*/
		color: #cc0033;
		text-decoration: none;
		padding:	0px;
		}
		
table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;	
	}	
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;
	vertical-align:		top;	
	}	
	
table.lined {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;	
	border:		1px solid black;
	border-collapse:	collapse;
	}	
	
td.lined {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;
	vertical-align:		top;	
	border:		1px solid black;	
	padding:	10px;
	}	

	ul {
  	margin-top:		0;
  	padding-top: 	0;
  	margin-left:	10px;
  	padding-left:	10px;
  	}
	
	body ul li {
  	list-style-image: url('../images/bullet.gif');
  	}
