html { min-height: 100%; margin-bottom: 1px; }

body { 	
	
	text-align:center;
	
	}
/* main is a div wrapping the body 
	content of the general site (interior) pages */



#main {
	background-color:#ffffff;
    width: 1000px;	
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	
}
		
#leftCol {

	
	height:570px;
	width:460px;
	padding:0px;
	float:left;
	background:#fff;
}
	
#rightCol {
	height:530px;
	width:540px;
	padding:0px;
	border:0px;
	float:left;
	background:#fff;
}

#leftContent{	
	height:546px;	
	border-width: 1px;
	border-style:dotted;
	border-color:#00545c;
}

#rightContent{

	height:495px;
	border-width: 1px;
	border-style: dotted dotted dotted none;	
	text-align:center;	
	border-color:#00545c;
}

#homeLogo{
	margin:36px;
	border:0px;
	text-align:center;
}

.redText{
	color:#ed1c24;
}

/* general tag css */
p {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:11px;
	color:#000;	
	margin-left:40px;	
}
ul {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:12px;
	color:#6d6e71;	
	margin-left:50px;
	margin-right:50px;
	line-height: 24px;
}


		
h1 {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:18px;
	color:#aad04d;
	margin-left:40px;
	margin-right:40px;
}


h2 {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:18px;;
	font-weight:bold;
	color:#702785;	
	margin-left:10px;
	margin-right:10px;
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:14px;;
	font-weight:bold;
	color:#000000;	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-10px;
}

/* removes border from any linked image */
img {
	border:0px;
}

/* general link CSS */
a:visited {
	color: #00545c;
	text-decoration: none;
}
a:active {
	color: #00545c;
	text-decoration: none;
}
a:link {
	color: #00545c;
	text-decoration: none;
}
a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

