body {

	background-image: url('../images/mainbg.png');
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	height:100%;
	width:100%;
}

h2 {
	color:#06C;
}

p {
	line-height: 1.3em;
}

a {
	color: #06C;
}
a:hover {
	color: #04A;
}

hr {
	color: #999;
	background-color: #999;
	margin:20px 0;
	height:2px;
	border: 0;
}

#header {
	height:80px;
	background-image: url('../images/header.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:auto;
	z-index:1;
	width:100%;
	
	text-align:right;
}
#header .navigation {
	padding:20px;
}
#leftcolumn {
	background-image: url('../images/left-column-beta.png');
	background-repeat:no-repeat;
	float:left;
	width:220px;
	xheight:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding-top:250px;
	}


#maincolumn {

	border:1px solid white;
	padding:20px;
	position:absolute;
	top:80px;
	left:220px;
	padding-bottom:50px;

}
#leftcolumn .navigation a {
	display:block;
	width:180px;
	height:16px;
	padding: 5px 20px;
	background-image: url('../images/button.png');
	text-decoration:none;
	color:#06C;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;

}
#leftcolumn .navigation a:hover {
	background-image: url('../images/button2.png');
	color: #fff;
}
#footer {
	position:fixed;
	right:0;
	bottom: 0px;
	background-color:#06C;
	color:#fff;
	padding:5px 20px 5px 0;
	text-align:right;
	width:100%;
	z-index:10;
}
#footer a {
	color:#fff;
}
#disclaimer {
    float : left;
    position : absolute;
    bottom : 7px;
    left : 25px;
    font-size : 11px;
}
.disclaimer {
    font-size : smaller;
    color : grey;
    display : block;
}
.disclaimer a {
    color : grey;
}
.button {
	-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #0066CC;
	padding:1px 15px !important;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	height:22px;
	border:2px solid #06C !important;
	font-size:11px;
	width: auto !important;
}

.button:hover {
	background-color:#fff;
	color:#06c;
	cursor:pointer;
}
#tabs {
	border-bottom:2px solid #06C;
	white-space:nowrap;
	height:24px;
	width:600px;
}
#tabs a, #tabs span {
	font-size:14px;
	display:block;
	float:left;
	width:120px;
	background-color:#bbb;
	border:2px solid #06C;
	border-bottom: 0;
	text-align:center;
	text-decoration:none;
	margin: 0 1px 0 0;
	color:#999;
	height:18px;
	padding:2px;
}
#tabs a:hover, #tabs span.current {
	background-color: #06C;
	color: #fff;
	
}

.boxcontainer {
width: 510px;
margin:auto;
}

.bigbox {
	font-size:20px;
	line-height:30px;
	display:block;
	margin:5px;
	width:140px;
	height:90px;
	float:left;
	color: white;
	background-color:#906;
	font-weight:bold;
	padding:10px;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	text-decoration:none;
}

.bigbutton {
	font-size:20px;
	display:block;
	margin:20px auto;
	width:320px;
	color: white;
	background-color:#06C;
	font-weight:bold;
	padding:10px 20px;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	text-decoration:none;
}
a.bigbutton:hover {
	color:#fff;
	background-color:#04A;
}

.searchbox,.errormsg, .successmsg {
	display:block;
	margin:20px auto;
	width:320px;
	background-color:#EEE;
	padding:10px 20px;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.errormsg ul {
	list-style:none;
	margin:0;
}
.searchbox {
	border:2px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
}
.searchbox input, .searchbox textarea{
	border:2px solid #999;
	padding:2px;
	margin:2px 0;
	width:300px;
}

.searchbox .radio, #rememberme {
	width:auto;
	margin:3px 0 3px 10px;
}


.errormsg, .successmsg {
	width:500px;
	margin:10px auto;
	font-weight:bold;
	color:white;
	background-color:red;
	text-align:center;
}

.successmsg {
	background-color:green;
}

.errormsg a, .successmsg a {
	color:white;
}
table#mynumbers {
	width:640px;
}
table#mynumbers tr {

}
table#mynumbers th {
	text-align:left;
	border-top:2px solid #999;
	border-bottom:2px solid #eee;
	background-color:#ccc;
	padding:5px;
}
table#mynumbers td {
	border-bottom:2px solid #999;
	border-top:2px solid #eee;
	background-color:#ddd;
	padding:5px;
}

dt {
	margin-top:10px;
	font-weight:bold;
}
.flag {
	float:right;
	padding-top:2px;
	margin-left:5px;
}

