body,html
{
	font-family: Lucida Grande, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background: #eaeaea;
	color: #1e2031;
	line-height: 170%;
}
div#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	height: 600px;
}
a {
	color: #1e2031;
	text-decoration: underline;
}
a:hover {
	color: #00304d;
}
h1 {
	margin: 7px 0;
	padding-bottom:5px;
	font-size: 17px;
	color: #00304d;
	text-align: left;
}
div#content {
	text-align: left;
	min-height: 400px;
	border: 1px solid #000;	
	padding: 25px;
	background: #fff;
}
div#content ul {
	text-align: left;
}
ul a {
	text-decoration: underline;
}
h2 {
	border-bottom:1px solid #19445e;
	margin: 7px 0;
	font-size: 14px;
	color: #00304d;
	text-align: left;
}
img {
	border: 0px;
}
div.url img {
	margin-right: 25px;
}
div.url {
	float: left;
}
div#pictures .item {
	float: left;
	border: 2px solid #19445e;
	margin: 5px;
	height: 100px;	
	width: 100px;
}
.borderpic {
	border: 2px solid #19445e;
}
.clr {
	clear: both;
}
label {
	width: 150px;
	cursor: pointer;
	float: left;
}
input, select {
	float: left;
	margin-bottom: 3px;
	width: 150px;
}
input, textarea, button, select {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 10px;
}

input:focus {
	background-color: #EEE;
}
textarea {
	float: left;
	width: 500px;
	height: 150px;
}
.asterisk {
	color: red;
	font-weight: bold;
	font-size: 15px;
}
#breadcrumb {
	padding-bottom: 10px;
}
.jsvalidation {
	font-weight: bold;
	color: red;
	margin-left: 10px;
}
div#tom {
	float: right;
	border: 2px solid #19445e;
	margin: 5px;
	margin-right: 400px;	
	height: 100px;
}
code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}
/* Logo */
div#logo {
	text-align: left;
}
/* Navigation */
div#navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
}
div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li {
	float: left;
	min-width: 100px;
	margin: 0;
	padding: 0;
}
div#footer {
	margin-top: 15px;
	text-align: right;
}
.selected {
	font-weight: bold;
}

