/* CSS Document */

/* body */

body
	{
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	}

/* layout */

#container
	{
	width : 720px; /* sets width of site up to a max of 940px*/
	height : auto;
	margin-left : auto;
	margin-right : auto;
	position: relative;
	}
	
#top-nav
	{
	}

#bottom-nav
	{
	margin-top: 10px;
	}

#credits
	{
	clear : both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align:center;
	}

.top-left
	{
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	height: 20px;
	width: 15px;
	}

.top-right
	{
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	float: right;
	height: 15px;
	width: 100%;
	}

.bottom-left
	{
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	float: left;
	height: 15px;
	width: 20px;
	}

.bottom-right
	{
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	float: right;
	width: 100%;
	height: 15px;
	}
	
.page-content
	{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	}

/* typography */

h1
	{
	font-size: 24pt;
	font-weight: normal;
	margin: 0pt;
	padding-top: 10pt;
	padding-bottom: 5pt;
	}
	
h2
	{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
h3
	{
	font-size: 16px;
	font-weight: normal;	
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
h4, h5, h6
	{
	font-size: 14px;
	font-weight: normal;	
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	
	li
	{
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	}
p
	{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
	}

#top-nav p, #bottom-nav p
	{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#credits h1
	{
	font-size: 10px;
	color: #999999;
	}

/* navigation */

a
	{
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	}
	
a:hover 
	{
	}

/* graphics */

.site-logo
	{
	margin-top: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
	
.verinote
	{
	padding-top: 5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
