/* external CSS file */
/* filename 'main.css' */
/* Author: PRCORP */
/* Copyright: 2000-2050 SlutGear All Rights Reserved */

body {
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

#siteHeaderLogo {
	background: #E6E6FA url(/imgs/sgear/sgearLogoHeaderBG-1x60.jpg) repeat-x;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#navHeader {
	background-color: #E6E6FA;
	color: #660099;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
#mainDiv {
	background-color: #E6E6FA;
}
#contentBox {
/*	background-color: #99CCFF; */
	background: #99CCFF url(/imgs/sgear/sgearMainBoxGraphic-798x598-1.jpg);
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	height: 598px;
	margin-left: auto;
	margin-right: auto;
	width: 798px;
}
#siteFooter {
	background: #E6E6FA url(/imgs/sgear/sgearLogoHeaderBG-1x60-rev.jpg) repeat-x;
	color: #660099;
	font-size: 0.8em;
	height: 60px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
#top-title {
	color: #660099;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3 {
	color: #660099;
	text-align: center;
}

table {
	background-color: #CCCCFF;
	border: 1px solid olive;
	color: #000000;
	font-size: 14pt;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	text-align: center;
	width: 720px;
}
th {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link {
	color: navy;
}
a:visited {
	color: gray;
}
a:hover {
	color: blue;
}
a:active {
	color: yellow;
}
input:focus {
	background-color: #FFFFE0;
}
input {
	border: 1px solid Maroon;
}

input.submit {
	background-color: #FFB6C1;
	border: 1px solid purple;
	color: purple;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}
input:hover {
	color: red;
}


.contentHeading {
	font-weight: bold;
}
.footnote {
	text-align: center;
	color: maroon;
}
.error {
	background-color: yellow;
	color: red;
	font-weight: bold;
}
.validator img{
	border: 0px;
}
