/*body{
	text-align: center;
	min-width: 776px;
}*/

#container{
	position:relative;
	width:100%;
	top:-8px;
	-top:-15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{
	position:relative;
	margin:0px auto;
	width:100%;
	height:199px;
	background-image:url('images/header.png');
	background-position:center;
}

#logo{
	position:absolute;
	top:0px;
	margin:0px auto;
	width:465px;
	height:167px;
	background-image:url('images/logo.png');
}

#userLogArea{
	float:right;
	width:392px;
	height:150px;
	background-image:url('images/userLogArea.png');
}

#regLogForm{
	position:relative;
	top:15px;
	-top:13px;
}

.regLog{
	width:200px;
	/*height:51px;
	font-size:27pt;*/
	font-size:18pt;
	border:1px solid #BDBDBD;
	color:#BDBDBD;
	font-family:Verdana, Geneva, Arial;
}

.regCheck{
	font-size:12px;
	font-family:Verdana;
	
}

#accountOptions{
	position:relative;
	top:16px;
	left:144px;
	width:224px;
	height:100px;
	text-align:right;
}

.aOption{
	background-color:#FFFFFF;
	padding:2px;
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	border-bottom:1px solid #BCBCBC;
}

.aOption a{
	color:#333333;
	text-decoration:none;
}

.aOption a:hover{
	color:#333333;
	text-decoration:underline;
}

.aOption img{
	border:0px solid #000000;
}

.aSpacer{
	position:relative;
	height:1px;
}

#saveButton{
	position:relative;
	top:55px;
	border:1px solid #000000;
}

#hideShow{
	position:relative;
	top:-5px;
	left:-1px;
	width:128px;
	height:49px;
	margin:0px auto;
	background-image:url('images/hide.png');
	cursor:pointer;
}

#errorMSG{
	padding:10px;
	font-size:12px;
	font-family:Verdana;
	text-align:center;
	border:1px dashed #C7C7C7;
	background-color:#FCFFE8;
	display:none;
}

#welcomeMSG{
	margin:0px auto;
	width:600px;
	padding:10px;
	font-size:12px;
	font-family:Verdana;
	text-align:center;
	border:1px dashed #C7C7C7;
	background-color:#FCFFE8;
	display:block;
	line-height:24px;
}

.popupLabel{
	background-color:#D8710D;
	font-family:Verdana, Geneva, Arial;
	font-size:11px;
	color:#FCFCFC;
	padding:2px;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}

.popupLabel2{
	background-color:#1CCF86;
	font-family:Verdana, Geneva, Arial;
	font-size:11px;
	color:#FCFCFC;
	padding:2px;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}

ul.linkList{
	list-style-type:none;
}

#linkList1{
}

#linkList2{
}

li{
	padding-top:1px;
}

.handle{
	width:21px;
	height:44px;
}

.catBox{
	height:44px;
}

.catLabel{
	height:42px;
	width:159px;
	/*background-image:url('images/catBack.jpg');*/
	background-color:#FFECC9;
	padding-left:6px;
	padding-right:6px;
	font-family:Verdana, Serif;
	font-weight:bold;
	font-size:.8em;
	border-left:1px solid #FFB62A;
	border-bottom:1px solid #FFB62A;
	border-top:1px solid #FFB62A;
}

.catButtons{
	height:42px;
	/*background-image:url('images/catBack.jpg');*/
	background-color:#FFECC9;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #FFB62A;
	border-bottom:1px solid #FFB62A;
	border-top:1px solid #FFB62A;
}

.linkBox{
	height:44px;
}

.linkLabel{
	height:42px;
	width:129px;
	/*background-image:url('images/linkBack.jpg');*/
	background-color:#DCFFEC;
	padding-left:6px;
	padding-right:6px;
	font-family:Verdana, Serif;
	font-size:.8em;
	border-left:1px solid #56BE86;
	border-bottom:1px solid #56BE86;
	border-top:1px solid #56BE86;
}

.linkLink{
	color:#008040;
	font-family:Verdana, Serif;
	font-size:.9em;
	text-decoration:none;
}

.linkLink:hover{
	color:#804000;
	font-family:Verdana, Serif;
	font-size:.9em;
	text-decoration:underline;
}

small{
	color:#676767;
	font-size:1pt;
}

.linkButtons{
	height:42px;
	/*background-image:url('images/linkBack.jpg');*/
	background-color:#DCFFEC;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #56BE86;
	border-bottom:1px solid #56BE86;
	border-top:1px solid #56BE86;
}

img.button{
	cursor:pointer;
	border:0px solid #000;
}

.colSelect{
	width:12px;
	height:42px;
	/*background-color:#6E90C9;*/
	border-top:1px solid #5675A7;
	visibility:hidden;
}

.colButton{
	cursor:pointer;
	border-right:1px solid #5675A7;
}