@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
A:link {
	color: #9b0101;
	text-decoration: none;
}
A:visited {
	color:#9b0101;
	text-decoration: none;
}
A:hover {
	color: #00709f;
	text-decoration: underline;
}
A:active {
	color:#9b0101;
	text-decoration: none;
}
#header A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header A:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header A:hover {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header A:active {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer A:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:visited {
	color: #CCCCCC;

	text-decoration: none;
}
#footer A:hover {
	color: #FFFFCC;

	text-decoration: underline;
}
#footer A:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	color: #04337c;
	font-size: 24px;
	text-align: center;
}

#container {
	width: 800px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	background-color: #FFFFFF;
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
}

#header {
	background-image: URL(gr/banner2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 205px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;

}

#header p {
	text-align:center;
	padding-top: 135px;
	margin-top: 0px;
	}

#content {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	min-height: 1150px;
}
#contentlong {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	min-height: 1150px;
}

#content em {
	font-style: italic;
	font-size: 12px;
}

#left{
	float: left;
	width: 215px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
#right{
	float: right;
	width: 515px;
	background-color: #FFFFFF;
	background-image: URL(gr/watermark.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-left: 15px;
	border-left-color:#666666;
	border-left-style: dotted;
	border-left-width: thin;
}
#footer {
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #002f7f;
	height: 40px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #FFFFFF;
	font-size: 10px;

}


