/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-16, 19:25 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body
{
	font: 0.8em/1.5 "arial", sans-serif;
	background-color: #FFF;
	color:000;
}
p {font-size: 12px;}
a {color:#00F;}
a:hover {color:#F00;}
img {border: none; }
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:4px 0;}
h1 {color:#000;font-size:18px;}
sup {vertical-align:top; background:transparent;}

h3 {font-size:140%;}

p.cleft {font-size: 13px;margin-bottom:12px;}
p.cleft_indent {font-size: 13px;margin-left:24px;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:800px; margin:0 auto; overflow:hidden;background-color: #9C0;}
	#header {width:800px; height:220px; overflow:hidden;background-color: #9C0;}
        #logo {position:relative; width:216px; height:232px; float:left;margin:0; padding:0;background-color: #9C0;}
		#title-box {position:relative;float:right;width:570px;background-color: #9C0;}
			#title-text-box {position:relative;float:right;width:500px;height:158px;background: url("../images/headingbg.gif") 0 0 no-repeat;margin:0;}
				#title-text{margin-left:72px;margin-top:34px;font-size:30px;}
			#top-images{position:relative;float:right;margin-right:70px;}
				.top-image { margin: 4px 4px 0px 4px; }
	#toplinks {width:800px; height:70px; overflow:hidden;text-align:center;background: url("../images/links_bg.gif") 0 0 no-repeat;vertical-align: middle;}
		#toplink-text {
			color: white;
			font-weight: bold;
			font-size:16px;
			margin-top:22px;
		}
		a.top-link {
			color: white;
			font-weight: bold;
			font-size:17px;
			text-decoration: none;
		}
		
		a.top-link:hover {
			text-decoration: underline;
		}
	#content {width:764px; overflow:hidden;position:relative; margin:0px 0px 0px 36px;}
		#content-topOLD {width:764px;position:relative;overflow:hidden;background-color: #FFF;}
			#content-top
			{
				position: relative;
				width: 702px;
				font-size: 12px;
				background-color: #FFF;
				padding: 10px 16px 2px 16px;
				margin-top: 0px;
				border:1px solid black;
			}
			#chart-img {margin-right:-16px;margin-top:2px;padding:0;float:right;position:relative;border:none;}

ul { padding-left: 24px; font-size:13px; margin-top:0px;margin-bottom:16px;}
ol { padding-left: 24px; font-size:13px; margin-top:0px;margin-bottom:16px;}
