
/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font: 100%/1em Georgia, Times New Roman, Times, serif;
	color: #000066;
	font-size: 12px; 
}		



a { 
  text-decoration: none;
  color : #1D6963;
} 

a:hover {
	color: #CC7E55;  
}


p {	line-height: 1.35em; } 				

h1 { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #3300CC;
	text-align:center;
	font-weight: bold; 
} 

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}

"#quickLinks select" {
  font: 90%/1em Georgia, Times New Roman, Times, serif;
	width: 145px; 
	margin :  0px 0px 1em 0px;
	color: #CC7E55;  

}

"#quickLinks h2" { 
	font-weight: normal; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: .1em; 
	border: none; 
}



/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container {
	width:756px;
	margin:0 auto;
	background-color:#ccffff;		
}
  

#rightColumn {
	float : right;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 1px dotted #cccccc;		
}	  
  
#content {
	padding: 1em; 	
	margin-right: 175px; 
	background-color:#ccffff;	
	min-height: 550px; 
}

#header {
	width:756px;
	margin:0 auto;
	height: 80px; 	
}

	
#footer {
    clear: both; 
	text-align: left;
	margin: 0px auto;
	margin-top:0px; 
	width: 736px;
	height: 40px;
	line-height: 1.0em; 
	background-color:#ccffff;	
	padding: 1em 0 ; 
	padding-left: 10px; 
	padding-right: 10px; 
}
	
#pagetitle { 
	font: 185%/1em Georgia, Times New Roman, Times, serif;
	font-size: 3.0em; 
	font-weight: bold; 
	padding-top: 20px; 
	color: #3300CC;
	padding-bottom: 20px;
}		



"#leftColumn p", "#rightColumn p" { 
	margin: .5em 0 1em 0; 
}

"#leftColumn h2", "#rightColumn h2" { 
	font: 100%/1em Georgia, Times New Roman, Times, 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" { 
	margin: .5em 0 1em 0; 
}

"#content h2" { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Georgia, Times New Roman, Times, serif;
	font-weight: bold; 	
} 

"#rightColumn a:hover" {
  background:#DCF8F6;   
}

 
/**
 * Class Definitions  
 * ----------------------------
 * 
 */

.credit {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8px;
	color: #3D1DDE;
}

.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}

.linksHeading { 
	font-weight: normal; 
	padding-left: 2px; 
	margin-bottom: 0px;
	line-height: .1em; 
}

.box { 
	width: 300px;
	height: 300px;
}

.box_med { 
	width: 300px;
	height: 200px;
}

.box_sml { 
	width: 300px;
	height: 100px;
}


