
@charset "utf-8";
/* CSS Document */
/* Main Page CSS */

/* Debuging */
/*
td {
	border-style:ridge;
	}
	
tr {
	border-style:dotted;
	}
	
table {
	border-style:dashed;
	table-layout:fixed; 
	}
	
*/
.top_frame {
	height:53px;
	width: 100%;
	border-style:none;
	background:#051C38;
	font-size: 10pt;
	padding-right: 10px;
    vertical-align:top;
	text-align:right;
}
	
.topleft_frame {
	height:35px;
	width:192px;
	border-style:none;
	background:#051C38;
	table-layout:fixed;
	vertical-align: top;
}

.left_separator {
	height:14px;
	width:192px;
	border-style:none;
	background:#460120;
	vertical-align:top;
}

.left_pan {
	height:465px;
	width:185px;
	margin-right: 2px;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.footer {
	height:15px;
	width:100%;
	border-style:none;
	background:#460120;
	color: #FFFFFF;
	vertical-align: top;
	font-size:11px; 
	padding-left:10px;
	border-style: none;
/*	margin-left:auto;
	margin-right:auto;
*/
}

.footer_item  {
	display:inline;
	text-align:center;
	margin: 0 5px;
}

.site 
{
	margin:auto;
	width:920px;
	height:625px;
}

body {
	font-family: Tahoma;
	background:#FFFFFF;
	font-size: 11px;
}

.separator_text {
	border-style: none;
	background: #460120;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}

/* 
a:active {
	font-weight:bold;
	background:#3456;
}
*/
	
/* 
	Small link in headers
*/
.smalllink:link {
	color: white;
	background-color: transparent;
}

.smalllink:visited {
	color: white;
	background-color: transparent;
}

.smalllink:hover {
	color: white;
	font-weight:bold;	
	background-color: transparent;
}

.smalllink:active {
	color: black;
	font-weight:bold;
	background-color: transparent;
}


/* 
	Small link in footer
*/
.footerlink:link {
	color: white;
	background-color: transparent;
}

.footerlink:visited {
	color: white;
	background-color: transparent;
}

.footerlink:hover {
	color: white;
	font-weight:bold;
	background-color: transparent;
}

.footerlink:active {
	color: white;
	font-weight:bold;
	background-color: transparent;
}

/* 
	Normal link for left side pan suboptions 
*/

.normallink:link {
	color: blue;
	background-color: transparent;
}

.normallink:visited {
	color: blue;
	background-color: transparent;
}

.normallink:hover {
	color: black;
	/* font-weight:bold; */
	background-color: transparent;
}

.normallink:active {
	color: blue;
	background-color: transparent;
}

/* 
	Header link in headers or suboptions 
*/

.headerlink:link {
	color: blue;
	background-color: transparent;
}
 
.headerlink:visited {
	color: blue;
	background-color: transparent;
}

.headerlink:hover {
	color: black;
	background-color: transparent;
}

.headerlink:active  {
	color: black;
	font-weight:bold;
	background-color: transparent;
}

/* 
	Top frame link
*/
.toplink:link {
	color: white;
	background-color: transparent;
}

.toplink:visited {
	color: white;
	background-color: transparent;
}

.toplink:hover {
	color: white;
	font-weight:bold;
	background-color: transparent;
}

.toplink:active {
	color: white;
	font-weight:bold;
	background-color: transparent;
}
