﻿/* MAIN LAYOUT */
/* ----------- */
body 
	{
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: #000000;
	}
#wrapper
	{
		width: 949px;
		margin: 0px auto;
		text-align: center;
	}
.custom
	{
		display: block;	
		background: black url('images/body_bg.jpg') no-repeat center top;
	}	
#top_boxes
	{
		height: 230px;
		background-image: url('images/top_boxes.jpg');
	}
#links
	{
		width: 949px;
		height: 35px;
		background-image: url('images/but_bg.jpg');
	}
#logo
	{
		height: 178px;
		background-image: url('images/logo3.jpg');
	}
#content
	{
		width: 899px;
		padding: 25px;
		position: relative;
		text-align: justify;
	}
#flash
	{
		width: 949px;
		padding: 0px;
		position: relative;
	}
#footer
	{
		font: normal 8pt arial;
		width: 949px;
		height: 15px;
		color: #ffffff;
		padding: 10px 0px;
		text-align: center;
		letter-spacing: 1px;
		background-image: url('images/footer_bg.jpg');	
	}
a:link.footer, a:visited.footer
	{
		font: normal 8pt arial;
		color: #ffffff;
		letter-spacing: 1px;
		text-decoration: none;
	}
a:active.footer, a:hover.footer
	{
		font: normal 8pt arial;
		color: #ffffff;
		letter-spacing: 1px;
		text-decoration: underline;
	}


/* FORMATTING */
/* ---------- */
a img
	{
		border: 0px;	
	}
p
	{
		font: normal 10pt arial;
		color: #ffffff;
		margin: 10px 0px;
		text-align: justify;
		line-height: 15pt;
	}
p.bold
	{
		font: normal bold 11pt arial;
		color: #ffffff;
		margin: 10px 0px;
		text-align: justify;
		line-height: 15pt;
	}
p.open
	{
		line-height: 50px;	
	}
img.heading
	{
		margin: 2px 0px;	
	}
h1
	{
		font: normal 16pt arial;
		color: #F157B5; 
		margin: 10px 0px;
		line-height: 20pt;
	}
h2
	{
		font: normal bold 13pt arial;
		color: #F157B5/*98dd31*/; 
		margin: 10px 0px;
		line-height: 20pt;
	}
h3
	{
		font: normal bold 11pt arial;
		color: #F157B5/*fd9300*/; 
		margin: 10px 0px;
		line-height: 20pt;
	}
h4
	{
		font: normal bold 10pt arial;
		color: #F157B5/*0face0*/; 
		margin: 10px 0px;
		line-height: 20pt;
	}
ul	{
		color: #e38dc3;
		margin: 5px 10px 5px 10px;
		padding: 5px 10px 5px 10px;
	}
li
	{
		margin: -2px 0px 0px 0px;
		padding: -2px 0px 0px 0px;	
	}
li p
	{
		font: normal 10pt arial;
		color: #ffffff;
		margin: 1px 0px 0px 0px;
		padding: 1px 0px 0px 0px;
		text-align: left;	
	}
.h1_small
	{
		font: italic normal 12pt arial;
	}
a.branch:link, a.branch:visited {
	font: italic 9pt arial;
	color: #f157b5;
	text-decoration: none;
}
a.branch:hover, a.branch:active {
	font: italic 9pt arial;
	color: #f157b5;
	text-decoration: underline;
}
	
.color1 { color: #fd9300; } /* orange */
.color2 { color: #98dd31; } /* green */
.color3 { color: #0face0; } /* blue */
.color4 { color: #e38dc3; } /* pink */
.color5 { color: #F157B5; } /* dark pink */