body {
	font-size: 11px;
	font-family: arial;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url('../images/bg-body.gif');
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color: #3d1c73;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
}

span.required {
	font-size: 10px;
	font-style: italic;
	color: #636363;
}

div#clear {
	clear: both;
	font-size: 0px;
}

div#container {
	width: 736px; /* Note: bg-left: 10px; bg-right: 10px; padding-left: 12px; padding-right: 12px; inner-width: 736px; */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 12px 22px 12px 22px;
	background-color: #FFFFFF;
	background-image: url('../images/bg-container.gif');
	background-repeat: no-repeat;
}

div#logo {
	width: 736px;
	height: 83px;
	margin-bottom: 12px;
	font-size: 0px;
}
	div#logo-right {
		float: right;
		margin-top: 21px;
		font-size: 0px;
	}
		div#logo-right img {
			margin-left: 25px;
		}

div#header {
	width: 736px;
	height: 159px;
	margin-bottom: 12px;
	background-image: url('../images/headers/2.jpg');
	background-repeat: no-repeat;
}
	div#address {
		position: relative;
		width: 223px;
		height: 139px;
		left: 503px;
		top: 10px;
	}
		div#address p {
			margin: 0;
			padding: 10px;
			font-weight: bold;
			line-height: 20px;
			color: #262a2f;
		}
		
		div#address a {
			color: #262a2f;
			text-decoration: none;
		}

		div#address a:hover {
			color: #262a2f;
			text-decoration: underline;
		}

div#main {
	width: 736px;
	margin-bottom: 12px;
}
	div#menu {
		float: left;
		width: 200px;
	}
		div#menu ul {
			width: 180px;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		div#menu ul li {
			padding: 0;
			margin: 0;
			border-bottom: 1px solid #267dce;
			background-image: url('../images/li-menu.gif');
			background-repeat: no-repeat;
			background-position: left center;
			padding: 12px 0px 12px 50px;
		}

		div#image_cache {
			display: none;
		}

	div#content {
		float: left;
		width: 536px;
		padding-top: 5px;
		color: #3a3e48;
		font-size: 12px;
		line-height: 24px;
	}
		div#content p {
			color: #3a3e48;
			font-size: 10pt;
			line-height: 20px;
			margin: 5px 0 0 0;
		}

		div#content h1 {
			font-family: times;
			font-size: 18pt;
			margin: 0;
			color: #267dce;
		}

		div#content h2 {
			font-family: times;
			font-size: 16pt;
			margin: 20px 0 0 0;
			color: #3a3e48;
		}

		div#content ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			div#content ul li {
				border-bottom: 1px solid #e5e5e5;
				background-image: url('../images/li-default.gif');
				background-repeat: no-repeat;
				background-position: 10px center;
				padding: 4px 0 4px 25px;
				color: #3a3e48;
				font-size: 10pt;
			}
		
		div#content fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}

		div#content textarea {
			width: 350px;
			height: 100px;
		}
	
div#copyright {
	margin-top: 40px;
	color: #636363;
	text-align: center;
}
	div#copyright a {
		color: #636363;
		text-decoration: underline;
	}

	div#copyright a:hover {
		color: #282828;
		text-decoration: underline;
	}
