body {
	background: #5e5858 url(../images/layout/background.jpg) repeat-x;
	font-family: verdana, arial;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
}

#container {
	position: relative;
	width: 700px;
	margin: 25px auto;
	background: #000;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #003fa6;
}

.title {
	color: #31a105;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	line-height: 25px;
}

.hide {
	visibility: hidden;
	overflow: hidden;
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.show {
	visibility: show;
	overflow: auto;
}

#mainbody {
	padding: 0px 5px 5px 5px; 
	text-align: center;
}

.disclaimers {
	font-size: 80%;
	font-weight: bold;
}

/*******************************************************************************/

#helppages {
	text-align: left;
}

.helpagetitle {
	color: #FFF;
	font-weight: bold;
	font-size: 130%;
}

.mainhelpagetitle {
	color: #31a105;
	font-weight: bold;
	font-size: 130%;	
}

.helpimage {
	border: 0px;
	
}

#closebutton1, #closebutton2, #closebutton3, #closebutton4, #closebutton5, #closebutton6, #closebutton7, #closebutton8, #closebutton9  {
	cursor:pointer;
    color: red;
    font-size: 70%;
    font-weight: bold;
    border: 1px solid #a60a0d;
    padding: 1px;
	cursor:pointer;	
}

.helplink {
	cursor:pointer;	
}

/********************************************************************************/

#footer{
	background: url(../images/layout/bottom.jpg) no-repeat bottom;
	text-align: center;
	line-height: 25px;
}

.footerbox {
	width: 155px;
	height: 150px;
	overflow: hidden;
	margin: 5px 28px;
	text-align: center;
	padding: 2px 2px;
	border: 2px solid #FFF;
	float: left;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	background: #ffa500;	
}

.footerbox a {
	color: #000 !important;
}

.footerbox img {
	border: 0px;
}

#google {
	text-align: center;
	z-index: 5;
}

/*******************************************************************************/
