@charset "utf-8";
/* CSS Document */
/* Standard CSS Style Set 2008 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size:inherit;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.maintable {
	position: absolute;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a {
	color: #47677D;
	font-weight: bold;
	}
	
a:hover {
	color: #CC3301;
	font-weight: bold;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/* Standard CSS Style Set 2008 */

#content-inside {
	font-family: Calibri, Candara, Arial, sans-serif;
    font-size:12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	position:relative;
	border:none;
	width:800px;
}

.inside-header {
	position:absolute;
	top:17px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	left: 56px;
}

.section-title {
	position:absolute;
	top:3px;
	left:56px;
	font-family:Cambria, Georgia, "Times New Roman";
	font-size:24px;
}

#display-inside {
	position:absolute;
	top:115px;
	left:59px;
	width:672px;
	border:medium;
	border-left:thin;
	border-color:#000000
	border-left-color:#666666;
	padding-left: 10px;
	height: 212px;
}

/* MENU */

#navcontainer {
	position:absolute;
	width:362px;
	left:36px;
	top:8px;
	text-align:left;
}

#navcontainer-inside {
	position:absolute;
	width:362px;
	left:241px;
	top:38px;
	text-align:left;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
padding: 5px 8px;
display: inline;
list-style-type: none;
background: none;
font-size:12px;
font-weight: bold;
}

#navlist a { padding: 2px 5px; }

#navlist a:link, #navlist a:visited
{
color: #333;
background-color: #FDFDFC;
text-decoration: none;
border: 1px solid gray;
height: 20px;
}

#navlist a:hover
{
color: #fff;
background-color: #B58F7E;
text-decoration: none;

}
#navlist #active #current
{
color: #333333;
background-color: #EDE3D8;
text-decoration: none;
}
/* END of MENU */

.fotter {
	text-align:center;
	font-family:Calibri, Arial, sans-serif;
	font-size:12px;
	text-align: center;
}

/* Login Box */

	
.theInput {
     font-family: Corbel, Verdana;
     font-size: 12px;
	font-weight: bold;
     width: 80px;
	 margin-bottom: 1px;
    }

.theSubmit {
     font-family: Corbel, Verdana;
      font-size: 10px;
      background-color: #333333;
     color: #FFFFFF;
     margin-right: 5px;
    }


	input.sido {
	background-color: #B58F7E; font-weight: bold; font-size: 12px; color: white;
	}
/* End of Login Box */


.frame-table {
	font-family: Calibri, Candara, Arial, sans-serif;
	font-size:14px;
	line-height: 20px;
	border-collapse: collapse;
	width: 100%
	}

.frame-sidebar {
	border-right: 1px solid #CCC;
	padding: 0 0.2em;
	padding-right:10px;
	}

.frame-footer {
	padding: 0 0.2em;
	padding-top:10px;
	padding-bottom:10px;
	}

.tablecolor {
   background: #00ffff;
}