
/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-transform: lowercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #ee2d24;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #fcb53e;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(../Documents/Microsoft%20User%20Data/Saved%20Attachments/images/img02.gif) repeat-x left top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu { width: 770px; margin: 0 auto; padding: 8px 0 6px; background-color: #f6861f; height: 15px; }
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { background-color: #cc6600; padding: 8px 15px; }

/** CONTENT */

#content { background-color: #ffffff; width: 770px; margin: 0 auto; padding: 20px 0 0; }

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left { background: #ffffff; float: left; width: 480px; height: 2300px; padding: 0 20px 40px; }

#right { background: #ffffff; float: right; width: 210px; height: 2300px; padding: 0 20px 40px; }

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0 auto;
	border-top: 5px solid #f6861f;
	height:75px;
	bottom: -75px;
	background: #ffffff;
}

#footer_links {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin-top: 10px;
}

#footer_copyright { width: 99%; text-align: center; color: #838f91; margin-top: 18px; padding-right: 1%; font-size: 0.9em; background: #ffffff; }

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #4773C1;
}

#border-top {
	border-top: 5px solid #f6861f;
}
