@charset "UTF-8";
body {
	background-image: url(../gfx/vm_back2.gif);
	font: 62.5% Courier, monospace;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
}
p {
	font-size:1.2em;
	line-height:1.45em;
	margin:0px;
}
ol li {
	font-size:1.3em;
	line-height:1.45em;
	margin:0px;
}
a {
	color:#383838;
	text-decoration:none;
	border-bottom:1px dotted #b9121b;
}
a:hover {
	color:#b9121b;
	text-decoration:none;
	border-bottom:1px dotted #b9121b;
}
a.thickbox {
	text-decoration:none;
	border:none;
}
a.thickbox:hover {
	text-decoration:none;
	border:none;
}
.oneColFixCtrHdr #container {
	background:#FFFFFF;
	width:750px;
	padding:20px;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	/* padding: 50px 50px */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*font-size:1.4em;*/
	/*border-bottom:1px solid #C1C1C1;*/
	padding: 0px 0px 20px 0px;
}
.oneColFixCtrHdr #bookmark {
	float:right;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #bookmark img {
	padding: 0px 3px;
	border:none;
}
.oneColFixCtrHdr #bookmark a {
	text-decoration:none;
	border:none;
}
.oneColFixCtrHdr #leftContent {
	float:left;
	padding: 10px 0px 30px 0px;
	width:350px;
	text-align:justify;
}
.oneColFixCtrHdr #rightContent {
	float:left;
	padding: 10px 0px 30px 50px;
	width:350px;/*clear:left;*/
}
.oneColFixCtrHdr #bottomContent {
	padding:20px;
	text-align:center;
	color: #C1C1C1;
	border-top:1px solid #C1C1C1;
	clear:both;
}

/*.oneColFixCtrHdr #mainContent img {
	border:1px solid #C1C1C1;
	margin: 0px 5px 0px 0px;
	padding:8px;
	float:left;
}*/


.gallery {
	clear:both
}
.gallery img {
	border:5px solid #dbdbdb;
	margin: 5px 0px 0px 0px;
}
.oneColFixCtrHdr h2 {
	font-size:1.2em;
	font-weight:100;
	border-bottom:1px solid #C1C1C1;
	margin: 5px 0px;
	padding: 5px 0px;
}
.oneColFixCtrHdr #bibliography p {
	margin: 8px 0px;
}
.oneColFixCtrHdr #footer {
	border-top:1px solid #C1C1C1;
	padding: 10px 0px 30px 0px;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
	color: #C1C1C1;
}
h1, h2 {
	color:#000000;
	margin:0px;
}
h1 {
	letter-spacing:-1px;
}
.oneColFixCtrHdr #mainContent h5 {
	font-size:1em;
}
.small {
	font-size:1em;
}
.gray {
	color: #C1C1C1;
}
.blue {
	color: #193441;
}
.red {
	color: #b9121b;
}
.oneColFixCtrHdr #links {
	width:340px;
	float:right;
	padding: 0px 0px 5px 0px;
}
