@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size:1em;
	background:#fff url(images/main-bg.jpg) repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:120%;
	color:#504d4d;
	margin-top:10px;
}
h2 {
	font-size:80%;
	color:#504d4d;
}
h3 {
	font-size:120%;
	color:#090;
}
p {
	font-size:80%;
	color:#504d4d;
}
table {
	margin: 0.7em 0 1.4em 0;
	width:100%;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
}
table.noBorder {
	border:none;
}
th, thead td, .tableheader {
	font-weight:bold;
	background:#e6eeee;
}
th, td {
	padding:4px;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
table.noBorder th, table.noBorder td {
	border:none;
	text-align:center;
}
td p {
	font-size:100%;
	margin:0;
}
tr.even td {
	background:#f0f0f6;
}
tr.over td {
	background:#fff;
}
img {
	border:0;
}
#left {
	float:left;
}
.result {
	width:100%;
	color:#090;
	margin-bottom:20px;
}
#container {
	position:relative;
	width:760px;
	min-width:760px;
	margin:0 auto;
	padding: 0 20px;
	z-index:1;
}
#header {
	position:relative;
	width:100%;
	height:200px;
	background:url(images/header.jpg) no-repeat center;
	text-align:center;
	margin-top:43px;
	z-index:1;
}
#menu {
	position:relative;
	top:158px;
	left:15px;
	height:40px;
	width:760px;
	min-width:760px;
	margin:0 auto;
	padding:0;
	/*text-align:center;*/
	z-index:100;
}
#menu ul li ul li a{
	text-align:left;
	padding-left:10px;}
#main-text {
	width:475px;
	min-width:485px;
	float:left;
	margin:0;
	padding: 0 10px;
	min-height:300px;
	margin-left:5px;
}
#main-admin {
	width:100%;
	min-width:485px;
	float:left;
	margin-top:50px;
	min-height:300px;
	height:300px;
}
#rightbox {
	min-width:249px;
	width:249px;
	float:right;
	margin:0;
	padding:0;
}
#logo-right {
	float:left;
	margin-left:30px;
}
#logo-right img {
	border:none;
}
#searchbox {
	border:0;
	padding:0;
	background-image:url(images/searchbox.jpg);
	background-repeat:no-repeat;
	width:249px;
	height:290px;
	min-height:290px;
	float:left;
	padding:0 20px 0 0;
	text-align:center;
	font-size:80%;
	color:#504d4d;
}
#searchbox table {
	border:0;
}
#searchbox td {
	border:0;
}
#searchbox h2 {
	padding-top:35px;
	font-size:14px;
	font-weight:500;
}
#searchbox a {
	color:#090;
}
#searchbox a:hover {
	color:#999;
}
#searchbox p {
}
#searchbox label {
	display:block;
}
#logos {
	float:left;
	text-align:center;
	width:100%;
}
#logos a {
	padding:0 18px;
}

#breadcrumb {
	position:relative;
	width:730px;
	top:27px;
	left:0;
	font-size:70%;
	color:#504d4d;
	margin:0;
	padding:0 15px;
	height:40px;
}
#breadcrumb a {
	text-decoration:none;
	color:#504d4d;
}
#footer {
	width:100%;
	background:#434343 url(images/footer.jpg) repeat-x;
	height:70px;
	font-size:70%;
	color:#CCC;
	text-align:center;
	margin:0;
	padding:0;
}
#footer a {
	color:#FFF;
}
.small {
	font-size:.8em;
}
.large {
	font-size:1.2em;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatImgLeft {
	float:left;
	margin: 0.5em 10px 10px 0;
}
.floatImgRight {
	float:right;
	margin: 0.5em 0 10px 10px;
}
.blueText {
	color:#65BCD7;
}
.greentext {
	color:#B0D100;
}
.pinktext {
	color:#DB0080;
}
.greyText {
	color:#504d4d;
}
.blueBg {
	background-color:#65BCD7;
	color:#fff;
}
.greenBg {
	background-color:#B0D100;
	color:#fff;
}
.pinkBg {
	background-color:#DB0080;
	color:#fff;
}
.greyBg {
	background-color:#504d4d;
	color:#fff;
}
.w2 {
	float:left;
	width:50%;
}

