body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	background-color: #000000;
	color: #999999;
	line-height: 1.2;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #CF484B;
	border-bottom: 2px solid #cf484b;
	font-size: 24px;
	line-height: 28px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
	color: #CF484B;
	margin-top: 20px;
}
h4 {
	font-weight: bold;
	color: #601A1C;
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}



p {
	margin: 0px 0px 8px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}


#wrapper {
	width: 756px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images/int-bg-page.jpg);
	background-repeat: repeat-y;
	color: #333333;
}
#wrapper a {
	color: #CF484B;
}
#wrapper a:hover {
	text-decoration: none;
}

#header {
	background-image: url(/Athens_ext_sign.gif);
	height: 100px;
}
#header h1 {
	margin: 0px;
	margin-left: -20000px;
}
#mainMenu {
	background-color: #000000;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	color: #CF484B;
	font-weight: bold;
	padding: 2px 0px 6px;
}

#contentArea {
	padding: 20px;
	margin: 0px 40px;
}

#footer {
	text-align: center;
	padding: 20px;
	clear: both;
}
#copyright {
	width: 756px;
	margin: 5px auto;
	text-align: center;
}
.subtitle {
	color: #800000;
}
.column {
	width: 48%;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}


.clear {
	height: 1px;
	clear: both;
}



.border {
	border: 2px solid black;
	padding: 10px;
}
.border h3 {
	margin-top: 8px;
}

.solid {
	background-color: #FFFFFF;
}
.bold {
	font-size: 16px;
}

.subheading {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	letter-spacing: 1px;
}
.notice {
	font-size: 11px;
	line-height: 1.5;
	margin: 20px;
	color: #006600;
}
.imgCaption {
	width: 320px;
	text-align: center;
	color: #800000;
	font-weight: bold;
	line-height: 10px;
}
