html {
	font-family: Georgia;
	font-size: 10pt;
	color:#646464;
	}

body {
	margin: 0;
	background: white;
	}

h1 {
	color: #00aeef;
	font-weight: normal;
	font-size: 28px;
	margin: 5px 0 10px 0;
	}
	
/* want to set up h2 through h4 */
	
a {
	color: #64ba47;
	text-decoration: underline;
	}

a:hover {
	color: #00aeef;
	}

a:focus {outline: none}	

a:active {outline: none}

#footer {
	width: 1014px;
	background:#cccccc;
	margin: 10px auto 0 auto;
	color:#ffffff;
	font-size:8pt;
	text-align:left;
	padding:3px 0 3px 10px;
	}

#footer a {
	color:#ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color:#ffffff;
	text-decoration: underline;
	}

#editor {
	font-size: 12pt;
	text-align: center; 
	border: red 1px solid; 
	padding: 2px; 
	z-index: 9999; 
	background: orange; 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	color: #000;
	}

#header {
	width:984px;
	padding: 0 20px 0 20px;
	background: white;
	text-align:left;
	margin: 10px auto 0px auto;
	}
#header span
	{
		position:relative;
		top:0;
		left:30px;
	}

#main {
	padding: 0 20px 0px 20px;
	/*width 1024-left and right padding*/
	width: 984px;
	background:white;
	margin: 0 auto 0 auto;
	}

#innerMainLeft 
{
	width:190px;
	background:white;
	padding:0px 0px 20px 0px;
	margin:0px 20px 0px 0px;
}

#stretch
{
	width:1px;
	float:left;
	background:white;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:450px;
}

	
#innerMain 
	{
	width:750px;
	float:left;
	background:white;
	/*border-left: solid 3px #eeeeee;*/
	padding:0px 0px 20px 20px;
	}

.flashcontent {
	border: 3px solid #ffffff;
	margin:15px 0px 10px 20px;
	width: 640px;
	}
	
div.image {
	float: left;
	text-align: center;
	margin: 0 4px 0 8px;
	}

div.image a {
	color: #00aeef;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

div.image a:hover {
	color:white;
	}

	
div.image img {
	border: solid #ffffff 3px;
	margin-top: 5px;
	}
	
div.image_container {
	padding-left: 0px;
	margin-top: 10px;
	}

#nav
{
	clear: both;
	padding:0 0 0 175px;
	margin-bottom:15px;
}

.GreyBackground {background-color:#DDDDDD;}
.primButton {border-right: #000000 2px solid; border-top: #999999 2px solid; border-left: #999999 2px solid; border-bottom: #000000 2px solid; font-size: 90%; font-weight: bold; color: white; font-family: Arial, Verdana, Helvetica, Sans-serif; background-color: #038040; text-align: center; padding-right: 0px; margin-right: 0px;}
.editButton {border-right: #000000 2px solid; border-top: #999999 2px solid; border-left: #999999 2px solid; border-bottom: #000000 2px solid; font-size: 90%; font-weight: bold; color: white; font-family: Arial, Verdana, Helvetica, Sans-serif; background-color: ORANGE; text-align: center; padding-right: 0px; margin-right: 0px;}
.fixedButton {border-right: #000000 2px solid; border-top: #999999 2px solid; border-left: #999999 2px solid; border-bottom: #000000 2px solid; font-size: 90%; font-weight: bold; color: white; font-family: Arial, Verdana, Helvetica, Sans-serif; background-color: #038040; text-align: center; padding-right: 0px; margin-right: 0px; width:100;}
.inputBoxSmall {font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #FF0000;}

.idBody1
{
	width:100px;
	height:100px;
}


