@charset "utf-8";
/* CSS Document */

.header {
height:250px;
width:543px;
position:absolute;
left:241px;
font-family:Garamond, Georgia, "Times New Roman";
font-size:18px;
font-style:italic;
}

h1 {
font-family:Garamond, Georgia, "Times New Roman";
font-size:16px;
color:#990000;
font-weight:bold;
}

h2 {
font-family:Garamond, Georgia, "Times New Roman";
font-size:16px;
font-style:italic;
line-height:90%;
}

h3 {
font-family:Garamond, Georgia, "Times New Roman";
font-size:26px;
font-style:italic;
line-height:90%;
padding-bottom:0;
}


.nav {
width: 1025px;
position: absolute;
left: 0px;
top: 260px;
}

.left {
width: 250px;
position: absolute;
left: 10px;
top: 310px;
font-family:Garamond, Georgia, "Times New Roman";
}

.center {
width:340px;
position:absolute;
left:270px;
top:310px;
font-family:Garamond, Georgia, "Times New Roman";
}

.right {
width:300px;
position:absolute;
left:620px;
top:310px;
font-family:Garamond, Georgia, "Times New Roman";
}

.title {
font-family:Garamond, Georgia, "Times New Roman";
font-size:16px;
font-weight:bold;
}

.body {
margin: 0;
padding: 0;
font-family: Verdana, Lucida Grande, Tahoma, Helvetica, sans-serif;
color: #000;
background-color: #fff;
}

.article {
	width:600px;
	position:absolute;
	left:20px;
	top:100px;
	font-family:Garamond, Georgia, "Times New Roman";
	height: 16px;
}

.title {
	font-family:Garamond, Georgia, "Times New Roman";
	width:600px;
	position:absolute;
	font-weight:bold;
	left:20px;
	font-size:20px;
	color:#CC3300;
}

a:link {
	font-family:Garamond, Georgia, "Times New Roman";
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color:#CC0000;
}
a:hover {
	font-family:Garamond, Georgia, "Times New Roman";
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
	text-decoration: none;
}

a:visited {
	font-family:Garamond, Georgia, "Times New Roman";
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
	text-decoration: none;
}
