﻿/* CSS Document */

body {
	background-color: #feef8e;
	margin: 0;
	padding: 0;
}
#Table {
	width: 1024px;
	margin: -1px 0 0 0;
	border: 1px #feef8e solid;
}

#Left {
	float: left;
	clear: right;
	width: 167px;
}

#Left_Margin {
	float: left;
	clear: both;
	width:167px;
	height:634px;
}

#Empty_Left {
	float: left;
	clear: both;
	width:167px;
}

#Center {
	float: left;
	clear: right;
	width: 699px;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;
}

#Header {
	float: left;
	clear: both;
	width: 699px;
	height: 102px;
}

#Menu {
	float: left;
	clear: both;
	width: 699px;
	height: 24px;
	background-image: url(../images/default_04.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
}

#Menu a, #Menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #601405;
	text-decoration: none;
}

#Menu a:hover, #Menu a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

#Contents {
	float: left;
	clear: both;
	width: 609px;
	min-height: 475px;
	overflow: visible;
	background-image: url(../images/default_05.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 45px 25px 45px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #601405;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #601405;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #601405;
	text-decoration: none;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #601405;
	text-decoration: none;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #601405;
	text-decoration: none;
}

a, a:visited {
	color: #601405;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}

#Footer {
	float: left;
	clear: both;
	width:699px;
	height:56px;
	background-image: url(../images/default_08.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #601405;
}

#Right {
	float: left;
	clear: right;
	width: 158px;
}

#Right_Margin {
	float: left;
	clear: both;
	width: 158px;
	height: 634px;
}

#Empty_Right {
	float: left;
	clear: both;
	width: 158px;
}

.imageborder {
    border: 1px solid #662222;
}

.gridviewheader 
{
	border-bottom: solid 1px brown;
	background-color:#FAEF92;
	color: #601405;
	}