﻿*:hover {outline:none;}
body {
	margin:0px;
	padding:0px;
	background-image: url('../images/background-main2.jpg');
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:12px;
	color:#000000;
}

a {color:#cc3300; text-decoration:none;}
a:hover {color:#cc3300; text-decoration:underline;}

img {border:none;}

h1 {color:#CC0000; margin-top:0px; padding-top:0px; font-size:18px;}
h2 {color:#CC0000; margin-top:0px; padding-top:0px; font-size:14px;}

input, textarea  {outline:none;}

label {width:160px; float:left;}

#wrapper {
	width:983px;
	margin-left:auto;
	margin-right:auto;
	}
table, tr, td, th, tbody {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
#header {
	background-image:url(../images/background-top-wrapper.png);
	background-repeat:no-repeat;
	width:983px;
	background-position:left 10px;
	padding:30px;
}
#body {
	background-image:url(../images/background-content-wrapper.png);
	background-repeat:repeat-y;
	width:983px;
	padding-left:20px;
	padding-right:20px;
}

#left-column {
	background-color:#ffffff;
	background-image:url(../images/background-leftcolumn.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:200px;
	float:left;
	min-height:550px;
	}

#right-column {
	width: 720px;
	float:right;
	background-color:#ffffff;
	margin-right:33px;
	padding-right:20px;
	padding-left:10px;
	}
	

#introduction {
	text-align: center;
}


#bottom {
	background-image:url(../images/background-bottom-wrapper.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:983px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	height:100px;
}
#footer {
	text-align:center;
	width:983px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
}

.errMsg {
	color:#cc3300;
}

legend {font-weight:bold;}
#servicesLayout li {color:#1C3F94; text-decoration:none;}
#servicesLayout li a, #servicesLayout li a:hover {color:#1C3F94; text-decoration:underline;}


#data, #data td, #data th {
	border:1px solid #000;
	padding:2px;
	font-weight: bold;
	font-size:10px;
}
#data th {background-color:#006599; color:#fff; font-weight:bold; font-size:12px;}
