/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF url(../images/bg.png) repeat-y center;
	color: #000;
	//font-size: 67.5%;
	//font-size: 11px;
	//font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	line-height: 1.3em;
	text-align: center;
}

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, h5, h6 {
	color: #F09A2F;
	font-weight: bold;
	margin-bottom: 1em;
	//margin-bottom: 0.5em;
}

h4, h5, h6 {
	color: #000;
}

a { 
	color: #000;
}
a:hover { 
	color: #F09A2F;
}	


p { 
	font-size: 1em; 
	margin-bottom: 1.3em; 
} 

#center ol, #center ul, 
#right ol, #right ul { 
	list-style:disc;
	# was 1.3em
	margin-left: 0.6em;
	margin-bottom: 0.6em;
	padding-left: 1.6em;
}

#right ol, #right ul { 
	margin-left: 0.3em;
}

hr {
	background: #596975;
	color: #596975;
	clear: both;
	border: 0;
	height: 1px;
	display: block;
}

.clearer {
	background: #FFF;
	color: #FFF;
}

#noflash {
	color: #6C6E70;
	font-size: 0.9em;
	text-align: center;
}

#noflash h5 {
	color: #6C6E70;
}

.contenttable, .contenttable-1 table, .contenttable-1 td, .contenttable-1 th {
	border:1px solid #000000;
	text-align:left;
}

caption, th {
	padding:0.3em;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#back {
	background: url(../images/bg-header.png) no-repeat center top;
	width: 100%;
}

#header, #main {
	text-align: left;
}

#header img, #print img {
	border: none;
}

#logo {
	background: url(../images/logo.png) no-repeat left top;
	height: 83px;
	width: 202px;
	left: 0;
	top: 27px;
	position: relative;
}

#logo a {
	display: block;
	height: 83px;
	width: 202px;
	cursor: pointer;
}

#img-bar { 
	background: url(../images/image-bar.jpg) no-repeat left top;
	height: 110px;
	width: 570px;
	left: 202px;
	top: 0;
	position: absolute;
	overflow: hidden;
} 

/* Frames /////////////////////////////////////////////////////////////////////////////////*/
.border-bot {
        background: url(../images/arrow-grey.gif) no-repeat left;
        border-bottom: 1px dashed #CCC;
        color: #6C6E70;
        //line-height: 40px;
        padding-left: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
}

.border-bot p {
        padding-left: 16px;
}


.border-bot-no-arrow {
        border-bottom: 1px dashed #CCC;
        color: #6C6E70;
        padding-left: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
}

.border-bot-no-arrow p {
        padding-left: 16px;
}

.frame-center-split {
	float: both;
	width: 100%;
	margin-bottom: 1.0em;
}


.frame-center-split {
	width: 50%;
	float: left;
	margin-bottom: 1.0em;
}

.frame-center-split p {
	padding-right: 8px;
}
	

/* Right /////////////////////////////////////////////////////////////////////////////////*/
#right, #right a {
	color: #6C6E70;
}

#right a:hover {
	color: #F09A2F;
}

#right h3, #right h4, #right h5 {
	color: #00662C;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

#right h5 {
	font-size: 1em;
}

.right {	
	background: url(../images/arrow-green.gif) no-repeat top left;
	margin-bottom: 1.3em;
	padding-left: 16px;
	float: left;
}

/* Footer  ////////////////////////////////////////////////////////////////////////*/
#footer{
	color: #A6A8AA;
	text-align: left;
}

