html { min-height: 100%; margin-bottom: 1px; }

body { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#dddddd;	
	color:#000000; 
	width: 800px;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	}


p {
	padding: 0 20px 10px  20px;
	
}

/* main and content are both divs wrapping the body 
	content of the general site (interior) pages */
#redCol {
	background-color:#000000;
	background-image:  url(../images/scissors_left.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#blueCol {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 20px;		
    margin-left: 278px;
    width: 522px;
	padding-top:10px;
	background-image:  url(../images/scissors_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#homePageContent{
background-image:  url(../images/home_dates_long.gif);
	background-repeat:no-repeat;
	background-position: 0px 337px;
}


#main {
	border: 1px solid #000000;	
    width: 800px;	
	margin: 0px;
	padding: 0px;
	}


	
#homeContentSide{		
	width:247px;
	position:relative;
	display: block;
	text-align:right;
	margin-right:20px
		}
.pageHeader{
	font-size:18px;
	line-height: 16px;
	letter-spacing:.25em;	
	text-align:left;
	color:#666666;
}
#footer {	
	background-color:#ffffff;
	height:40px;
	margin-left:0px;	
	font-size:11px;
	text-align: center;
	
}

.header {	
		
	font-size:18px;
	
}

.footerText{

	text-align:center;
	color: #27388f;	
	margin-top: 0px;
}


#bottomTextNav {

	font-size:11px;
	line-height:20px;
	width: 723px;
}
#contentArea{
margin-left:15px;
margin-right:15px;
}

#contentList li{
list-style-type:disc;
color:#27388f;
margin-left: 50px;
}




/* We also have some static positioning here for the maintext - 
	maintext is a Div that holds all the body content from the initial 
	header up to the footer. Same deal as above: we needed the static 
	positioning to get over browser compatibility issues. 
*/






a:visited {
	color: #ae70af;
	text-decoration: underline;
}
a:active {
	color: #ae70af;
	text-decoration: none;
}
a:link {
	color: #ae70af;
	text-decoration: underline;
}
a:hover {
	color: #27388f;
	text-decoration: none;
}


/* Hack for min height*/
  .prop {
    height:400px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* Pop out menus */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}




#menu {	
	position: absolute;
	display:block;
	top: 188px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-indent: 0px;
	width: 276px;
	line-height: 35px;
	
	padding-top:0px;
	margin-top: 0px;
	margin-left: 0px;
	background-image:  url(../images/dummy.jpg);
	background-repeat:no-repeat;
	height:640px;
}
#menu dl {
	padding: 0px;
}

#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #ffffff;	
	font-weight:bold;
	font-size: 18px;
	padding-right: 15px;
	border: 0px;
	text-align: right;
}

#menu dt a:hover {
	color:#ae70af;		
	text-decoration: none;
}





#menu dt #sideActive {
	color:#27388f;
	text-decoration: none;
}



#menu dd {
	position: absolute;
	z-index: 101;
	left: 147px;
	margin-top: -30px;
	width: 200px;
	background-color: #000000;
	border: 1px #ffffff solid;
	border-bottom: 0px;
	display:none;
}

#menu ul {
	padding: 0px;
}
#menu li {
	text-align: left;	
	text-indent:0px;
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;	
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #ffffff solid;
}


#menu li a:hover {
	color:#000000;	
	background-color: #ffffff;
	text-decoration: none;
}
.bordered {
	border: 1px solid #000000;
}