/* universal elements */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #db0606;
}
a:hover {
	color: #000;
}
body {
	background: #cde7fd url(img/b.gif);
	color: #000;
	font: normal 63.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
	text-align: center;
	color: #555;
}

h2,h3 {
	font-size: 1.4em;
	color: #db0606;
	padding-top: 6px;
	text-align: center;
}

h4  {
        font-size: 1.2em;
	color: #000000;
	padding-top: 2px;
	text-align: left;
        font-family:Verdana;

}

img{  border: 1px solid #000; margin-left:3px; margin-right:2px; }

b {color:#555; text-decoration:underline;}

blockquote {
	background: url(img/quoteopen.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


blockquote {
	background: url(img/quoteopen.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}


.highlight { border:1px solid #bbb; background:#eee;  }


/* misc */
.clearer {
	clear: both;
	
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: #B3C2C7 url(img/header.jpg) center no-repeat;
	height: 120px;
	margin: 0 auto;
	width: 760px;
	
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #cde7fd url(img/bgnavigaton.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 26px;
	margin: 0 auto;
	padding: 0 0px;
	width: 760px;


}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 0px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 15px 12px 8px;
}



/* content */
.content {
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;	
	float: center;
	width: 99%;

	
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;

	

}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}