/* CSS Document */
body {
	font-family:		sans-serif;
	font-size:		1em;
	background-image:	url('images/brown_check_bg.jpg');
	background-repeat:	repeat-y;	
	margin-right:		auto;
	margin-left:		auto;
}

#content_frame {
	width:			600px;
	margin-left:		auto;
	margin-right:		auto;
}


#main_content {
	width:			600px;
	height:			525px;
	background-color:	#718D7D;
	border:			0px;
	margin-left:		8px;
	margin-top:			-3px;
}

#content_menu {
	font-size:		10pt;
	padding:		0px;
}

#right_menu {
	background-color:	#718D7D;
	width:			110px;
	border-left:		1px solid black;
	border-right:		1px solid black;
	border-bottom:		1px solid black;
	border-top:			1px solid black;
	float:			right;
	margin-right:		1em;
	margin-top:			2em;
	padding:		3px;
	text-align:		center;
	font-size:		10pt;
}

#right_menu.front_badge { margin-top: 10em; }

#right_menu_text {
	width:			100px;
	text-align:		center;
	margin-left:	5px;



}

#art_frame {
	background-color:	#718D7D;
	width:			400px;
	float:			left;
	margin-top:		2em;
	margin-left:		1em;
	border-top:			1px solid black;
	border-left:		1px solid black;
	border-right:		1px solid black;
	border-bottom:		1px solid black;
	font-size:		10pt;
	text-align:		justify;
	padding:		1em;
}

#footer {
	width:			300px;
	border:			1px dashed green;
}

input {
	border:				1px solid #4C697B;
	background-color:	#CAD2D8;
	font-size:			0.8em;
	margin:				1px;
}

.my_checkbox {
	border:				1px solid #4C697B;
	background-color:	#718D7D;
}

textarea {
	border:				1px solid #4C697B;
	background-color:	#CAD2D8;
}

a.content_menu:link 	{ color: black; border-left: 2px solid black; text-decoration: none; }
a.content_menu:visited 	{ color: black; border-left: 2px solid black; text-decoration: none; }
a.content_menu:hover 	{ color: #BDC8CD; border-left: 2px solid #B5A761; background-color: #4C697B; text-decoration: none; }
a.content_menu:active 	{ color: black; border-left: 2px solid black; text-decoration: none; }

a.right_menu:link 		{ color: black; border-left: 2px solid black; text-decoration: none; }
a.right_menu:visited 	{ color: black; border-left: 2px solid black; text-decoration: none; }
a.right_menu:hover 		{ color: #BDC8CD; border-left: 2px solid #B5A761; background-color: #4C697B; text-decoration: none; }
a.right_menu:active 	{ color: black; border-left: 2px solid black; text-decoration: none; }

a.art_frame:link 		{ color: black; border-left: 2px solid black; text-decoration: none; }
a.art_frame:visited 	{ color: black; border-left: 2px solid black; text-decoration: none; }
a.art_frame:hover 		{ color: #BDC8CD; border-left: 2px solid #B5A761; background-color: #4C697B; text-decoration: none; }
a.art_frame:active 		{ color: black; border-left: 2px solid black; text-decoration: none; }

a.text_link:link 		{ color: #B6C8D1; text-decoration: underline; }
a.text_link:visited 	{ color: black; text-decoration: none; }
a.text_link:hover 		{ color: #BDC8CD; background-color: #4C697B; text-decoration: none; }
a.text_link:active 		{ color: black; text-decoration: none; }