html {
	height: 100%;
}

em, a, a:visited, h1, h2,
.menu1_item_active, .menu2_item_active, .menu1_item_active a:link, .menu2_item_active a:link, .menu1_item_active a:hover, .menu2_item_active a:hover, .menu1_item_active a:visited, .menu2_item_active a:visited
{
	color: #FF8500;
}

.menu1_item, .menu1_item_home, .menu2_item, .menu1_item a:link, .menu2_item a:link, .menu1_item_home a:link, .menu1_item a:visited, .menu2_item a:visited, .menu1_item_home a:visited, .csc-menu a, .csc-menu a:visited 
{
	color: #999999;
}

a:hover, .menu1_item a:hover, .menu2_item a:hover, .menu1_item_home a:hover, .csc-menu a:hover  {
	color: #FF6000;
}

body, h3, .csc-mailform-field input, .csc-mailform-field textarea
{
	color: #666666;
}

body {
	font-family: Arial, Univers, Helvetica, sans-serif;
	margin: 40px;

	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left bottom; 
	/* background-position: 0 500px;*/
	
	font-size: 12px;
}

img {
	border: 0px;
}

h1, h2 {
	font-size: 20px;
	padding-bottom: 10px;
	font-style: italic;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}


em {
	font-style: normal;
}


a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	margin-bottom: 20px;
}

#content {
	margin-right: 390px;
}

#content ul {
	list-style-image: url(images/marker2.gif);
	paading-bottom: 8px;
}

#content li {
	padding-bottom: 9px;
}

#menuspace {
	position:absolute;
	right: 50px;
	top: 80px;
	width: 380px;
	
	text-align: right;
	
	border-right: 1px solid black;

	margin-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;

	min-height: 400px;
}

.menu {
	list-style-type: none;
}

.menu1_item, .menu1_item_home {
	padding-right: 12px;
	background-image:url(images/marker.gif);
	background-repeat:no-repeat;
	background-position: 100% 70%;
	}

.menu1_item_home {
	background-position: 100% 80%;
	}


.menu1_item_active {
	padding-right: 12px;
	background-image:url(images/marker_a.gif);
	background-repeat:no-repeat;
	background-position: 100% 70%;
	}
	
.menu1_item, .menu1_item_active {
	padding-top: 4px;
	font-size: 14px;
}

.menu2_item, .menu2_item_active {
	padding-right: 12px;
	padding-top: 0.5px;
	font-size : 11px;
}

.menu1_item_home {
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}

.menu1_item_active a, .menu2_item_active a, .menu1_item a, .menu2_item a
{
	text-decoration: none;	
}

.menu1_item_home a 
{
	text-decoration: none;
}

.menu1_item_sep {
	margin-bottom: 50px;
}

.csc-mailform {
	border-width:0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.csc-mailform-field label {
	width: 8em;
	display: block;
	float: left;
}

.csc-mailform-field input,  .csc-mailform-field textarea{
	font-family: Arial, Univers, Helvetica, sans-serif;
	font-size: 12px;
	width: 30em;
	margin-bottom: 3px;
}

.csc-mailform-submit {
	margin-left: 8em;
}

.csc-menu li {
	font-size: 13px;
	padding-bottom: 16px;
}

.csc-menu a {
	text-decoration: none;
}

.important {
	color: red;
}

