/** html * {
	zoom:100%; 
	}*/
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	}
.float_left {
	float:left;
	margin: 0 0.625em 0.625em 0;
	}
.float_right {
	float:right;  margin: 0 0 .3em .3em;
	}
#content_inner .float_left img {
	border: 2px solid #000;
	}
body {
	/*background-image: url(../images/main_body.jpg);*/
	background-color:#216080;
	}
#main_wrapper {
	background-color: #6699cc;

	}
#header {
	background-color:transparent;
	background-repeat: no-repeat;
	background-image: url(../images/main_header.jpg);
	}
#left {
	background-color:transparent;
	background-repeat: no-repeat;
	background-image: url(../images/main_left.jpg);
	}
#content {
	background-color:#009999;
	background-repeat: no-repeat;
	background-image: url(../images/main_content.jpg);
	}
#right {
	background-color:#336633;
	background-repeat: no-repeat;
	}
#right_up {
	background-image: url(../images/main_right_up.jpg);
	}
#right_flash {
	background-image: url(../images/main_right_midle.jpg);
	}
#right_down {
	background-image: url(../images/main_right_down.jpg);
	background-repeat: no-repeat;
	}

#footer {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/main_footer.jpg);
	}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 
/* TEXT COLORS */
h1, h2, h3 {
	color:#FFFFFF;
	}
h4, h5, h6 {
	color:#2b4a83;
	}
p {
	color:#18445a;
	}
ul, ol, dl, blockquote, cite {

	}
#left ul, #left a {
	color:#FFF;
	}
table, form {
	color: #FFFFFF;
	}
a {
	color:#FFFFFF;
	}
a:hover, #left a:hover {
	/*color:#CCFF00;*/
	}	
#footer p {
	margin:0;
	}

/* FONT SIZES */
h1 {font-size:1.375em; /* 22pt */
	margin-bottom:0.5em;
	}
h2 {
	font-size:1.125em; /* 18pt */
	padding:.5em 0 0 0;
	line-height: 1.25em;
	}
h3 {font-size:1em; /* 16pt */
	line-height:1.25;
	}
h3 a {font-size:1em; /* 16pt */
	}
h4 {font-size:.875em; /* 14pt */
	}
h5 {
	font-size:0.8em;
	margin-bottom: 0.2em;
	}
h6 {font-size:.8em; /* 12pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	font-size:.8em;
	text-decoration:none;
	outline-style: none;
	}
a:hover {
	text-decoration: overline;
	}
ul, dl, ol {
	margin:0 1em .75em 1em; /* lists without specific classes */
	line-height:1.5;
	}
li, dd {
	padding:0em 0; /* lists without specific classes */
	margin-left:1em;
	}
#left ul, #left dl, #left ol {
	margin:.5em 1em .75em 1em; /* lists without specific classes */
	}
#left li {
	list-style-type:none;
	margin-left:0
	}
#right ul, #right dl, #right ol {
	margin:.5em 1em .75em 1em; /* lists without specific classes */
	}
#right li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
	}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
	}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
