* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #10375e;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 11.5pt;
	line-height: 1.75em;
	color: #666;
	background: #d3dce3 /*url(../images/bg.jpg) top center no-repeat*/;
	letter-spacing: -0.02em;
}

body,input {
	font-family: Arial, sans-serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}

h1 {
    line-height: 1.75em;    
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #10375e;
	font-family: Oswald, sans-serif;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}


p {
	margin-bottom: 1.5em;
}

.message {
	font-size: 1.25em;
	text-align: left;
	font-weight: bold;
	color: red;
}

#content {
	width: 700px;
	padding: 0;
}

#footer {
	text-align: center;
	padding: 40px 0 100px 0;
	font-size: 0.9em;
}

#footer a {
	color: #eee;
}

#header {
	color: #FFF;
	position: relative;
	height: 40px;
	background: #19263a url(../images/bg2.jpg) bottom center no-repeat;
	width: 630px;
	padding: 20px 35px;
}

#page_title {
	position: absolute;
	top: 0px;
}

#page_title a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#page_title h1 {
	font-size: 3em;
	font-family: Oswald, sans-serif;
}

#page {
	color: #333;
	padding: 30px 35px;
	margin: 0;
	width: 700px;
	position: relative;
}



.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}



#splash {
	height: 180px;
	position: relative;
	width: 700px;
	background: #FFF;
	overflow: hidden;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-moz-border-bottom-right-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#wrapper {
	width: 700px;
	position: relative;
	background: #eeeeee /*url(../images/bg3.jpg) bottom center no-repeat*/;
	margin: 80px auto 0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


.textbox {
	height: 40px;
	width: 430px;
	border: none;
	background: #ddd;
	margin: 10px 0px;
	padding-left: 10px;
	font-size: 1.2em;
	color: #10375e;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
}

.short {
	width: 220px;
}

.login {
	text-align: right;
	padding-top: 15px;
	font-size: 1.3em;
}

.logout {
	position: absolute;
	text-align: right;
	top: 120px;
	right: 0px;
	width: 500px;
}

.login_button {
	background: #10325e;
	color: white;
	width: auto;
	padding: 10px;
	font-size: 1.5em;
	text-align: center;
	display: inline-block;
	margin: 0px 40px 0px 0px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
}

.login_button:hover {
	background: #32547f;
}



.button {
	background: #10325e;
	width: auto;
	padding: 10px;
	text-align: center;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button:hover {
	background: #32547f;
}

.button a, a.button {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

select {
    font-size:1em;
    width: 75px;
    margin-bottom: 10px;
}

.column_1, .column_2 {
	display: inline;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.column_2 {
	margin-left: 30px;
}

.row {
	clear: both;
}
