/*** GENERAL ELEMENTS ***/

body {
	background: url(images/bkg.jpg) top left repeat-x;
	background-color:#D3D3D3;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;  
	font-size: 80%; 
	color: #000;
	line-height: 1.5em;
}

blockquote {
	margin: 1em;
	padding: .5em;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

blockquote p {
	margin: .2em;
}

input, textarea {
	background-color: #C4D1DA;
	border-bottom: 3px solid #394A5A;
	border-right: 3px solid #394A5A;
	border-top: 2px solid #97AEBE;
	border-left: 2px solid #97AEBE;

}



#container
{
width:98%;
margin:150px auto;
padding-left:20px;
}



a {
	color: #001E4F;
	text-decoration:underline;
}

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


.links ol {
	display: inline;
	width: 450px;
	list-style-type:none; }

.links li {
	text-align: left;
	float: left;
	width: 210px;
	margin-left: 20px; }

