body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	width: 970px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: 660px bottom;
	line-height: 1.4em;
	font-weight: normal;
}

#logo {
	height: 146px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	right: 0px;
	bottom: 0px;
	width: 310px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	}

#logo a {
	background-color: #FFFFFF;
	background-image: url(images/cicy-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 146px;
	width: 310px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu {
	width: 300px;
	margin: 0px;
	color: #047BC1;
	position: absolute;
	left: 0px;
	top: 150px;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px;
}

#menu li {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}	

#menu a {
	color: #047BC1;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	display: block;
	height: 40px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(images/menu_item_bg.gif);	
	background-repeat: no-repeat;
	background-position: left top;	
}
	
#menu a.active {
	color: #FFFFFF;
	background-image: url(images/menu_item_bg.gif);	
	background-repeat: no-repeat;
	background-position: left top;	
}	
	
#content {
	display: inline;
	width: 420px;
	height: 100%;
	float: left;
	padding: 18px;
	padding-top: 0px;
	margin-top: 66px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 315px;	
	border-right-width: 1px;	
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #047BC1;
	line-height: 20px;
	word-spacing: 1px;
}

#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#content h1 {
	margin-top: 0px;
	color: #004989;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: normal;
}

#content h2 {
	margin-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: normal;
}

#content h3 {
	margin-top: 0px;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#content a {
	color: #004989;
}

#content a:hover {
	color: #004989;
	text-decoration: underline;
}

#content ul {
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 16px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: square;
}

#content ol {
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 23px;
}	
	
#content li {
	margin: 0px;
	padding: 0px;
}

#footer {
	display: inline;
	float: left;	
	margin: 0px;
	padding: 0px;
	padding-top: 66px;
	padding-left: 0px;	
	position: absolute;
	left: 790px;
	top: 0px;	
}	

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer li {	
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
	
#footer img {
	border: 0px;
}

#language ul {
	position: absolute;
	top: 0px;
	left: 660px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#language li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	
#language a {
	color: #047BC1;
	text-decoration: none;
	width: 75px;
	height: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #047BC1;
	padding-left: 10px;
	padding-top: 3px;
	display: inline-block;
	margin: -10px;
	margin-top: 0px;
}

#language a:hover {
	color: #FFFFFF;
	background-image: url(images/header_item_bg.png);	
	background-repeat: no-repeat;
	background-position: left top;	
}
	
#language a.active {
	color: #FFFFFF;
	background-image: url(images/header_item_bg.png);	
	background-repeat: no-repeat;
	background-position: left top;	
}		

#form label {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

#form legend {
	font-size: 0.9em;
	font-weight: bold;
}
	
.clear {
	clear: both;
}

#content td {
	vertical-align: top;
	padding: 10px;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 0px;
}

#content input {	
	border-width: 1px;
	border-style: solid;
	border-color: #047BC1;
	width: 300px;
}
	
#content select {	
	border-width: 1px;
	border-style: solid;
	border-color: #047BC1;
}	

