﻿html
{
	text-align: center;
}

body
{
	width: 780px; /* 1000px*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #1A2A57;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}

img
{
	border: 0;
}

h1
{
	font-size: 20px;
	margin-top: 5px;
}

h2, .header, h2 a
{
	font-size: 18px;
	color: #1A2A57;
	margin: 0;
	padding: 3px 0 0 0;
	font-weight: normal;
}

.signin
{
	font-size: 18px;
	color: #1A2A57;
	margin: 0;
	font-weight: normal;
}

h3
{
	font-size: 16px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

td
{
	vertical-align:top;
}

#header
{
	background-image: url(../media/image/header-background.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 780px;
	color: #fff;
	font-weight: bold;
}

#header #contactus
{
	color: #DDE07A; 
	font-size: 16px;
	position:relative;
	top: 65px;
	left:460px;
}

#header #followicons
{
	position: relative; 
	left: 495px; 
	top: 67px;
}

#header a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover
{
	color: #DDE07A;
}

#navigation
{
	padding: 5px 0 5px 5px;
	margin: 0;
	background-color: #0C6297;
	text-align: left;
}

#navigation li
{
	display: inline;
	padding: 0 15px 0 0;
}

#navigation a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover
{
	color: #DDE07A;
}

#content
{
	background-color: #fff;
	overflow: hidden;
	height: auto;
	width: 764px;
	padding: 8px;
}

#leftcolumn
{
	float: left;
	width: 570px;
}

#rightcolumn
{
	float: right;
	width: 190px;
}

.express
{
	position: relative;
	background-color: #EBEBEB;
	width: 100%;
	height: 50px;
}

.express a
{
	color: #1A2A57;
	font-size: 22px;
	font-weight: bold;
}

.express span
{
	position: absolute;
	top: 11px;
	left: 15px;
}

.express img
{
	position: absolute;
	top: 2px;
	right: 15px;
}

.graybox
{
	border: solid 3px #EBEBEB;
}

.grayboxfull
{
	background-color: #EBEBEB;
}

.lightblueboxfull
{
	background-color: #9BBBD7;
}

.darkbluefull
{
	background-color: #0C6297;
}

.bluebutton
{
	background-color: #5891C2;
	color: #000;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	font-size: 16px;
}

.bluebutton:hover
{
	color: #DDE07A;
}

.form h2
{
	color: inherit;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

.form h3
{
	font-size: 14px;
	margin-bottom: 0;
}

.form td
{
	vertical-align:top;
}

.validation
{
	font-weight: bold;
	padding-left: 5px;
	font-size: 16px;
}

.whitebox
{
	border: solid 1px #ccc;
	background-color: #fff;
}

.contest
{
	margin-top: 5px;overflow:hidden;height:125px;
}

.footer, .footer a
{
	clear:both;text-align:center;padding-top:10px;
	background-color: #0C6297;
	color:#fff;
	font-size:12px;
	font-style:italic;
	padding-bottom:10px;
}

.membermenu a
{
	color: #1A2A57;
	font-size:16px;
}

.membermenu a:hover
{
	text-decoration:underline;
}

.job hr
{
	padding:0;
	margin:0;
	height:8px;
	background-color:#EBEBEB;
	color:#EBEBEB;
}

.job h4
{
	margin-bottom:0;
	padding-bottom:0;
}

.job p
{
	font-size:12px;
}

.i
{
	font-style:italic;
}

/* SYSTEM */
.sysheader
{
	clear: both;
	width: 1000px;
	margin: 10px;
}

.sysnavigation
{
	width: 195px;
	float: left;
}

.sysnavigation ul
{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin-top: 0;
}

.sysnavigation li a
{
	border: outset 1px black;
	margin: 2px;
	display: block;
	padding: 2px;
}

.sysnavigation li a:hover
{
	background-color: #ccc;
}

.syscontent
{
	width: 756px;
	float: right;
	background-color: #ccc;
	padding: 0 10px 10px 10px;
	margin-right: 20px;
	border: outset 2px black;
}
/* END SYSTEM */
