/* CSS Document */

body{
	background-color:#EDEDDA;
	margin:0px;
	padding:0px;
}

body, td, li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
}

#all {
	padding-bottom:20px;
}

#top {
	background:url(images/topbg.gif) repeat-x 0 0 #C9E2F6;
	height:125px;
}

#top #logoimg {
	/*position:absolute;*/
	/*left:309px;
	top:23px;*/
	margin-left:0px;
	margin-top:14px;
}

#top #logoadress {
	/*position:absolute;
	top:94px;
	left:160px;*/
	margin-left:160px;
	margin-top:13px;   
        float:left;
}

#submenu {
	width:775px;
	height:30px;
	text-align:right;
}

#contentwrap {
	background-color:#FDFDF8;
	padding:10px;
}

#menu {
    display:block;
	width:150px;
	height:400px;
	float:left;

}

#content {
	width:600px;
	margin-left:160px;
	min-height:400px;
}

#contentholder {
   width:780px;
}
#footer {
   width:780px;
   clear:both;
}

* div{
	border:0px solid #ffcc00;
}

img{
	border:0px;
}

.csc-caption {
	font-style:italic;
}

h1,h2,h3, h4 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	line-height:100%;
	padding:0px;
	clear:right;
}

h1,h2 {
	font-size:12px;
    margin-top:5px;
	margin-bottom:5px;
	color:#66468e;
}

h3{
 	font-size:11px;
	margin-top:2px;
	margin-bottom:2px;
}

h4,h5{
	font-size:10px;
	margin-top:2px;
	margin-bottom:2px;
}

p{
	margin:0px;
	padding:0px;
}

a {
	color:#000000;
}

