@CHARSET "UTF-8";

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	font-family: Lucida Grande, Lucida Sans, Georgia, Helvetica, Tahoma;
	font-size: 90%;
	color: #333333;
}

img
	{
		border: 0px;
}

icon
	{
		vertical-align: baseline;
}

h1, h2, h4, h5, h6
{
	margin-top: 0px;
	margin-bottom: 0px;	

}


h2, h3, h4, h5
{
	color: #1a7394;
	font-size: 80%;
}

a
{
	text-decoration: none;
	color: #1a7394;
}

a:hover
	{
		text-decoration: underline;
}

a.subMenuLink
{
		color: #ffffff;
}

div#header
{
	background-image: url(../Images/HeaderBackground.png);
	background-repeat: repeat-x;
	
	height: 143px;
}

div#headerImageContainer
{
	width: 850px;
	
	margin-left: auto;
	margin-right: auto;
}

div#navigation
{
	width: 850px;
	height: 23px;
	
	margin-left: auto;
	margin-right: auto;
}

div#navigationButtons
{
	margin-top: 20px;
	margin-right: 30px;
}

img.navigationButton
{
	float: right;
}

img.navigationDivider
{
	margin-left: 15px;
	margin-right: 15px;
	float: right;
}

div#subHeader
{
	background-image: url(../Images/SubHeaderBackground.png);
	background-repeat: repeat-x;
	
	margin-top: 15px;
	
	height: 56px;
}

div#subHeaderCenter
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;	
}

div#subMenu
{
	text-align: center;
	font-size: small;
	color: #ffffff;
}


h1#pageTitle
{
	text-align: right;
	padding-right: 30px;

	color: #ffffff;
	font-size: 1.2em;
	font-weight: 100;
	
	font-family: Euphemia, Lucida Grande, Lucida Sans, Georgia, Helvetica;
}

div#footer
{
	clear: both;
	
	font-family: tahoma;
	text-align: center;
	font-size: x-small;
	
	margin-top: 30px;
}

div#content
{
	width: 850px;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 30px;
}

.error
{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	margin-bottom: 10px;
	
	border: 1px solid #ffe44e;
	
	background-color: #fffbce;
	background-image: url(../Images/Icons/error.png);
	background-position: 3px 5px;
	background-repeat: no-repeat;
}

.success
{
	
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	margin-bottom: 10px;
	
	border: 1px solid #85b94c;
	
	background-color: #e2ffc3;
	background-image: url(../Images/Icons/accept.png);
	background-position: 3px 5px;
	background-repeat: no-repeat;
}

div#leftColumn
{
	margin-left: 30px;
	float: left;
	width: 360px;
}

div#columnDivider
{
	margin-left: 34px;
	margin-right: 35px;
	margin-top: 10px;
	
	width: 1px;
	height: 408px;
	
	background-image: url(../Images/ColumnDivider.png);
	
	float: left;
}

div#rightColumn
{
	float: left;
	width: 360px;
}

th
	{
		text-align: left;
}

tr td:first-child
	{
		width: 300px;
}