/*********************/
/* BASIC */
/*********************/

#bodydef {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f3ebe0;
	width: 760px;
	margin: 20px auto;
}

/*********************/
/* BANNER STYLES */
/*********************/

#header {
	width: 760px;
	height: 55px;
	background-color: white;
}
#logo {
	width: 220px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#logo img {
	border: none;
}
#slogan {
	width: 280px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

/******************/
/* NAVIGATION BAR */
/******************/

#nav {
	width: 760px;
	height: 20px;
	float: left;
	margin: 0 0 0 0;
	border-bottom: 1px solid #0099ff;
	background-color: white;
}
#nav ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	border-bottom: none;
	padding: 0px 15px 2px 15px;
	margin-right: 20px;
	text-decoration: none;
	color: #003366;
	font-size: 10pt;
	font-weight: bold;
}
#nav a:hover {
	color: #0099ff;
}

/***************************/
/* WRAPPER (SIDEBAR & MAIN */
/***************************/

#wrapper_l {
	background-image: url(Images/sawback.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 760px;
	float: left;
}
#wrapper_r {
	background-image: url(Images/sbleft_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 760px;
	float: left;
}

/*********************/
/* SIDEBAR */
/*********************/
#sidebar {
    float: left;
    width: 180px;
    margin: 0;
	padding: 0px;
}
#sidebar h1 {
	margin: 0px 0px 0px 10px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
#sidebar h2 {
	margin: 0px 0px 0px 10px;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
}
#sidebar a {
	color: #003366;
	text-decoration: none;
}
#sidebar a:hover {
	color: white;
}
#sidehead {
	width: 178px;
	margin-top: 20px;
	border: 1px solid #003366;
	background-color: #0099ff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidehead a {
	color: white;
}
#sidehead a:hover {
	text-decoration: underline;
}
#sidemain {
	margin-top: 20px;
	margin-bottom: 45px;
	width: 178px;
	border: 1px solid #003366;
	background-color: #0099ff;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 110%;
}
#sidemain h1 {
	font-weight: bold;
	color: #003366;
}
#sidemain h2 {
	margin-left: 15px;
}

/*********************/
/* MAIN */
/*********************/
#main {
	width: 550px;
	padding: 20px 10px 45px 20px;
	float: left;
}

#main h1 {
	color: #0099ff;
	font-size: 14pt;
	margin-top: 0px;
}
#main h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #0099ff;
	margin-top: 10px;
	margin-bottom: 3px;
}
#main h3 {
	font-size: 10pt;
	font-weight: normal;
	color: white;
	margin-top: 5px;
}
#main img {
	float: right;
	border: none;
	margin-left: 5px;
}
#main p {
	font-size: 10pt;
	font-weight: normal;
	color: white;
	margin: 0;
}
#main a {
	color: #0099ff;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main table {
	width: 546px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
	border-collapse: collapse;
	float: left;
}
#main thead {
	color: #0099ff;
	font-weight: bold;
}
#main tbody {
	color: white;
}
#main col#part {
	width: 100px;
}
#main col#list {
	width: 80px;
}
#main col#user {
	width: 80px;
}
#main td {
	border: 1px solid white;
	padding-left: 5px;
}
#mainftr {
	float: left;
}
/*********************/
/* FOOTER */
/*********************/
#footer {
	padding: 0;
	margin: 0;
	width: 760px;
	position: relative;
	top: -25px;
	float: left;
}
#footer a {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	float: left;
}
.lhftr {
	height: 21px;
	padding: 4px 0 0 190px;
	background-color: #0099ff;
	float: left;
}
.rhftr {
	height: 21px;
	padding: 4px 0 0 5px;
	background-color: #0099ff;
	float: left;
}
/*************************/
/* IE only styles */
/*************************/

