/* Standard elements */

a, a:hover {
	color: #009999;
	text-decoration: underline;
}

body {
	color: #000000;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
	margin-top: 25px;
}

form {
	margin: 0;
	padding 0;
}

hr {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	font-size: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img {
	border: 0px solid #000000;
}

p {
	margin: 0;
	margin-bottom: 0px;
}

td {
	vertical-align: top;
}

/* Container */

#container {
	background-color: #FFFFFF;
	margin: auto;
	width: 900px;
}

/* Header */

#header {
	background: #8D9ED3 url('../images/logo.gif') no-repeat bottom left;
	height: 35px;
	padding-right: 5px;
}

#header table {
	border-collapse: collapse;
	float: right;
}

#header a {
	color: #FFFFFF;
	font-size: 95%;
	padding-left: 5px;
}

/* Menu */

.menu {
	background: #8D9ED3 url('../images/menubg.jpg') no-repeat bottom left;
	height: 120px;
}

.menu table {
	border: 0px solid #000000;
	border-collapse: collapse;
	font-size: 12px;
	height: 100%;
}

.menu td {
	background: url('../images/tab-normal.gif') no-repeat bottom left;
	height: 29px;
	color: #336699;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	font-weight: bold;
	width: 110px;
}

.menu .active {
	background: url('../images/tab-active.gif') no-repeat bottom left;
	color: #336699;
	font-weight: bold;
}

.menu a,.menu a:hover {
	color: #336699;
	text-decoration: none;
	
}

/* Submenu */

.submenu {
	background-color: #FFDD4B;
	font-size: 12px;
	padding: 5px;
	padding-left: 15px;
}

.submenu table {
	border-collapse: collapse;
}

.submenu td {
	padding-right: 15px;
}

.submenu .active {
	color: #000000;
	font-weight: bold;
}

.submenu a {
	color: #000000;
	text-decoration: none;
}

/* Content */

#content {
	border: 3px solid #FFDD4B;
	border-bottom: 0;
}

#contentTable {
	width: 100%;
}

#contentLeft, #contentRight {
	padding: 5px;
	vertical-align: top;
	width: 170px;
}

#contentLeft {
	border-right: 0px solid #336699;
}

#contentMiddle {
	border-bottom: 0px solid #336699;
	padding: 5px;
	vertical-align: top;
}

#contentMiddle .title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

#contentRight {
	border-left: 0px solid #336699;
}

#contentRight .title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Footer */

#footer {
	border: 3px solid #FFDD4B;
	border-top: 0px solid #336699;
	padding: 5px;
	text-align: center;
}
