
* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(images/bg-body.gif);
}

#header {
	height: 86px;
	background: url(images/bg-header.gif) repeat-x #006EB5;
	border-top: 2px solid White;
}

#deko {
	height: 17px;
	background: url(images/bg-deko.gif) no-repeat;
}


#photos {
	height: 103px;
	background: #ececec;
	border-top: 2px solid White;
}

#wrapper {
	background: url(images/bg-main.gif) repeat-y;
}

#container {
	width: 758px;
	margin-left:20px;
}

strong {
	color: #333333;
}

.spacer {
	clear: both;
	height: 15px;
}




#content {
	float:right;
	width:520px;
}

#content p 
{
	padding-left: 20px;
	line-height:18px;
	width: 450px;
	margin-bottom: 16px;
}

#content a 
{
	color: #006EB5;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content h1 
{
	font-size: 13px;
	padding-left: 20px;
	color: #006EB5;
	margin: 10px 0px 10px 0px;
	font-variant: small-caps;
	line-height: 22px;
	clear: both;
	letter-spacing: 1px;
}

#content h2 
{
	font-size: 13px;
	padding-left: 20px;
	color: #333333;	
	font-variant: small-caps;
	line-height: 18px;
	letter-spacing: 1px;
	padding-bottom:10px;
}

#content a.pdf
{
	background-image: url(images/icon-pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #0066cc;
}

#content p.pdf
{
	color: #333333;
	clear: both;
	margin-bottom: 40px;
	margin-left:10px;

}

#content img.space
{
	padding: 5px 10px 5px 2px;
	border: 0px;
	float: left;
}

#content p.table
{
	width: 60px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 5px;
}




#footer {
	height: 86px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(images/bg-footer.gif) no-repeat;
}

#footer p 
{
	padding-left: 10px;
	line-height:18px;
	width: 700px;
	margin-bottom: 16px;

}

#footer a 
{
	color: #333333;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
}


ol
		{
			list-style: square;
			padding: 0px 0px 0px 50px;
			width: 400px;
		}
		
li
		{
			margin-bottom: 12px;
		}
				

#navi 
{
	float:left;
	width: 238px;
}

#navi li, ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi a 
{
	display: block;
	width: 228px;
	height: 22px;
	margin-left: 0px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	line-height: 23px;
	border-bottom: 2px solid White;
	background: url(images/bg-navi.gif) no-repeat;
}

#navi p {
	margin-left: 0px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	line-height: 42px;
	border-bottom: 2px solid White;
	color: #333333;
}

#navi a.active {
	background-color: white;
	color: #333333;
}

#navi a:hover {
	background-color: #cccccc;
	color: #0066CC;
}




#header a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#header p {
	padding-left: 270px;
	padding-top: 45px;
	color: #FFFFFF;
}

#header a.active {
	color: #FFCB00;
}

#header a:hover {
	color: #FFCB00;
}



textarea {
	font-size: 12px;
	background-color: #EEF7FF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	width: 330px;
}

input {
	font-size: 12px;
	background-color: #EEF7FF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	width: 265px;
}


