body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	color: #303030;
	background-color: #4976c8;
}

td {
	font-family: arial;
	font-size: 10pt;
	color: #303030;
}

div#top {
	background-image: url('../images/top-background.gif');
	background-repeat: repeat-x;
	background-color: #162745;
}
	div#top div#logo
	{
		margin-left: auto;
		margin-right: auto;
		width: 740px;
		height: 79px;
		text-align: left;
		font-size: 0px;
	}
		div#logo div#whois {
			float: right;
			font-size: 10px;
			padding-top: 50px;			
		}
			div#whois-input {
				background-image: url("../images/input-whois.gif");
				background-repeat: no-repeat;
				width: 124px;
				height: 22px;
			}
			input#whois-input {
				background: transparent;
				border: 0;
				margin: 0;
				padding: 0;
				width: 90px;
				font-size: 10pt;
				height: 20px;
				margin-left: 25px;
				margin-top: 2px;
			}

	div#top div#navigation
	{
		margin-left: auto;
		margin-right: auto;
		width: 740px;
		text-align: left;
		font-size: 0px;
	}
		div#navigation ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			div#navigation ul li {
				margin: 0;
				padding: 0;
				display: inline;
				width: 185px;
			}

	div#top div#header
	{
		margin-left: auto;
		margin-right: auto;
		width: 740px;
		text-align: left;
		font-size: 0px;
	}

div#middle {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
	background-image: url('../images/middle-background.gif');
	background-repeat: repeat-y;
}
	div#middle div#left {
		float: left;
		width: 185px;
	}
		div#left ul {
			list-style: none;
			padding: 0;
			margin: 0;
			list-style-image: url('../images/li.gif');
		}
			div#left ul li {
				margin: 0 0 0 25px;
				padding-bottom: 4px;
			}
			
			div#left ul li.header {
				list-style-image: none;
				margin: 0;
				padding: 0;
			}

			div#left ul li a {
				color: #162745;
				text-decoration: underline;
			}

			div#left ul li a:hover {
				color: #000000;
				text-decoration: underline;
			}
			
	div#middle div#right {
		float: left;
		width: 555px;
		background-color: #FFFFFF;
	}
		div#main {
			padding: 15px;
		}

		div#main h1 {
			margin: 0;
			font-size: 20pt;
			color: #162745;
			font-weight: bold;
		}

		div#main p {
			margin: 5px 0 0 0;
			line-height: 1.30em;
		}

		div#main div.line {
			background-image: url('../images/dot.gif');
			background-repeat: repeat-x;
			margin: 10px 0 10px 0;
			height: 3px;
			font-size: 0px;
		}

		div#main a {
			text-decoration: underline;
			color: #000099;
		}

		div#main a:hover {
			text-decoration: underline;
			color: #162745;
		}

div#clear {
	font-size: 0px;
	clear: both;
}

div#bottom {
	background-color: #162745;
	height: 30px;
	text-align: center;
	color: #354f7e;
}
	div#bottom p {
		margin: 0;
		padding: 8px 0 0 0;
		font-size: 8pt;
	}
