/* CSS Document */
html {
 height: 100%;
}
/* link decoration for pink */
body{
	margin: 0;
	margin: 0 auto;
	background: #B4AC84 url(GCimages/gradient.png)  repeat-y 50% 0;

}

.pink{
}

.pink a:link {
	text-decoration: none;
	color: #FF33CC;
}
.pink a:visited {
	text-decoration: none;
	color:  #FF33CC;
}
.pink a:hover {
	text-decoration: underline;
	color: #330099;
}
.pink a:active {
	text-decoration: none;
}
/* link decoration for pink */

#wrapper {
	width: 744px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo{
	float:left;
	width:400px;
	left: 0px;
	top: 0px;
	margin:0px;
}


.padL10{ 
	padding-left:3px;
}



#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:744px;
	padding-bottom:10px;
	float:left;
	color: #666666;
	
}


.pt10grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.pt16Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3399CC;
	font-weight: normal;
}

.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

#miniNav {
	float: right;
	width: 744px;
	text-align: right;
	padding-right: 20px;
	margin-top:-5px;
}
#location {
	float: right;
	width: 300px;
	padding-bottom:20px;
	text-align: right;
	padding-right: 20px;
}

#login {
	width: 440px;
	padding: 1px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#register {
	width: 740px;
	margin-top: 15px;
	height: 100%;
	position: relative;
	float: left;
}

#registerInner {
	width: 400px;
	margin-top: 15px;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#loginTop {
	padding: 3px 1px;
	border: none;
	margin: 1px;
}
.errortext {
	font-size: 10px;
	color: #CC0000;
}

#homebox {
	float: right;
	width:200px;
}


.Verror {
	font-size: 10px;
	color: #CC0000;
}


#header {
	float: left;
	width: 744px;
}
.main_menu {
    background-color:#FFFFFF;
	height: 17px;
	width: 730px;
	color: #000000;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding-top: 2px;
	padding-left: 5px;
	margin:0px 5px 0px 5px;
}

.boxline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.boxlineT {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#outerwrapper {
	position: relative;
	width: 1100px;
	height:100%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #666666;
padding: 2px;
background-color:#CCCCCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
