

* {
	margin: 0;
	padding: 0;
}

body {
background: #F5F5F5;
	font-family:Arial,Tahoma, Arial, sans-serif;
	font-size: 100%;
	min-height:800px;
	position:relative;
	height:100%;
	
	
}


h1 {
	letter-spacing: -1px;
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	margin-bottom: 1em;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}


p {
}


a {
    text-decoration:none;
	color: #1D62B3;


}

a:hover {
	background: none;
	color: #E43C15;
}



/* Wrapper */

#wrapper {
	
}



/* Header */

#header {
	height: 30px;
}


/* Page */

#page {
	width: 1200px;
	margin: 0 auto;
	
	
}

#bgtop {
	height: 20px;
	
}

#bgbottom {
	padding-bottom: 20px;
	

}

/* Content */

#content {
	float: left;
	width: 1160px;
	min-height: 300px;
	padding: 20px;
	background-color:#FFF;
	border:1px solid #9D9D9D;
	border-radius:20px;
}

html>body #content {
	height: auto;
}


/* Footer */

#footer {
	width: 1200px;
	min-height: 20px;
	margin: 0 auto;	
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

li { margin-left:15px; margin-right:5px; list-style-image:url(/Images/bullet.gif); }

#bottomfill { background-color:#9D9D9D; min-height: 300px

	
}




#contentMain form
{
	margin-top: 1em;
}

#contentMain fieldset
{
	padding: 0 .5em .5em .5em;
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 1em;	
	
	background-repeat: repeat-x;		
	
	
}

#contentMain fieldset a
{

color:blue;
text-decoration:underline;

}




* html #contentMain legend
{
	margin-left: -7px;
	background-position: 0 1.3em;
}

#contentMain .legendText
{
	position: relative;
	left: -2px;
	top: 1em;
}

* html #contentMain .legendText
{
	left: 0;
}




#contentMain label
{
	display: block;
	float: left;
	margin-top: .5em;
	padding-left: 8em;
}

#contentMain .labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 7em;
	margin-right: -7em;
	font-weight: bold;
	font-size:0.8125em
}





#contentMain .panel
{
	width: 24em;
	padding-top: 8px;
	color: #fff;
	padding-bottom: 15px;
	border: 1px solid #7F7F7F;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	border-radius: .75em;
	background-image: url(images/blueback.jpg);
	background-repeat: repeat-x;
}

#contentMain .panel1
{
	width: 45em;
	padding-top: 8px;
	color: #fff;
	padding-bottom: 15px;
	border: 1px solid #7F7F7F;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	border-radius: .75em;
	background-image: url(images/blueback.jpg);
	background-repeat: repeat-x;
}




#contentMain .panelLast
{

	padding-top: 11px;
	background-position: 0 -1px;
}

#contentMain a
{

color:#fff;
text-decoration:underline;


}

#contentMain .labelText
{
	position: relative;
	color: #333;
	float: left;
	width: 7em;
	margin-right: -7em;
	
}


table.hor-minimalist-a {width:100% !important;}
table.hor-minimalist-b {width:100% !important;}