@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 970px;
}
#header {
	height: 135px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 10px 20px 0 20px;
	margin: 0 15px 0 450px;
	height: 360px;
}
.fltlft {
	float: left;
}
.col1 {
	float: left;
	width: 230px;
}
.col2 {
	margin-left: 250px;
}
.whiteText {
	color: #FFFFFF;
}
#logo {
	padding: 20px 0 0 30px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 0.7em;
	margin: 0px;
	line-height: 1.2em;
}
.contentBG {
	background-image: url(images/mainBGcontent.jpg);
	background-repeat: no-repeat;
}
.mainBG {
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
}
#left {
	float: left;
	width: 200px;
	margin: 10px 0 0 30px;
}
#left ul {
	list-style-type: none;
	color: #FFFFFF;
	font-size: .9em;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#left li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.8em;
}
#footer {
	padding: 0 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#wrapper {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bigcol {
	width: 460px;
	float: left;
}
.itBG {
	background-image: url(images/itBG.jpg);
	background-repeat: no-repeat;
}
.itHeader {
	background-image: url(images/headerBGit.jpg);
	background-repeat: no-repeat;
}
.headerbg {
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
}
.registrationBG {
	background-image: url(images/registrationBG.jpg);
	background-repeat: no-repeat;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#headerNav {
	padding-top: 10px;
	padding-left: 30px;
}
#btmBoxes {
	margin-top: 15px;
}
h3 {
	font-size: 0.9em;
	line-height: 1.5em;
}
