@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #476D90;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main #container {
	width: 944px; /*59em*/
	background: #5682AE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #mainContent {
	margin: 0 13em 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.main h1 {
	text-align:center;
}

.main #image {
	float:left;
}

.main #code {
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
}

.main addurl { 
	width: 50%;
	border:groove;
	border: 20; 
	cellpadding:10;
}

.main #surveys table{
	padding:1em 0/*right*/ 1em/*botom*/ 1em/*left*/;
}

.main #surveys td{
	padding:0 1em 0 0;
}

span.warning {
    font-weight: bold;
    color: #f00;
}
	
.main #center {
	text-align:center;
}

.main #tablecenter table {
	margin-left:auto;
	margin-right:auto;
}

.main #sidebar1 {
	float: right; 
	width: 194px; /* 12em since this element is floated, a width must be given */
	background: transparent url("../images/sidebar.gif") 0 0 no-repeat;
	padding: 50px 0 170px; /* top and bottom padding create visual space within this div */
}
.main #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.main #header { 
	background: #5682AE; 
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.main #footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5682AE url("../images/footer.gif") 0 30px no-repeat;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 33px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-indent: 300px;
	text-decoration: none;
}

.main #footer a{
	text-decoration: none;
	color:#FFFFFF;
}

.main #footer a:hover {
	color:#0066FF;
}

.main #footer #here {
	color:#5682AE;
}

.main #faqlinklist {
	list-style:none;
	padding-left: 3em;
	color:#000000;
}

.main #faqlinklist a {
	color:#000000;
}

.main #faqlinklist a:hover {
	color:#AAAAAA;
}

.menu {
	list-style: none;
}
.menu a {
	display:block;
	width: 130px;
	padding:5px 0px 5px 22px;
	font: bold 20px sans-serif;
	color: #CCCCCC;
	/*background: url("../images/menu.jpg") 0 0 no-repeat;*/
	text-decoration: none;
}
.menu a:hover {
	/*background-position: 0 -54px;*/
	list-style:outside;
	color:#FF0000;
	padding:5px 14px 5px 22px;
}
.menu a:active {
	/*background-position: 0 -54px;*/
	list-style: outside;
	color: #000066;
}

.menu #here {
	/*background-position: 0 -54px;*/
	color: #FFFFFF;
	list-style:outside;
	padding:5px 14px 5px 22px;
}	