body {
	margin:0px;
	padding:0px;
	background-color:#FDFDDC;
	color: blue;
	font-family: serif,Arial,sans-serif;
	font-size: 18px;
	/*background-image: url(../img/background.jpg);*/
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
	margin: 0px;
}

h3 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px solid black;
}

a.noLink {
	color:inherit;
	text-decoration: inherit;
	cursor: text;
}

.header {
	height: 155px;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
	/*margin-bottom: 20px;*/
}

.header div.log {
	font-size:14px;
	position:absolute;
	right:10px;
	top:50px;
}

div.menu {
	position: absolute;
	left:0px;
	top: 100px;
	text-align: center;
	width: 100%;
}

div.menu a {
	color:#296CF6;
	font-size: 18px;
	font-family: serif; 
	font-weight: bold;
	text-decoration: none;
	margin-right: 2em;
}

div.menu a:hover {
	color: red;
}

div.container {
	width: 80%;
	margin: auto;
	/*border: 1px solid blue;*/
	padding: 20px;
}

div.container p {
	font-size: 18px;
}

div.container p:first-letter {
	font-size: 25px;
	font-weight: bold;
}

fieldset {
	vertical-align: top;
	background:#C7D6DD none repeat scroll 0%;
	border-color: #6587B4;
	border-style: solid;
	border-width:1px 1px 1px 3px;
	padding:10px;
}

fieldset label, div label {
	text-align:left;
	vertical-align: top;
	font-style: italic;
	color: blue;
	width: 100px;
	clear:both;
	display:block;
	float: left;
}

fieldset input, fieldset select, div input, div select {
	display: block;
	float: left;
	margin:0px;
	margin-bottom:5px;
	width: 150px;
}

fieldset textarea, div textarea {
	width: 250px;
	display: block;
	float: left;
	margin-bottom:10px;
}

fieldset legend {
	font-weight: bold;
}

a.button {
	background-image:url(../img/button-bkg.gif);
	background-repeat:repeat-x;
	border:0 solid black;
	color:white;
	display:block;
	font-family:"Trebuchet MS",Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size:14px;
	font-weight:700;
	height:39px;
	line-height:35px;
	margin:5px;
	padding:0;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}



