body, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, tr, ul
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
background-color: #add8e6;
}

.text_center {
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
text-decoration: underline; color: #000000; 
}

a:hover { 
text-decoration: none; color: #000000; background: #cccccc; 
}

a:active {
text-decoration: underline; color: #000000;
}


.shadetabs{
border-bottom: 10px solid rgb(156,206,255);
width: 100%; /*width of menu. Uncomment to change to a specific width */
/*margin-bottom: 1em;*/
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
border-bottom-color: #add8e6;
background: white url(/media/shade.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative
top: 1px;
}

.shadetabs li.selected{ /*selected main tab style */
background-image: url(/media/shadeactive1.png);
padding: 3px 7px;
border: 1px solid #778;
border-bottom-color: rgb(156,206,255);
margin-right: 3px
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

div.content {
width: 60%;
margin-left: auto;
margin-right: auto;
}

h1{
	font-size: 300%; font-weight: bold; text-align: center; color: #000000;  
}

table {
	width: 100%;
	float: left;
	border-style: groove;
	border-color: #C0C0C0;
}
td {
	width: 50%;
	border: 1px solid #C0C0C0;
	text-align: center;
}
