@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div {
	padding:0px;
	margin: 0px;
}
#wrapper {
	width:235px;
	height:190px;
}
#header {
	clear:both;
}

/* Top header Bar */

#topLeft {
	background-image: url(images/corner-top-left.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 14px;
	float:left;
	margin-bottom:-4px;
}
#topCenter {
	background-image: url(images/background-top.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 207px;
	float:left;
	margin-bottom:-4px;
}
#topRight {
	background-image: url(images/corner-top-right.gif);
	height: 15px;
	width: 14px;
	float: left;
	margin-bottom:-4px;
}

/*Middle Content Area with Sides */

#center {
	clear:both;
}
#rightContent {
	background-image: url(images/background-right.gif);
	height: 162px;
	width: 14px;
	float:left;
}

#logo {
	background-image: url(images/logo.gif);
	height: 40px;
	width: 207px;
	background-repeat: no-repeat;
	background-position: center;
}

#leftContent {
	background-image: url(images/background-left.gif);
	height: 162px;
	width: 14px;
	float:left;
}
#mainContent {
	width: 207px;
	height: 162px;
	background-color: #FAF9F6;
	float:left;
}

/*Bottom Footer Bar */


#footer {
	clear:both;
}

#bottomLeft {
	background-image: url(images/corner-bottom-left.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 14px;
	float: left;
}
#bottomCenter {
	background-image: url(images/background-bottom.gif);
	background-repeat: repeat-x;
	height:15px;
	width: 207px;
	float:left;
}
#bottomRight {
	background-image: url(images/bottom-right.gif);
	background-position:0px -1px;
	background-repeat:no-repeat;
	height: 15px;
	width: 14px;
	float: left;
}


/*Globals */

ul {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #AC0F00;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

ul li {
	padding-bottom: 6px;
	padding-left: 15px;
}
a {
	color: #A90F00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#contentTable {height:122px;}

