/* CSS Document */
*,html {
	padding: 0;
	margin: 0;
}

body {
	background:url(../grfx/internal-bg.gif) top left repeat-x;
	background-color: rgb(237,30,37);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

a , a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#leftcol a {
	color: #FFFFFF;
}


.logo {
	display: block;
	float: right;
}

.main-footer p {
	font-size: 0.9em;
	margin-left: 20px;
	padding-top: 48px;
	margin-right: 30px;
	color:#CCCCCC;
}

.main-footer a {
	color: #CCCCCC;
}

.main-footer .footnote-left {
	float: left;
}

.main-footer .footnote-right {
	float: right;
}

.testimonial {
	font-size: 0.8em;
	font-style:italic;
	padding-top: 30px;
	text-align:justify;
	color: #FFFFFF;
}

.text-right {
	text-align: right;
}

.main-content ul {
	margin-left: 25px;
	list-style-position: inside;
}

.main-content {
	font-size: 0.9em;
	color: #82868A;
}

.main-content p {
	text-align: justify;
}

.main-content a {
	color: #82868A;
	font-weight: bold;
}


h2 {
	margin-top: 20px;
	font-size: 1.1em;
	color: #EA2227;
	padding-bottom: 10px;
}

h3 {
	padding-bottom: 10px;
}


p {
	padding-bottom: 1.0em;
}

ul {
}

.float_right {
	float: right;
}


.img_right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.img_left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.img_top {
	margin-top: 0px;
}

.img_bottom {
	margin-bottom: 0px;
}
 
.more_bottom {
	margin-bottom: 15px;
}

img {
	border: none;
}