/******************
HTML Tags
******************/

body {
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	margin:10px 0px 10px 0px;
	font-size:.95em;
	background: url(bg-main.jpg) repeat-x;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
	
#NavigationMenu a:link, #NavigationMenu a:visited {
	color:Black;
	text-decoration:none;
}

#NavigationMenu a:hover {
	color:#990033;
	text-decoration:underline;
	}

#NavigationMenu a:active {
	color:#000000;
	text-decoration:underline overline;
	}	
	
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

#mainnav a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link, #breadcrumbs a:visited  {
	color:#FFFFFF;
	text-decoration:none;
	}

#breadcrumbs a:hover {
	color:#990000;
	text-decoration:underline;
	}

#breadcrumbs a:active {
	color:#000000;
	text-decoration:underline overline;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.8em;
	margin:0px 0px 10px 0px
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}
/******************
Layout Divs
******************/

#header-container {
	width:950px;
	height:144px;
	margin-left:auto;
	margin-right:auto;
	background: #990033 url(bg-header.jpg) no-repeat;
	table-layout:fixed;
	}
	
#header-container td {
	vertical-align:top;
	table-layout:fixed;
	}

#sitename {
	height:70px;
	padding-top:18px;
	table-layout:fixed;
	font-size:2.3em;
	margin:0px;
	color:#FFFFFF;
	font-weight:bold;
	}

#sitename a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#mainnav {
	padding-top:7px;
	table-layout:fixed;
	}


#content-container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	table-layout:fixed;
	}

#Menu {
	width:200px;
	/*padding:0px 10px 0px 10px;*/
	font-size:.8em;
	vertical-align:top;
	text-align:Right;
	/*background-color:#F4F4F4;*/
	}

#content {
	vertical-align:top;
	padding:0px 0px 0px 0px;
	}

#footer {
	width:950px;
	height:85px;
	text-align:center;
	min-height:85px;
	margin-right:auto;
	margin-left:auto;
	background: url(bg-footer.jpg) no-repeat center top;
	color:#FFFFFF;
	font-size:.75em;
    padding-top:5px;
	}


/******************
CLASSES
******************/
	HR
{
	 color:#990033
}

.drp
{
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	font-size:smaller;
}

/*.btn
{
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	margin: 0 1px 1px 0;
}*/


.txt
{
    font-family:"Courier New", Courier, monospace;
	color:#666666;
	width: 180px; 
	border: 0;
	background: #FFF url(loginbg.gif) no-repeat;
	padding: 4px; 
	font-weight: bold;
	margin: 0 1px 1px 0;
}

.txt1
{
	font-family:"Courier New", Courier, monospace;
	color:#666666;
}

.btn
{
font-family:"Courier New", Courier, monospace;
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#333333;
font-weight:bold;
padding: 0px 0px 0px 0px;
background:url(btnbg.gif) repeat-x left top;
margin: 0 1px 1px 0;
}
