

* {
	margin: 0;
	padding: 0;
}

body       { font-size: small; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background-color: #034c7d }

h1, h2, h3,h4  { color: #333333; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 20px }

h1     { font-size: 1em; font-family: "Cordia New"; text-transform: capitalize }
h2      { color: #1e90ff; font-weight: 600; font-size: 1.3em }
h3   { font-weight: bold; font-size: 1em; text-transform: none }
h4           { color: gray; font-weight: 500; font-size: 0.8em }
p, blockquote, ul, ol    { line-height: 1.5em; text-align: justify; margin-bottom: 1.5em }

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a  { color: gray; text-decoration: none }

a:hover  { color: #e50278; text-decoration: none }

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr     { background-position: left center; margin-bottom: 0; height: 0px }

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo         { background: white url(images/fi_logo.jpg); float: left; width: 240px; height: 150px }

#logo h1      { font-size: 2.6em; margin: 0; padding-top: 50px; top: 200px }

#logo h2   { font-size: 1em }

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu             { background: #01aef2 url(images/ice1.jpg) no-repeat left bottom; float: right; border-top: 3px solid #034c7d; width: 460px; height: 147px }

#menu ul    { color: navy; text-align: center; list-style-type: none; margin: 0; padding-top: 65px }

#menu li {
	display: inline;
}

#menu a   { color: #ffffff; font-weight: bold; text-decoration: none; padding: 0 20px; border-left: 1px solid #ffffff }

#menu a:hover    { text-decoration: underline }

#menu .first a {
	border: none;
}

/* Page */

#page   { margin: 0 auto; width: 700px }

/* Content */

#content    { background-color: white; float: right; padding: 20px; width: 420px; height: 450px }

/* form elements */
form       { background-color: #c2dceb; margin: 10px 15px; padding: 0 0 0 10pt; border: solid 1px #eee }
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea  { color: #777; font: 1em "Trebuchet MS", verdana, sans-serif; padding: 2px; border: solid 1px #eee; width: 350px; height: 100px; display: block }
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* Sidebar */

#sidebar              { color: #000000; background: #01aef2 url(images/logo1.bmp) no-repeat; float: left; padding: 20px; width: 200px; height: 450px }

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li    { list-style-image: url(images/bullet_blue.png); margin-bottom: 20px; margin-left: 20px }

#sidebar li ul {
	list-style: disc inside;
}

#sidebar li li {
	margin: 0;
}

#sidebar dl {
}

#sidebar dt {
}

#sidebar dd  { margin-bottom: 0px }

#sidebar ol {
	margin-left: 0;
	list-style-position: inside;
}

#sidebar h2    { color: #000000; background-position: left bottom; margin-bottom: 0px; padding-bottom: 0px }

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar a   { color: black }

/* Footer */

#footer      { font-size: 0.8em; text-align: center; margin: 0 auto; padding: 0px 0; border-top: 0px solid #ffffff; width: 700px }

#footer p   { color: silver; line-height: normal; text-align: center; margin: 0 }

#footer a {
	color: #999999;
}
