body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #034895;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/structure/background-header.jpg);
	background-repeat: repeat-x;
}


#main
{
	width: 962px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 15px;
}


#header
{
	width: 962px;
	height: 90px;
	background-image: url(../images/structure/header.jpg);
	background-repeat: no-repeat;
}

#contentWrapper
{
	width: 962px;
	min-height: 400px;
	margin-top: 7px;
	background-color: #FFFFFF;
	background-image: url(../images/structure/bottom-curve.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.clear
{
	clear: both;
}



#leftNavigation
{
	width: 165px;
	min-height: 300px;
	border-right: 1px dashed #999;
	float: left;
	padding-bottom: 50px;
}


#leftNavigation ul
{
	list-style: none;
	padding: 0px;
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 40px;
}

#leftNavigation ul li
{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #dedddd;
	padding-left: 5px;
}

#leftNavigation ul .selected
{
	font-weight: bold;
}

#leftNavigation ul .normal
{
	
}

#leftNavigation ul li a
{
	text-decoration: none;
	color: #545353;
	font-size: 14px;
}

#leftNavigation ul li a:hover
{
	text-decoration: underline;
}

#leftNavigation h3
{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #7150ed;
}



#rightContent
{
	float: left;
	width: 760px;
}


#breadcrumbs
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #545353;
}

#breadcrumbs a
{
	text-decoration: underline;
	color: #545353;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}


/* ------------------------------------------------------------------- 
   Form elements
   -------------------------------------------------------------------
*/

table.formTable
{
	
}

table.formTable td:first-child
{
	width: 150px;	
}

table.formTable .label
{
	color: #022064;
	font-size: 15px;
	vertical-align: top;
	text-align:right;
	font-weight: bold;
	padding-right: 10px;
}

table.formTable .about
{
	text-align:left;
	font-size: 13px;
	color: #3A3A3A;
	padding-bottom: 14px;
	font-weight: normal;
}




h1
{
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	color: #461ddf;
}

img
{
	border: 0px;
}

a
{
	color: #00F;
}

a:visited
{
	color: #00F;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



/* ------------------------------------------------------------------- 
   Form errors
   -------------------------------------------------------------------
*/
div.errorBox
{
	min-height: 42px;
	background-color: #F6FBBD;
	background-image: url(../images/icons/48x48/warning.png);
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #e3f148;
	padding: 5px;
	padding-left: 70px;
	margin-top: 5px;
	margin-bottom: 8px;
}

div.errorBox ul
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.correctBox
{
	min-height: 48px;
	background-color: #A2F8AE;
	background-image: url(../images/icons/48x48/check.png);
	background-repeat: no-repeat;
	background-position: 10px;
	border: 1px solid #5DE370;
	padding: 5px;
	padding-left: 70px;
	margin-top: 5px;
	margin-bottom: 8px;
}


#bottomNavigation
{
	text-align: center;
	margin-top: 5px;
	color: #FFFFFF;
}

#bottomNavigation a
{
	color: #FFFFFF;
}