//div {
	border:	1px dotted black;
}

body {
	background-color:	#FFFFFF;
	margin:				0px;
	background-image:	url("../images/bg.jpg");
	background-repeat:	repeat-x;
}


img {
	border:				none;
}

.box_img img {
	width:				150px;
	height:				120px;
	border:				none;
}


/* h....*/
h1, h2, h3, h4, h5 {
	font-family:		"Arial", Garamond, Helvetica, Arial, Verdana, serif;
	font-weight:		normal;
	margin:				0;
	padding:			0;
}

h1 {
	font-size:			30px;
	color:				#407db6;
	display:			inline;
}

h3 {
	font-size:			18px;
	color:				#407db6;
	display:			inline;
	font-weight:		bold;
}


a {
	color:				#585a59;
	text-decoration:	none;
	font-weight:		bold;
}


#headnav a {
	color:				#FFFFFF;
	text-decoration:	none;
	font-size:			15px;
	font-weight:		bold;
}

#headnav a:hover {
	color:				#5c8bc3;
}


#container {	
	position:			relative; 
	top:				0px; 
	left:				0px; 
	width:				700px;
	font-family:		"Arial", Garamond, serif; 
	font-size:			12px;
	text-align:			left; 
	color:				#585a59; 
	background-image:	url("../images/bg_container.jpg");
	background-repeat:	repeat-y;
	height:				100%;
	width:				700px;
}


.header {
	width:				700px;
	height:				163px;
}


#headnav {
	width:				700px;
	height:				50px;
	background-color:	#407db6;
	float:				left;
	text-align:			center;
}

#headnav_content {
	padding-top:		16px;
}	html>body #headnav_content {
	padding-top:		16px;
}

#textsizer {
	width:				690px;
	text-align:			right;
	float:				left;
	margin-top:			10px;
}

#content_bg {
	width:				697px;
	background-image:	url("../images/bg_content.jpg");
	background-repeat:	repeat-x;
	float:				left;
	margin-left:		1px;
	height:				650px;
}	html>body #content_bg {
	width:				698px;
	min-height:			650px;
}

#content {
	width:				700px;
	float:				left;
	background-image:	url("../images/bg_container.jpg");
	background-repeat:	repeat-y;
	line-height:		20px;
}	html>body #content {
	width:				700px;
}


#content_left {
	width:				300px;
	margin-left:		12px;
	margin-top:			20px;
	margin-bottom:		30px;
	float:				left;
}	html>body #content_left {
	margin-left:		25px;
}


#content_right {
	width:				300px;
	margin-left:		50px;
	margin-top:			20px;
	margin-bottom:		30px;
	float:				left;
}


#footer {
	height:				50px;
	width:				650px;
	margin-left:		12px;
	float:				left;
	background-color:	#FFFFFF;
	text-align:			center;
	line-height:		50px;
} html>body #footer {
	margin-left:		25px;
}

#footer_spacer {
	height:				20px;
	width:				650px;
	float:				left;
}



.divider {
	width:				300px;
	height:				3px;
	background-image:	url('../images/dot.gif');
	background-repeat:	repeat-x;
	margin-top:			10px;
	margin-bottom:		10px;
	float:				left;
}



.content_box {
	width:				300px;
	float:				left;
}

	.box_title {
		width:			300px;
		float:			left;
	}

	.box_img {
		width:			150px;
		height:			100px;
		float:			left;
	}

	.box_text {
		width:			140px;
		height:			100px;
		margin-left:	10px;
		float:			left;
	}
		

table {
	font-family:		"Arial", Garamond, serif; 
	font-size:			12px;
	text-align:			left; 
	color:				#425683; 
}



input, textarea, select {
	width:				180px;
	border:				1px solid #325484;
	font-size:			11px;
	font-family:		"Arial";
	padding-left:		3px;
	margin-bottom:		5px;
}

input, select {
	height:				18px;
}

textarea {
	height:				200px;
}
	
.input_submit {
	background:			#407db6;
	color:				white;
	font-weight:		bold;
}

.radio {
	width:				14px;
	border:				none;
}

.table_form_left {
	width:				120px;
}

table_form_right {
	width:				180px;
}