@charset "utf-8";
/*
	Dark Pink: 		#CA2E93
	Dark Green:		#B3D88B
	Dark Grey: 		#2B2B2D
	Medium Pink: 	#FC9ODA
	Medium Grey: 	#9898A0
	Light Pink: 	#FFC5FF
	Light Green: 	#DCF9BB
	Light Grey:		#E1E1E1
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.gotr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.gotr #header {
	background: #DDDDDD;
	border-bottom: 1px solid #2B2B2D;
}
/*
	nav bar
*/ 
.gotr #nav {
	border-bottom: 1px solid #2B2B2D;
	height: 28px;
	padding-top: 10px;
}
.gotr #nav a {
	color: #2B2B2D !important;
	font: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.gotr #nav a:hover {
	color: #CA2E93 !important;
}
.gotr #banner {
	border-bottom: #2B2B2D 1px solid;
}
.gotr #sponsors {
	border-top: #9898A0 1px solid;
	padding: 10px 10px;
}
.gotr #sponsors h2 {
	color: #CA2E93;
	font-size: 1em;
	font-weight: normal;
}
.gotr #sponsors .links {
	margin: 0 180px;
}
.gotr #sidebar_MainPage {
	float: right;
	font-size: .8em;
	line-height: 1em;
	width: 300px;
	background: #B3D88B;
	padding: 10px 10px;
}
.gotr #sidebar_MainPage a {
	color: #CA2E93 !important;
	text-decoration: none;
}
.gotr #sidebar_MainPage a:hover {
	color: #B3D88B !important;
}
.gotr #mainContent {
	color: #2B2B2D !important;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 330px 0 0;
	padding: 0 10px;
}
.gotr #mainContent a {
	color: #CA2E93 !important;
	text-decoration: none;
}
.gotr #mainContent a:hover {
	color: #B3D88B !important;
}
.gotr #sidebar_SubPage {
	float: left;
	font-size: .8em;
	line-height: 1em;
	width: 180px;
	background: #fff;
	padding: 0 10px;
}
.gotr #sidebar_SubPage h1 {
	font: 1 Verdana, Helvetica, sans-serif;	
	padding-left: 20px;
	color: #2B2B2D !important;	
}
.gotr #sidebar_SubPage h2 {
	font: .9em Verdana, Helvetica, sans-serif;	
	padding-left: 20px;
	color: #2B2B2D !important;	
}
.gotr #sidebar_SubPage a {
	color: #CA2E93 !important;
	text-decoration: none;
}
.gotr #sidebar_SubPage a:hover {
	color: #2B2B2D !important;
}
.gotr #mainContent_SubPage {
	color: #2B2B2D !important;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 0 230px;
	padding: 0 10px;
}
.gotr #mainContent_SubPage a {
	color: #CA2E93 !important;
	text-decoration: none;
}
.gotr #mainContent_SubPage a:hover {
	color: #B3D88B !important;
}
/*
Subpage Full (Single Column)
*/
.gotr #mainContent_SubPageFull {
	color: #2B2B2D !important;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px;
}
.gotr #mainContent_SubPageFull a {
	color: #CA2E93 !important;
	text-decoration: none;
}
.gotr #mainContent_SubPageFull a:hover {
	color: #B3D88B !important;
}
.gotr #footer {
	color: #2B2B2D !important;
	font-size: .8em;
	text-align: center;
	border-top: #9898A0 1px solid;
	padding: 0 10px;
}
.gotr #footer a {
	color: #CA2E93 !important;
	text-decoration: none;
}
.gotr #footer a:hover {
	color: #B3D88B !important;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.glossymenu, .glossymenu li ul {
	background: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	border-bottom: 1px solid #9898A0;	
}
.glossymenu li {
	position: relative;
}
.glossymenu li a {
	font: .9em Verdana, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 10px 0;
	padding-left: 40px;
	text-decoration: none;
	border-top: 1px solid #9898A0;	
}
.glossymenu li ul { 
	position: absolute;
	width: 190px;
	left: 0;
	top: 0;
	display: none;
}
.glossymenu li ul li {
	float: left;
}
.glossymenu li ul a {
	width: 180px;
}
.glossymenu .arrowdiv {
	position: absolute;
	right: 2px;
	background: transparent url(../arrow.gif) no-repeat center right;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url(../glossyback2.gif);
}
/* Holly Hack for IE \*/
* html .glossymenu li {
	float: left;
	height: 1%;
}
* html .glossymenu li a {
	height: 1%;
}
/* End */
