* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

body{
	text-align: center;
	padding: 0px;
	margin: 0px; 
	width: 100%;
	background: #ffffff;
}

#main_container{
	width: 932px;
	margin: 15px auto 0px auto;
	text-align: left;
}

#left_column{
	width: 692px;
	float: left;
}

#right_column{
	width: 230px;
	margin: 0px 0px 0px 10px;
	float:right;
}

#home{
	width: 210px;
	height: 50px;
	margin: 51px 3px 0px 0px;
	padding: 0px 17px 0px 0px;
	font-size:10px;
	text-align: right;
	background: #ffffff url('graph/home.gif') no-repeat scroll top right; 
}

#footer{
	width: 932px;
	padding: 15px 0px 10px 0px;
	text-align: right;
}

.footer_menu{
	float: left;
	text-align: left;
}

#footer_logic{
	float: right;
}

#flash{
	width: 692px;
	height: 310px;
	background-color: #ffffff;
}

#side{
	width: 192px;
	padding: 10px 0px 0px 5px;
	float: left;
}

#menu{
	width: 170px;
	height: 120px;
	margin-left: -5px;
	padding: 0px 0px 20px 0px;

}

#content{
	width: 495px;
	margin-top: 9px;
	background: #ffffff url('graph/content_gradient.gif') repeat-x scroll top left;
	float: right;
}

#content h1 {margin:0; font-size:1.2em; padding:5px 10px 5px 10px;}
#content p { margin:0; padding:5px 10px; text-align: justify;}
/* Corners */

.xsnazzy h1, .zsnazzy h1 {margin:0; font-size:1.2em; padding:0 10px 5px 10px; border-bottom:1px solid #444;}
.xsnazzy p, .zsnazzy p { margin:0; padding:5px 10px; font-size:10px;}
.xsnazzy {background: transparent; width:230px; float:left; margin:0px; padding-bottom: 10px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #444; border-right:1px solid #444;}
.xb1 {margin:0 5px; background:#444;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #444; border-width:0 1px;}
* html .xboxcontent {height:1px;}

.color_a {background: #000000 url('graph/box_gradient.gif') repeat-x scroll top left; color:#fff;}
.color_b {background: #d4d8bd; color:#000;}
.color_c {background: #758279; color:#fff;}

/* Rest */

strong{
	color: #777777;
}

table.table_content{
	margin: 0px 10px 0px 10px;
}

table.table_content td {
	
}

ul {margin-top: 0px; margin-bottom: 0px; margin-left: 25px; padding: 0px; list-style-position: outside;}

img.icon{
	height: 16px;
	width: 16px;
	border: 0px;
}

img.icon_pad{
	height: 16px;
	width: 16px;
	border: 0px;
	margin-right: 5px;
}

span.press_desc{
	color: #999999;
	font-style: italic;
	padding: 0px 0px;
	margin: 0px;
}

span.file_desc{
	color: #999999;
	font-style: italic;
	padding: 0px 0px;
	margin: 0px;
}

p.press_file{
	border-bottom: 1px dashed #cccccc;
}

div.news {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a.gallery{
	text-decoration: none; 
}

td.gallery{
	padding: 5px 5px;
	text-align: center;
}

span.gellery{
	border: 0px;
	text-decoration: underline;
}

img.photo{
	border: 0px;
	text-decoration: none;
}

div.read_more{
	text-align: right;
	padding: 0px;
	padding-right:10px;
	margin:0px;
}



