﻿html, body, table, form
{
	margin: 0;
	padding: 0;
	font: 10pt verdana;
	height:100%;
	width:100%;
}

form
{
	margin: 0;
	padding: 0;
}
a
{
	color: #000;
}
a:hover
{
	color: #677486;
}

img, a img
{
	margin: 0;
	padding: 0;
	border:0;
}
/* header */
#header
{
	height:165px;
		background: #adbfe5 url(../img/bgheader.jpg) no-repeat;
}
#header div
{
	height:135px;
	background: url(../img/bgheader.jpg) no-repeat;
}
#redline
{
	background-color:#c0272a;
	height:3px;
}

/* breadcrumb */

#breadcrumbleft
{
	background-color:#af894a;
	height: 25px;
}
#breadcrumb
{
	background-color:#f8f7f5;
	height: 25px;
	padding:0 0 0 7px;
}

/* middle */
#sidebar
{
	padding: 0;
	margin: 0;
	background-color:#a6acb8;
	width: 125px;
}
#content
{
	padding: 7px;
	margin: 0;
	background-color:White;
}

#content h2
{
	color: #a6aeba;
	font-weight: bold;
	font-size: 15px;
}
#content h1
{
	color: #677486;
	font-weight: bold;
	font-size: 18px;
}
.blackline
{
	background-color:#58513e;
	width:3px;
}

/* menu */

ul#menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu li a
{
	display: block;
	height: 20px;
	width: 122px;
	margin-left: 3px;
	background-color: #677486;
	border-bottom: 1px solid;
	color: #dce6ea;
	text-decoration: none;
	text-align: center;
}
ul#menu li a:hover
{
	background-color: #5a513b;
	color: #dce6ea;
}

ul#menu li a.admin
{
	display: block;
	height: 20px;
	width: 122px;
	margin-left: 3px;
	background-color: red;
	color: white;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
}
ul#menu li a.admin:hover
{
	background-color: red;
	color: white;
}
/* footer */

#footer
{
	text-align:center;
	color: #000;
	height:25px;
}

#footer p
{
	margin: 2px 0;
}

#footerleft
{
	background-color:#a6acb8;
}

#ctl00_ContentPlaceHolder_Login1
{
	text-align:center;
}