/* main.css : this document contains styles in common to all pages */

html { margin:0px; height: 100%; }

body {
	margin:0px; text-align:center;
	background:#1b1b1b url(../images/bg-v3.gif) repeat-x;
	}

/* redefined tags */

a {
	color: #5577bb
}

a:hover	{
	color: #ffffff
}

/* layout divs */

div#container {
	margin-right:auto; margin-left:auto; margin-top:24px; width:608px; height:100%; z-index:2; text-align: left;
	color:#eeeeee; font-size:12px; font-family: "Trebuchet MS", Trebuchet, Arial, helvetica, sans-serif;
	line-height:1.2em
}

div#header {
	margin:auto; width:674px; height:222px
}

div#nav_block	{
	width:100%; height:28px; color:#ffffff;
	background:#1b1b1b url(../images/bg-nav.jpg) repeat-x;
}
	
div#container {
	margin-right:auto; margin-left:auto; margin-top:24px; z-index:2;
	width:608px; height:100%; text-align: left;
	color:#eeeeee; font-size:12px; 
	font-family: "Trebuchet MS", Trebuchet, Arial, helvetica, sans-serif; line-height:1.2em
}

/* text styles */
.pageheader	{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color: #5577bb; letter-spacing: 5px; font-weight: bold; margin-top:0px; padding-bottom:2px
}

.gray	{
	color: #888888
}

.tiny	{
	font-size: 11px
	}

.record	{
	 line-height: 16px; font-size:11px; color:#ffffff
	}

.dotted	{
	 border-bottom: 1px dotted #888888
	}