BODY
{
    FONT-SIZE: 12pt;
	COLOR: #000000;
    FONT-FAMILY: Arial, Sans serif;
    BACKGROUND-COLOR: #CDDAEA;
	margin:0;
	padding:0;
}

IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
	margin:0px 0px 0px 0px;
	float:none;
}

a {
color:#4682B4;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#006699;
text-decoration:underline;
}

#banner
{
    TOP: 0px;
    LEFT: 0px;
    FLOAT: none;
    POSITION: absolute;
    HEIGHT: 80px;
    WIDTH: 100%;
    BORDER-BOTTOM: #0099CC 1px solid;
	background:#004195 url(../../images/sky_1600.jpg) top left no-repeat;
	
}
#footer {
background:#3C6FA8 url(../../images/footer_1600.jpg) top left  no-repeat;
BORDER-TOP: #0099CC 1px solid;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:12px;
padding:0;
TOP: 110px;
LEFT: 0px;
FLOAT: none;
POSITION: absolute;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:165px;
font-size:10px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
float:right;
margin-left:10px;
}

#rightside img{
margin-right:10px;
}


#leftside h1,#rightside h1 {
color:#006699;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:1.1em;
line-height:1.1em;
margin:0 0 16px 10px;
}

/*** Content ***/

#content,#contentalt,#contentaltdg {
background-color:#fafcff;
BORDER: #0099CC 1px solid;
color:#2a2a2a;
padding:15px 20px 30px;
min-height: 395px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}
#contentaltdg {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2,#contentaltdg h1,#contentaltdg h2 {
background-color:inherit;
color:#000000;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin-bottom:30px;
padding:0;
}

#content h1,#contentalt h1,#contentaltdg h1 {
text-align: center;
margin-bottom: 40px;
}

#content h2,#contentalt h2,#contentaltdg h2 {
color:#006699;
font-size:1.3em;
margin:50px 0 30px 0;
}

#content h3,#contentalt h3,#contentaltdg h3 {
font-size:1.2em;
margin-bottom:30px;
margin-top:30px;
color:#606060;
}

#content img, #contentalt img {
border:0px solid #b0b0b0;
float:none;
margin:5px 15px 6px;
padding:5px;
}

#contentaltdg {
border:0px;
}

#content table, #contentalt table{
font-size: 12px;
}

#content td, #contentalt td{
margin: 0px;
padding: 0px;
}

#content ul, #contentalt ul{
	list-style:none;
	margin-top: 30px;
}

#content li, #contentalt li{
	background-image: url(../../images/misc/white_star.png);
	background-repeat: no-repeat;
	background-position: 0.1em 0.3em;
	text-align:left;
	padding-left: 40px;
	margin-left: 10px;
	margin-bottom: 15px;
	height: 30px;
}


INPUT.text
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: white;
}
INPUT.submit
{
	BACKGROUND-COLOR: white;
	font-size:1.0em;
}
FONT.error
{
	font-size:1.1em;
	COLOR: crimson;
}
.box
{
    BORDER: #0099CC 1px solid;
}

#tablefilter
{
    BACKGROUND-COLOR: #E3F5FB;
    TEXT-ALIGN: left;
    BORDER-RIGHT: #99CCFF 1px solid;
    BORDER-TOP: #99CCFF 1px solid;
    BORDER-LEFT: #99CCFF 1px solid;
    BORDER-BOTTOM: #99CCFF 1px solid;
	COLOR: Black;
	PADDING-LEFT: 5px;
}
#tablefilter td
{
    BACKGROUND-COLOR: #E3F5FB;
    TEXT-ALIGN: left;
    BORDER: #99CCFF 0px solid;
    COLOR: Black;
	PADDING-LEFT: 5px;
}

#tableregister td
{
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 20px;
}

#news_flash {
	background:#FFFFFF url(../../images/misc/new.gif) top right no-repeat;
	color:#000000;
	padding:10px;
	BORDER: #00CD00 1px solid;
}

.free {
	color: #00CD00;
	font-weight: bold;
	margin: 0 10px 0 10px;
}


INPUT.button
{
    BACKGROUND-COLOR: white;
    BORDER-BOTTOM: #0099CC 1px solid;
	BORDER-RIGHT: #0099CC 1px solid;
	BORDER-TOP: #99CCFF 1px solid;
	BORDER-LEFT: #99CCFF 1px solid;
    BORDER-BOTTOM: none;
	 BORDER-RIGHT: none;
	 BORDER-TOP: none;
	 BORDER-LEFT: none;
	 BACKGROUND-IMAGE: url(../images/blue.gif);
    FONT-SIZE: 9pt;
}

#leftside ol {
font-size:11px;
margin:10px;
padding:10px;
}

#leftside li {
color:#4682B4;
font-weight:bold;
margin:10px;
}


#leftside a {
color:#4682B4;
font-weight:bold;
text-decoration:none;
}

#leftside a:hover {
color:#006699;
text-decoration:underline;
}

#leftside a.active {
color:#006699;
text-decoration:none;
}

#lang
{
    margin: 5px;
	float: right;
}

#iconsize
{
    float: right;		
}

#iconsize IMG
{
   margin: 0;
}
