html, body {
	margin: 0px;
}

body {
	overflow-y: scroll;
	background: url(../../images/background.png) top center no-repeat fixed #FFFFFF;
	font-family: Tahoma, sans-serif;
}

table {
	border: 0px;
}

td, th {
	font-size: 11px;
}

#main {
	width: 780px;
	height: 100%;
	background: #FFFFFF;
}

#menu {
	height: 125px;
	padding-bottom: 10px;
}

#image {
	
}

#title {
	height: 50px;
	padding-left: 50px;
	padding-right: 20px;
	background: url(../../images/title.gif) center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#content {
	height: 100%;
	padding: 5px 15px 40px 15px;
	color: #6C6C6C;
}

#content table, #content td, #content th {
	color: #6C6C6C;
	line-height: 15px;
}

#content li {
	list-style-image: url(../../images/bullet.gif);
	margin-left: -25px;
	margin-bottom: 8px;
	padding-left: 7px;
}

#form1 input, #form1 select, #form1 textarea {
	width: 250px;
	font-family: Tahoma, sans-serif;
}

#footer {
	padding: 0px 10px 10px 5px;
	background: url(../../images/footer.gif) bottom repeat-x;
}

#footer table {
	width: 100%;
	color: #254285;
}

#footer table a {
	color: #254285;
	text-decoration: none;
}

#start {
	height: 100%;
	padding-top: 150px;
}

#start #start_div {
	width: 220px;
}

#start a {
	color: #254285;
	text-decoration: none;
}