/* --------------------------------------------------------------------------------
	colors
	
	background				#c5e6ff		blue shade 1 (lightest)	
							#59a9ff		blue shade 2 (darker)
							#0068a7
-------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
*							{ margin:0; padding:0; }
body						{ height:100%; max-height:100%; overflow:hidden; border:0px none; }

body, input, p, select,
table, textarea				{ font-family:Verdana, Tahoma, sans-serif; font-size:12px; color:#000; font-weight:normal; }

a							{ text-decoration:none; font-weight:normal; color:#0000ff; }
a:hover						{ text-decoration:underline; }
hr							{ clear:both; border:1px none; height:2px; margin:8px 40px; background:#c5e6ff; color:#c5e6ff; }
hr.hidden					{ clear:both; border:1px solid #fff; margin:0; background:transparent; }
img							{ border:0px solid; }
img.left					{ float:left; margin-right:8px; }
img.center					{ text-align:center; display:block; margin-left:auto; margin-right:auto }
img.right					{ float:right; }

li							{ margin:0 0 5px 0; }
* html li					{ margin:0 0 5px 15px; }

ol							{ margin:5px 0 10px 30px; }
* html ol					{ margin:5px 0 10px 18px;  }

ul							{ margin:5px 0 10px 30px; list-style:circle; }
* html ul					{ margin:5px 0 10px 18px;  }

table						{ border-collapse:collapse; }
td							{ vertical-align:top; }
tr							{ }


/* --------------------------------------------------------------------------------
	content
-------------------------------------------------------------------------------- */
.c0							{ z-index:1; position:absolute; top:10px; right:10px; bottom:22px; left:10px; text-align:center; overflow:hidden; }
* html .c0					{ width:100%; height:100%; 
								top:0; right:0; bottom:0; left:0; 
								border-top:10px solid #fff;
								border-right:10px solid #fff;
								border-bottom:22px solid #fff;
								border-left:10px solid #fff;
							}

.c1							{ z-index:2; position:absolute; bottom:0; width:100%; height:12px; overflow:hidden; }
.c1 a						{ text-decoration:none; padding:0; font-weight:normal; color:#000; }
.c1 a:hover					{ text-decoration:none;  }
.c1 p						{ color:#909090; text-align:center; font-size:9px; }


.c00						{ width:100%; height:100%; text-align:left;}

.c01						{ position:absolute; top:0px/*+2*/; bottom:0px/*+2*/; left:0px/*+2*/; right:0px/*+2*/; width:auto; height:auto; overflow:auto; }
* html .c01					{ left:0; top:0; bottom:0; width:100%; height:100%; 
								border-left:0px solid #fff/*+2*/; border-right:0px solid #fff/*+2*/; border-top:0px solid #fff/*+2*/; border-bottom:0px solid #fff /*+2*/; }
.c01 a						{ color:#0000ff; }
.c01 a:hover				{ text-decoration:underline }
.c01 h1,
.c01 h2,
.c01 h3,
.c01 h4,
.c01 h5,
.c01 h6						{ padding:4px 10px 0 10px; }
.c01 p 						{ padding:12px 10px; font-weight:normal; }


.c02						{ position:absolute; top:0px /*+2*/; bottom:0 /*+2*/; left:0; width:0; height:auto; overflow:hidden;}
* html .c02					{ top:0; bottom:0; height:100%; border-top:70px solid #fff; border-bottom:24px solid #fff; }

.c03						{ position:absolute; top:0px /*+2*/; bottom:0 /*+2*/; right:0; width:0; height:auto; overflow:auto; }
* html .c03					{ top:0; bottom:0; height:100%; border-top:0px solid #fff; border-bottom:0px solid #fff; }
.c03 p 						{ padding:4px 10px; font-weight:normal; }

.c04						{ position:absolute; left:0/*ie*/; top:0; width:100%; height:0; overflow:hidden; text-align:center; }
.c04 p						{ font-size:50px; text-align:center; font-weight:bold; color:#59a9ff; padding:0; margin:0;}

.c05						{ position:absolute; left:0/*ie*/; bottom:0; width:100%; height:0px; overflow:hidden; text-align:center;  }
.c05 a						{ text-decoration:none; padding:1px 2px 1px 2px; color:#606060; font-weight:normal; }
.c05 a:hover				{ text-decoration:none; background:#fff; color:#000; }
.c05 p						{ padding:2px; color:#606060; text-align:center; }



body						{ background:#fff}
.c0							{ background:#fff; }
.c1							{ background:#f0f0f0; }
.c00						{  }
.c01 						{ background:#fff; }
.c02						{ background:#fff; }
.c03						{ background:#fff; }
.c04						{ background:#fff; }
.c05						{ background:#fff; }




/* --------------------------------------------------------------------------------
	columns
-------------------------------------------------------------------------------- */
.column_2,
.column_3, .column_32,
.column_4, .column_42, .column_43
.column_5, .column_52, .column_53, .column_54
							{ float:left; padding:0; margin:0; text-align:left; overflow:hidden }
.column_2, .column_42		{ width:49% }
.column_3					{ width:33% }
.column_32					{ width:65% }
.column_4					{ width:24% }
.column_43					{ width:74% }
.column_5					{ width:19% }
.column_52					{ width:39% }
.column_53					{ width:59% }
.column_54					{ width:79% }

/* --------------------------------------------------------------------------------
	menu
-------------------------------------------------------------------------------- */
.menu						{ z-index:2; text-align:left; padding:8px 8px; border-bottom:2px solid #fff; }
.menu a						{ display:block; color:#0068a7; font-weight:normal; text-decoration:none; padding:4px; }
.menu a:hover				{ background:#fff; color:#000; text-decoration:none; }
.menu a.active				{ background:#0068a7; color:#fff; }
.menu a:hover.active		{ background:#fff; color:#0068a7;  }
.menu p						{ font-size:10px; }

/* --------------------------------------------------------------------------------
	various *
-------------------------------------------------------------------------------- */
.box						{ padding:8px; margin:10px; overflow:hidden; border:2px solid #59a9ff; text-align:center; }
.box10						{ padding:8px; margin:10px 10%; overflow:hidden; border:2px solid #59a9ff; text-align:center; }
.button						{ width:auto; overflow:visible;/*ie*/ padding:0 4px; color:#4e2400; }
.center						{ text-align:center; }
.key						{ display:none; }
.key2						{ position:absolute; top:0; left:0;background:#f0f0f0; z-index:10; color:#0000ff;}
.right						{ text-align:right; }
