body
{
	margin: 0px;
	padding:0px;
	padding-bottom:30px;
	text-align: left;
	font-family:   Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 17px;
	color:#333;
	background-image:url(../images/back-main.gif); 
}

h1 {	
	text-align: left;
	margin: 0px;
	font-size:32px;
	color:#fff;
}

h2 {	
	text-align: left;
	font-size:22px;
	color:#243b3f;
	line-height:28px;
	margin:0px;
	/*display:inline;*/
}

h2 a {	

	color:#243b3f;
	text-decoration:none;
}

h2.orange {	
	text-align: left;
	font-size:22px;
	color:#ff7a27;
	position:relative;
	display: inline;
}

h3 {	
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#4c929c;
	display:block;
}

h3 a {	

	text-decoration:none;
}

h3.darkteal {	
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#365b61;
}

h6 {	
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#ff0000;
	display:block;
}

p {	
	text-align: left;
	margin: 0px;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

a {	
	text-align: left;
	color:#4c929c;
	font-weight:bold;
	text-decoration:none;
	text-decoration:underline;
}

a:hover {
	color:#285157;
	text-decoration:none;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
	overflow:hidden;
	background-color:#fff;
}



#trail {
    width: 936px;
	height:24px;
	padding-left:24px;
	padding-right:20px;
	padding-top:7px;
	overflow:hidden;
	float:left;
	background-image:url(../images/trail/back-trail.gif);
}

#trail a {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 3px 0px 12px;
    color: #333333;
	background-image:url(../images/trail/trail-arrow.gif); background-repeat:no-repeat;
}

#trail a:hover {
    color: #666666;
    background: url(../images/trail/trail-arrow-roll.gif); background-repeat: no-repeat;
}

#trail a.first {
    padding-left: 0;
    background-image: none;
}
  



/*******************************************************/
/*******************************************************/
/* TITLES                                          
/*******************************************************/
/*******************************************************/

#title-container {
	width: 980px;
	margin-top:1px;
	overflow:hidden;
	float:left;
}

#title-intro {
	width: 521px;
	height:260px;
	padding-left:40px;
	float:left;
	background-image:url(../images/titles/title-back.gif);
}

#title-intro-blank {
	width: 521px;
	padding-left:40px;
	padding-bottom:20px;
	float:left;
	background-image:url(../images/titles/title-back-blank.gif); background-repeat:no-repeat;
}

#title-intro-blank h1 {
	display: block;
	margin-top:28px;
	margin-bottom:10px;
	font-size:28px;
	line-height:30px;
	color:#243b3f;
}

#title-intro-blank h2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:12px;
	color:#243b3f;
}

#title-intro p {
	font-size:14px;
	margin-top: 6px;
	line-height:18px;
	color:#333;
}

#title-image {
	width: 419px;
	float:left;
}


/* Extra Styles */
.warning {
    color: [% rgb.red %];
}

.warning_sign {
    padding: 80px 20px 20px 80px;
    margin-top: 80px;
}

.warning_sign .headline {
    color: red;
}

h1.headline {
    margin: 10px;
    padding: 0;
    font: 26px [% font.head %];
    font-weight: normal;
}


