
/* main */

* {	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
 }

BODY {
	text-align: center;
	text-align: left;
}

A 			{ text-decoration: underline; color: #003366; }
A:visited 	{ color:#003366; }
A:hover		{ text-decoration: underline; color: #003366; }

IMG { border:0px; }

H1 { margin:0 0 20px 0px; font-size:26px; }
H2 { margin:0 0 20px 0px; font-size: 16px; }
H3 { font-size: 12px; }
H4 { font-size: 12px; }

HR { border:1px solid #EEEEEE; }

div .clear {
	clear:both;
}

/* common */

#main {
	margin: 0 auto; /*Center container on page*/
	width: 100%; /*Width of main container*/
	background-color:#FFFFFF;
	border:1px solid #CCC;
}

#main_big {
	width: 100%; /*Width of main container*/
	background-color:#FFFFFF;
}
#header {
	height:100px;
	background-color: #82F8E0;
	color: #003366;
	text-align:center;
	font-size:14px;
}
#header_logo {
	width:200px;
	height:60px;	
	border:0;
}
#header TD {
	font-size:20px;
}

#header_sup {
	position:absolute;
	top:4px;
	right:10px;
	width:400px;
	color:#F10E3B;
	text-align:right;
	font-size:10px;
}
#header_sup A {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#F10E3B;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#header_logo {
	position:absolute;
	top:20px;
	left:10px;
}
#header_text {
	position:absolute;
	top:30px;
	left:450px;
	font-size:18px;
	font-weight:bold;
}
#header_menu {
	height:20px;
	padding:3px;
	background-color:#82D4F8;
	text-align:right;
}
#header_menu LI {
	width:230px;
	margin-left:20px;
	margin-right:20px;
	display:inline;
}
#header_menu A {
	width:230px;
	text-decoration:none;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size:12px;
	font-weight:bold;
	color:#003366;
}
#header_menu A:hover {
	text-decoration: underline;
}
#header_menu A:visited {
}
#footer {
	padding:10px;
	background-color:#82F8E0;
	color:#666666;
	border-top:1px solid #DDD;
	border-bootom:1px solid #DDD;
	text-align:center;
	font-size:10px;
}
#footer A {
	font-size:10px;
}


#menu {
	background-color:#CCC;
}
#menu LI {
	margin-left:20px;
}


#navigation {
	background-color:#EEE;
}
#navigation UL {
	display:inline;
}
#navigation LI {
	display:inline;
}


	/* content */

#content {
	margin-top:0px;
	border-top:1px solid #DDD;
}
#content_col_left {
	background-color:#FAFAFA;
	border-right:1px dashed #DDD;
}
#content_left {
	padding:10px;
}
#content_right {
	padding:10px;
}
#content UL {
	margin-left:20px;
}

#download {
	width:240px;
	padding:10px;
}












	/* boxes */

.box {
	padding:8px;
	border:1px dashed #E4E2CB;
	background-color: #FFFFCC;
}
.box UL {
	padding-left:20px;
}

.box1 {
	background-color:  #F3F0E3;
}

.box_dark {
	padding:8px;
	border:10px solid #FFFFCC;
	background-color: #F10E3B;
	color:#FFFFFF;
}


	/* SECTIONS */


#download_table {
	border:1px solid #FFCCCC;
}
#download_table TH {
	padding:2px;
	background-color: #FFFFCC;
}
#download_table TD {
	padding:2px;
	background-color: #FAFAFA;
	font-family:"Courier New", Courier, mono;
}
