﻿body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	color: #000000;
	background-color: #313C53;
	}

a:link { 
	color: #1C263C;
        text-decoration: none;
        font-weight: bold;
	}
a:visited { 
	color: #1C263C;
        text-decoration: none;
        font-weight: bold;
	}
a:hover { 
	color: #313C53;
	text-decoration: underline;
        font-weight: bold;
	}
a:active { 
	color: #213240;
        text-decoration: none;
        font-weight: bold;
	}

p {
	font-size: 13px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px; 
	}


h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        text-align: center;
	}
h2 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        color: #455268;
	}
h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
        border: 0px dotted white;
	}
h4 {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

#left {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #565656;
	background: #BACFE4;
	width: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
        position: relative;
	width: 225px; /* ie5win fudge ends */
	}
#middle {
        text-align: center;
        position: absolute;
	top: 0px;
        left: 80px;
        width: 775px;
	margin: 10px 190px 10px 190px;
	padding: 5px;
	border: 4px solid #565656;
	background: #D3D9DF;
	}

.thumbnail
{
float: left;
width: 130px;
text-align: center;
border: 0px solid #999;
margin: 1px 5px 1px 9px;
padding: 5px;
}

.clearboth { clear: both; }

/* list */

ul
{
list-style: disc;
padding: 0px;
padding-left: 10px;
margin: 0px;

}


