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


/* TAGS ------------------------------------------------------------------------------------------------*/


body {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7a7a7a;
	background-image: url(im/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica;
}


/* CLASSES ------------------------------------------------------------------------------------------------*/




/* ID's ------------------------------------------------------------------------------------------------*/

#container {
	width: 1064px;
	margin-right: auto;
	margin-left: auto;
}
#nav_bg {
	float: right;
	height: 30px;
	width: 647px;
	background-color: transparent;
	background-image: url(im/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 41px;
}
#top {
	float: left;
	height: 138px;
	width: 1064px;
}
#logo {
	float: left;
}
#tagline {
	float: right;
	padding-top: 75px;
	padding-bottom: 15px;
	padding-right: 41px;
}
#header {
	float: left;
	height: 229px;
	width: 1064px;
}
#content {
	background-color: transparent;
	background-image: url(im/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 1064px;
}
#col_left {
	float: left;
	width: 376px;
	background-color: transparent;
	background-image: url(im/t_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#col_right {
	float: right;
	width: 583px;
	background-color: transparent;
	background-image: url(im/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 25px;
	padding-right: 60px;
	padding-left: 35px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer_bg {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 1064px;
	padding-top: 30px;
	background-image: url(im/bot.gif);
	color: #FFFFFF;
}
#col_left h1 {
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 35px;
}

#col_left h2 {
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 23px;
	padding-left: 35px;
	background-color: transparent;
	background-image: url(im/t_bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#col_left p {
	padding-left: 35px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 5px;
}
#col_left table {
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.align_left {
	background-color: #ffffff;
	padding: 3px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
#col_right h1 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 10px;
	color: #C77A00;
}
#col_right p {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #666666;
}

#col_right ul {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 0px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 5px;
}

#box {
	float: right;
	width: 295px;
	padding: 20px;
	background-color: #D5E2F3;
	border: 1px solid #84B8D5;
	margin-top: 3px;
}
#box p {
	font-size: 17px;
	line-height: 21px;
	font-style: italic;
	color: #006699;
	padding: 0px;
}
#col_right h2 {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_bg p {
	float: left;
	font-size: 11px;
	padding-left: 20px;
}
#footer_bg h3 {
	font-size: 16px;
	font-weight: normal;
	width: 678px;
	float: right;
	text-align: center;
	height: 60px;
}
a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}
