body {
	margin: 10px;
	padding: 0;
	background: #E3EFFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #356AA0;
	margin-bottom: 5px;
	font-size: 16pt;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 19pt;
}

h4 {
	padding: 0;
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 16pt;
}

p, ul {
	line-height: 18px;
	font-size: 11px;
}

a:link {
	color: #356AA0;
}

a:hover {
	text-decoration: none;
}


/* Texty */

.Standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;

}

.Larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;

}

.Smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9.6pt;
}
.Subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 0pt;
}
.Larger img {
	padding-right: 5px;
	padding-left: 5px;
}
.Standard img {
	padding-right: 5px;
	padding-left: 5px;
}
.Sectionhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 0pt;
}


/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: #CDEB8B url(gfx/template1.gif) no-repeat;
}

#header h1 a {
	text-decoration: none;
	color: #73880A;
	margin-left: 110px;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #FF7400 url(gfx/template2.gif) repeat-x;
	border: 2px solid #FF7400;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 5px;
	background: #FF7400 url(gfx/template2.gif) repeat-x left center;
	border: 2px solid #FF7400;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(gfx/template4.gif);
}

#colOne {
	float: left;
	width: 559px;
}

#colTwo {
	float: right;
	width: 155px;
	padding: 20px;
	background: url(gfx/template3.gif) repeat-x;
	border: 2px solid #CDEB8B;
}

#colTwo h4 {
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
}


/* Menu */
#maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
}

#maintab li{
display: inline;
margin: 2px 0;
}

#maintab li a{
	text-decoration: none;
	padding: 3px 3px;
	margin-right: 3px;
	color: black;
}

#maintab li a:hover{
	color: #FFFFFF;
	background-color: #ff7706;
}

#maintab li.selected a{ /*selected main tab style */
background-color: #cdeb8b;
border-color: navy;
}

#tabcontent{ /*2nd level content wrapper*/
border-right: 1px solid ##FF7400;
border-left: 1px solid ##FF7400;
border-bottom: 1px solid ##FF7400;
background-color: #cdeb8b;
height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
	display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
border-right: 1px solid #778;
color: navy;
padding: 2px 5px;
display: block;
float: left;
text-decoration: none;
}


#tabcontent ul li a:hover{
background-color: #dfffa9;
color: blue;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
