﻿/* 
-------------------------------------Elements---------------------------------------
*/

html
{
}

body
{
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-family: "Trebuchet MS" , Arial, Serif, Helvetica;
	line-height: 200%;
}

a
{
	color: #D52A16;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #999999;
}

p
{
}

h1
{
	font-size: 120%;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

h2
{
	font-size: 110%;
	font-weight: bold;
}

h3
{
	font-size: large;
}

input, textarea, select
{
	font-family: Arial, Serif, Helvetica;
}

ul
{
}

li
{
	margin-left: 20px;
}


/* 
-------------------------------------Content---------------------------------------
*/

#MainForm
{
	background-color: #efefef;
}

#header
{
	height: 170px;
	width: 100%;
	border-bottom: solid 3px #C2C9CF;
	background-color: #ffffff;
}

#main
{
    clear: both;
    width: 100%;
}

#footer
{
	clear: both;
	border-top: solid 2px #C2C9CF;
	height: 40px;
	width: 100%;
	background-color: #ffffff;
}

.header-content
{
	margin: auto;
	width: 900px;
	text-align: left;
}

.site-logo
{
	float: left;
	height: 133px;
	width: 243px;
	margin-top: 20px;
}

.site-contact
{
	float: right;
	text-align: right;
	margin-top: 100px;
	color: #D52A16;
}

.main-content
{
	margin: auto;
	width: 900px;
	text-align: left;
}

.content-pane
{
	margin-top: 20px;
	width: 640px;
	float: left;
	vertical-align: top;
}

.side-pane
{
	margin-top: 20px;
	width: 240px;
	float: right;
	vertical-align: top;
}

.footer-content
{
	margin: auto;
	width: 900px;
	text-align: left;
	margin-top: 10px;
}

.form
{
}

.form-group
{
}

.form-group-seperator
{
	height: 10px;
}

.form-field
{
	width: 100%;
	margin-left: 10px;
	margin-bottom: 8px;
	color: #909294;
}

.form-field span
{
	color: #4F4F4F;
	font-size: 110%;
	font-weight: bold;
}

.name
{
	color: #909294;
}

.text
{
	width: 97%;
}

.value
{
}

.button
{
	font-size: 14px;
	font-weight: bold;
}

.copyright
{
	float: left;
}

.version
{
	float: right;
}

.content-container
{
	border: solid 1px #C2C9CF;
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 20px;
}

.content-container .header
{
	display: block;
	height: 20px;
	width: 100%;
	background-color: #002A5C;
	border: #002A5C 1px solid;
	color: #ffffff;
}

.content-container .header-info
{
	float: left;
	padding-top: 2px;
}

.content-container .header-info .title
{
	font-weight: bold;
	margin-left: 6px;
	font-size: 12px;
}

.content-container .content
{
}



