body {
	background: url(/images/bg.gif) repeat-x;
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
	color: #444444;
}

#wrap {
	width: 700px;
	margin: 50px auto 0px auto;
}

#logo {
	width: 290px;
}
#nav {
	float: right;
	padding-top: 0px;
	font-family: Arial;
}
	#nav ul, #nav_footer ul {
		padding: 0px;
		margin: 0px;
	}
	#nav a, #nav_footer a {
		font-size: 10px;
		color: #666666;
		text-transform: uppercase;
		text-decoration: none;
	}
	#nav a:hover , #nav_footer a:hover {
		color: #cc0000;
		text-decoration: underline;
	}
	#nav li, #nav_footer li {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		display: inline;
		margin-left: 15px;
	}

	#nav_footer {
		text-align: center;
	}

#header {
	width: 700px;
	height: 89px;
	background: url(/images/header-page.gif) no-repeat;
	margin-top: 0px;
}
	#login_box {
		width: 244px;
		height: 145px;
		background: url(/images/login-box.gif) no-repeat;
		float: right;

		margin: 50px 40px 0px 0px;
	}
	#login {
		margin: 45px 10px 0px 17px;
		line-height: 25px;
		color: #eeeeee;
		font-family: Arial;
	}
	#login label {
		display: block;
		float: left;
		width: 62px;
	}
	#login br {
		clear: both;
	}

#main {
	margin-top: 30px;
}

#left {
	width: 50%;
	text-align: justify;
	font-family: Arial;
	float: left;

	line-height: 21px;
}
#right {
	float: right;
}

#sub_left {
	float: left;
	width: 45%;
}

#sub_right {
	float: right;
	width: 45%;
}


#footer {
	text-align: center;
	margin-top: 40px;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding-top: 10px;
}


/* **************************************************** */

	#contact {
		margin-left: 50px;
		line-height: 26px;
		color: #666666;
	}
	#contact .input {
		width: 200px;
		padding: 3px;
	}
	#contact textarea {
		width: 400px;
		height: 175px;
		padding: 3px;
	}
	#contact label {
		display: block;
		float: left;
		width: 125px;
		font-weight: bold;
	}
	#contact br {
		clear: both;
	}

	#address {
		line-height: 19px;
	}


#doc {
	margin-left: 25px;
	text-align: justify;
}


h1, h2, h3 {
	font-family: Arial;
	font-size: 22px;
}
h2 {
	font-size: 18px;
	color: #38A6F0;
}

input {
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
}

.caps {
	font-size: 26px;
	font-family: Georgia;
	color: #aaaaaa;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

a {
	color: #187ABB;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.line {
	height: 1px;
	background: #cecece;
	font-size: 1px;
	padding: 0px;
}
