/* CSS DOCUMENT */

html { font-size: 100%; /* IE hack */ }

body	{
	background-color: #fff;
	color: #333;
	font-size: .6875em;
	margin: 0;
	padding: 0;
	background: url(../gifs/ch-bg.gif) repeat-x;
	}

.testBorder { border: 1px dashed #900; }
	
	
/* BASE RULES */

a:link, a:visited, a:active {
	color: #3890bf; 
	text-decoration: none;
	font-size: 13px;
	}

a:hover	{
	color: #3890bf; 
	text-decoration: underline;
	font-size: 13px;  
	}

div, h1, h2, h3, h4, h5, h6, dl, dt, dd, p {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: 1.1em/1.3  Georgia, "Times New Roman", Times, serif;
	
	} 

ul {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

li {
	margin-left: 45px;
}

form {
	padding-bottom: 10px;
	padding-top: 10px;
}

p {
	padding-bottom: 10px;
}

h1 {
	font-size:1.5em;
	font-weight: bold;
	color: #3890bf;
	padding-bottom: 15px;
	}
	
h2 {
	font-size:1.3em;
	font-weight: bold;
	color: #3890bf;
	padding-bottom: 10px;
	}
	
h3 {
	font-size:1.1em;
	font-weight: bold;
	color: #3890bf;
	padding-bottom: 10px;
	}	
	
h4 {

	font-size:1em;
	font-weight: bold;
	color: #3890bf;
	padding-bottom: 10px;	
	
	}
	
.moreTopSpace-25{ margin-top: 25px; }
	
.moreTopSpace-10 { margin-top: 10px; }
	
.moreTopSpace-5 { margin-top: 5px; }

.moreBottomSpace-10 { margin-bottom: 10px; }
	
.moreBottomSpace-5 { margin-bottom: 5px; }

/* CONTENT OVERIDES */

.white { color:#fff; }

.black { color:#000; }

.red { color:#900; }

.i { font-style:italic; }

.b { font-weight:bold; }

.ni { font-style:normal; }

.lc { text-transform:lowercase; }

.uc { text-transform:uppercase; }

.sc { font-variant:small-caps; }

.rt { text-align:right; }

.lt { text-align:left; }

.ct { text-align:center; }

.jt { text-align:justify; }


/* DIV STYLING*/

	
	
#wrapper {
	width: 929px;
	margin: auto;
	padding: 0 30px;
	}
	
#header {
	width: 929px;	
	height: 90px;
	background-color: #ee9046;
	color: #fff;	
	}
	
#nav {
	width: 855px;
	height: 25px;
	line-height: 25px;
	background-color: #d3eefb;
	font-style: italic;
	margin: 0 0 35px 74px;
	}
	
#content {
	width: 855px;
	margin: 0 0 25px 74px;
	}

#contentTable {
	width: 855px;
	margin: 0;
	padding: 0;
	}
	
#contentLeft {
	width: 450px;
	}

#contentRight {
	width: 405px;
	padding-top: 20px;
	}
	
.photoBorder {
	border: 1px solid #333;
	padding: 2px;
	}
	
.drawing {
	padding: 0 0 0 15px;
	}
	
#footer {
	width: 650px;
	color:#666666;
	margin: 0 0 0 135px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #ccc;
	font-size: 1em;
	}
	
#footer a {
	font-size: 1em;
	}
	