/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF url(../images/bg.gif) repeat-y left;
	color: #333;
	font-size: 80%; 
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4 {
	color: #CB0019;
	font-weight: bold;
	margin-bottom: 1em;
}

h5, h6 {
	color: #E85E3C;
	font-weight: bold;
	margin-bottom: 0.3em; 
}

p, .csc-frame  { 
/*	font-size: 1em; */
	margin-bottom: 1.3em; 
}

.csc-frame-frame1 { display: block; float: left; width: 45%; }
.csc-frame-frame2 { display: block; float: right; width: 45%; }

td p { 
	font-size: 0.9em;
}

.contenttable td {
	padding-right: 15px;
}
.contenttable img {
	vertical-align: middle;
	margin: 0em 1em 0em 0em;
}

#center ol, #center ul, 
#right ol, #right ul{ 
	color: #333;
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#center ol, #right ol { 
	list-style: decimal;
}

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

.csc-header {
clear: both;
}

.csc-linkToTop {
clear: both;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#header {
	background: #EE8132 url(../images/bg-header.gif) no-repeat bottom left;
	background: #D10F41 url(../images/bg-header.gif) no-repeat bottom left;
}

#logo {
	background: #FFF url(../images/logo.gif) no-repeat left top;
	height: 50px;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

#logo a {
	display: block;
	height: 42px;
	width: 132px;
	cursor: pointer;
	left: 0;
	top: 0;
	position: absolute;
z-index: 200;
}

#slogan {
	color: #FFF;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	left: 172px;
	top: 84px;
	position: absolute;
width: 620px;
}

#main a {
	color: #D10F41;
}

#main a:hover {
	color: #EE8132;
}

#toolbar {
text-align: right;
padding-bottom: 0.3em;
margin-bottom: 1.3em;
border-bottom: 0px solid #CCC;
}

#toolbar span {
padding-right: 4px;
}

.two-cols .csc-frame {
display: inline;
float: left;
width: 45%;
margin-right: 1.3em;
}

#right h1, #right h2, #right h3, #right h4 {
	margin-bottom: 0.3em;
}

b {
font-weight: bold;
}

i{
font-style:italic; 
}


