/* CSS Document */

body {
	background: url(images/content-bg2.jpg) repeat-x;
	background-color: #eeeeee;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #000000;
}

#header {
	height: 100px;
	background-repeat: no-repeat;
}

img {border: none}

/* Content */

#content {
	background-color: #F2F2F2;
	text-align: center;
	min-height: 415px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

p {
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	float: left;
	margin-right: 10px;
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}

a:hover,focus {
	color: #999999;
}

/* Right Menu */

.rightmenu {
	float: right;
	margin: 0px 5px 10px 5px;
	width: 250px;
	padding: 2px 2px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.rightmenu .model {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.rightmenu a {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}

.rightmenu a:hover,focus {
	color: #999999;
	text-decoration: none;
}

.rightmenu td {
	vertical-align: top;
	text-align: left;
	width: 50%;
}

td.center {
	text-align: center;
}

.used a {
	display: block;
	background: #006600;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #EDEDED;
}

.used a:hover,focus {
	color: #FFF;
	background: #999;
}

/* Columns */

#leftcol {
	float: left;
	width: 100px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: inherit;
}

#leftcol a {
	font-size: 10px;
	display: block;
	padding: 2px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}

#leftcol a:hover,focus {
	color: #999999;
}

/* Navigation */

#navbar {
	text-align: center;
	background-color: #F4F0DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navbar a {
	display: inline;
	color: #000000;
	text-decoration: none;
	padding: 0px 5px 0px 2px;
	border-right: 1px solid #000000;
}

#navbar a.noborder {border-right: none}

#navbar a:hover,focus {
	color: #999999;
}

/* Footer */

#footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	margin-top: 5px;
}

#footer a {
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, a:focus { color: #999999}
