body {
	margin: 10;
	font-family: Verdana, Arial;
	font-size: 12;
	text-align: center;
	background-color: #EFF4FF;
}

div {
	text-align: left;
}

div#frame {
	margin: auto;
	width: 850;
	background-image: url('../../images/container_bg.jpg');
	background-repeat: repeat-y;
}

div#header {
	background-image: url('../../images/header.jpg');
	background-repeat: no-repeat;
	height: 150;
	color: gray;
}

div#container {
	padding: 10 40 40 25;
	background-image: url('../../images/container_bg.jpg');
	background-repeat: repeat-y;
}

div#navigation {
	width: 150;
	float: left;
	padding-top: 5;
}

div#content {
	margin-left: 150;
}

div#footer {
	clear: both;
	height: 146;
	background-image: url('../../images/footer.jpg');
	background-repeat: no-repeat;
}

#footer a {
	font-size: 10;
	color: white;
	text-decoration: none;
	position: relative;
	left: 30;
	top: 105;
}

#footer a:hover {
	color: #6D7C9F;
	background-color: white;	
}

/* Header */
#header div#commercials {
	/*border: 1px inset gray;*/
	position: relative;
	top: 30;
	left: 340;
	width: 470;
	height: 75;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 127;
}

#navigation li {
	padding: 5 10;
	margin: 0;
	color: #367F00;
	font-weight: bold;
}

#navigation li a {
	margin: 0;
	padding: 2;
	text-decoration: none;
	color: #023298;
}

#navigation li a:hover {
	background-color: #E5E9F4;
}

/* Content */
#content h1 {
	color: #023298;
	font-size: 18;
}

#content h2 {
	color: #367F00;
	font-size: 16;
}

#content a {
	color: #7C7C7C;
	text-decoration: none;
	/*border-bottom: 1px solid #7C90CD;*/
	border-bottom: 1px solid lightgrey;
}

#content a:hover {
	background-color:#E5E9F4;
}

#content p {
	text-align: justify;
	line-height: 1.5;
}

#content p:first-letter {
	font-size: 16;
	font-weight: bold;
	color: #7C7C7C;
}


#content p.nofirstletter:first-letter {
	font-size: 12;
	font-weight: none;
	color: black;
}

#content img {
	border: 1px solid lightgrey;
}

#content hr {
	height: 0;
	border: 0px solid #EAE9EF;
	border-bottom-width: 1px;
}

#item {
	padding: 10;
}

#item #link {
	float: left;
}

#item #itemcontent {
	margin-left: 200px;
}

#item #admintools {
	font-size: 10;
	float: right;
}

acronym {
	text-decoration: none;
	cursor: help;
}

/* Misc */
.left {
	float: left;
	margin-right: 10;
}

.right {
	float: right;
	margin-left: 10;
}

/* listpage tables */

#content table {
	font-size: 12;
}

#content td {
	padding: 2;
}

#content a.nohover {
	border-width: 0;
}

fieldset label {
	margin: 2;
	color: gray;
}

td fieldset legend {
	font-size: 10;
	color: #6EA446;
}

#content a:hover.nohover {
	background-color: white;
	border-width: 0;
}

#content table img {
	border-width: 0;
}

#content ul li {
	color: gray;
}

input, textarea {
	background-color: #F0F0EE;
	border: 1px solid #DDDDDD;
}
