/* STYLESHEET CREATED BY YVO JOLIE */

/* DEFAULT ITEMS */
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 1em;
	background-color: #BBB6A7;
	background-image:url('images/backgroundpattern.png');
	margin: 0px;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
table {
	width: 580px;
	color: #111111;
	background-color: #FFFFFF;
}
th {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	height: 30px;
	background-color: #74B70B;
}

/* LAYOUT */
#wrapper {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 640px;
	height: 100px;
	background-image:url('images/header.png');
	background-repeat: no-repeat;
}
#middle {
	width: 640px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	background-image:url('images/middle.png');
	background-repeat: no-repeat;
	line-height: 2.3em;
	font-size: 0.8em;
}
#bottomtitle {
	width: 640px;
	height: 60px;
	background-image:url('images/bottomtitle.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 2.7em;
	padding-left: 20px;
}
#bottom {
	width: 640px;
	height: 80%;
	background-image:url('images/bottom.png');
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-top: 10px;
	color: #336699;
	position: absolute;
}

/* TEXT STYLES */
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a.middlelink {
	color: #FFFFFF;
	text-decoration: underline;
}
a.middlelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* OTHER */
.icon {
	vertical-align: middle;
	margin-right: 5px;
}
.tableborder {
	width: 580px;
	margin-top: 10px;
	border-color: #74b70b;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}
.col1 {
	width: 430px;
}
.col2 {
	width: 150px;
}