/* CSS Document */

body {
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/bg4.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size:18px;
	font-family: Comic Sans MS, "Comic Sans MS", cursive;
}
#div {
width: 100%;
height: 375px;
overflow-x: hidden;
} 

input:focus {
	background-color:#99CCFF;
}

textarea:focus {
background-color:#99CCFF;
}
/* table */

.table {
	position: relative;
	top: -10px;
}
.td {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.td a {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.td a:hover {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}	
.td2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #111111;
	text-align: center;
	vertical-align: bottom;
}
.td2 a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.td2 a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.td3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #111111;
	text-align: center;
	vertical-align: center;
}
.td3 a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.td3 a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	text-decoration: none;
}	

/* info */
#info {
	width: 450px;
	left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
#info a {
	width: 370px;
	top: 5px;
	left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6666FF;
	text-decoration: none;
	position: relative;
}
#info a:hover {
	width: 370px;
	top: 5px;
	left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: red;
	text-decoration: none;
	position: relative;
}	
#sideinfo {
	position: relative;
	left: 7px;
	width: 180px;
}
#sideinfo a {
	left: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
}
#sideinfo a:hover {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
}
/* header */
#header {
	position: relative;
	top: -5px;
}
#header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#header a.inactive {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #990000;
	text-decoration: none;
}
#header a.active {
	color: #990000;
}
#sponsor a {
	top: 15px;
	position: relative;
}
/* footer */
#footer {
	position: relative;
	top: -14px;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: gray;
	text-decoration: none;
}
#sponsor a {
	top: 15px;
	position: relative;
}

/* img */
#img {
	top: -95px;
	right: 100px;
	position: relative;
	width: 30px;
	height: 30px;
}
#logo {
	top: -10px;
	right: auto;
	left: auto;
	position: relative;
}
#photo {
	top: auto;
	right: auto;
	left: 35px;
	position: relative;
}
