@charset "utf-8";
/* CSS Document */
/* Main Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4A89BE;
}
a:link {
	color: #226EA4;
}
a:visited {
	color: #A4531F;
}
a:hover {
	color: #A46A1F;
}

/* Styles for Post tables */
#post_table {
	width: 665px;
}
#post_table_UL{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/post_table_UL.png);
	background-repeat: no-repeat;
}
#post_table_UR{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/post_table_UR.png);
	background-repeat: no-repeat;
}
#post_table_BL{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/post_table_BL.png);
	background-repeat: no-repeat;
	
}
#post_table_BR{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/post_table_BR.png);
	background-repeat: no-repeat;
}
td.post_Header {
	width: 625px;
	background-color: #ffe9cb;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFF;
	vertical-align: middle;
	text-align: right;
	text-indent: 50px;
}
td.post_Body{
	background-color: #ffe9cb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
td.post_Footer{
	background-color: #ffe9cb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	width: 625px;
}
/* Styles for Contact table */
#contact_table{
	position: fixed;
	top: 100px;
}
td.contact_table_header{
	width: inherit;
	height: 19px;
	background-color: #ffb857;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFF;
}
#contact_table_UL{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/contact_table_UL.png);
	background-repeat: no-repeat;
}
#contact_table_UR{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/contact_table_UR.png);
	background-repeat: no-repeat;
}
#contact_table_BL{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/contact_table_BL.png);
	background-repeat: no-repeat;
	
}
#contact_table_BR{
	width: 20px;
	height: 20px;
	background-image:url(/images/table_images/contact_table_BR.png);
	background-repeat: no-repeat;
}
td.contact_Body{
	width: 201px;
	background-color: #ffb857;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-indent: 5px;
}
td.contact_Footer{
	background-color: #ffb857;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}

/* Styles for Main table */
#main_table_row {
	width: 713px; /*2px smaller to allow for border*/
	background-color: #ffb857;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#header {
	height: 100px;
	width: 715px;
	background-image:url(/images/table_images/table_header.jpg);
}
#footer {
	height: 40px;
	width: 715;
	background-image: url(/images/table_images/table_footer.jpg);
}

/* Styles for Control Panel */
#control_Panel{
	position: fixed;
	top: 100px;
}
#cp_header{
	height: 20px;
	width: 100px;
	background-image:url(/images/cp_images/cp_header.png);
}
#cp_footer{
	height: 20px;
	width: 100px;
	background-image:url(/images/cp_images/cp_footer.png);
}
