body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	white-space: normal;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

h1 { font-size: 34px; }

h2 {
	font-size: 28px;
	color: #FF0000;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

h3 {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}
a img { border:none; }

a {
	color: #FF3300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}



/* Header */

#header {
	width: 100%;
	height: 130px;
	margin-top: 0;
	padding-right: 0;
	background-position: left bottom;
	background-image: url(images/img1.gif);
	background-repeat: repeat-x;
}
#header img {
	width: 860px;
	height: 120px;
	padding-right: 0;
	text-align: center;
	padding-left: 175px;
}


#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	color: #666666;
}

#header a:hover {

}
#menu-wrap {
	margin-top: 0px;
	background-color: #2F2F2E;
}

#menu {
	width: 800px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	border: 1px solid #55BCB9;
	background-color: #55BCB9;
}
#menu2 {
	width: 800px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu2 a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu2 .first a {
	border: 1px solid #55BCB9;
	background-color: #55BCB9;
}
/* Content */

#content {
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1250px;
	padding: 9px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	height: auto;
	padding: 5px;
}
#wrapper2 {
	width: 100%;
	background-color: #2E2E2E;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D60000;
}
#colOne {
	float: left;
	width: 200px;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 10px;
	text-align: justify;
	font-style: normal;
	background-color: #FFFFFF;
}

#colOne img{
	margin-bottom: 15px;

}

#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 590px;
	margin-top: 10px;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	}

#colTwo table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 20px;

}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
	background-color: #FFFFFF;
	height: 80px;
}

#footer p {
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #000000;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer a {
	color: #D60000;

}

#footer a:hover {
	color: #FFCC00;

}
