* {
	margin:0;
	padding:0;
}

html, body {
	font-family:"Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width:769px;
	margin:5px auto;
}

#header {
	width:769px;
	height:110px;
	background:url(../images/header.png) no-repeat;
}

#middle {
	width:769px;
}

#page {
	width:769px;
	min-height:580px;
	height:auto !important;
	height:580px;
	background:url(../images/page.gif) repeat-y;
}

#heading {
	height:40px;
	width:733px;
	padding:0 18px;
	line-height:32px;
	background:url(../images/heading.gif) no-repeat;
	font-weight:bold;
	text-align:right;
}

#heading h2 {
	font-size:0.9em;
	margin:0;
	padding:0;
}

#bottom {
	height:40px;
	width:769px;
	line-height:40px;
	background:url(../images/bottom.gif) no-repeat;
}

.tile {
	position:relative;
	width:229px;
	height:280px;
	background:url(../images/tile.gif) no-repeat;
	margin:7px auto;
	background-color:#CCDEFF;
}

.tile a {
	color:#2A4981;
	text-decoration:none;
}

.image1 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/1.jpg) no-repeat; }
.image2 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/2.jpg) no-repeat; }
.image3 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/3.jpg) no-repeat; }
.image4 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/4.jpg) no-repeat; }
.image5 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/5.jpg) no-repeat; }
.image6 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/6.jpg) no-repeat; }
.image7 { position:absolute; left:16px; top:64px; width:198px; height:83px; background:url(../images/7.jpg) no-repeat; }

.title {
	width:196px;
	height:20px;
	line-height:20px;
	font-size:0.9em;
	font-weight:bold;
	color:#ffff00;
	position:relative;
	left:19px;
	top:35px;
	text-align:right;
}

.text {
	width:196px;
	height:90px;
	left:17px;
	top:162px;
	position:absolute;
	font-size:0.8em;
	color:#2A4981;
}

.text h3 {
	font-size:1em;
	margin-bottom:4px;
	font-weight:bold;
}

#special {
	color:#2A4981;
	padding:16px;
	font-size:0.9em;
}

#footer {
	width:749px;
	margin:5px auto;
	border-top:1px solid #2A4981;
	padding-bottom:6px;
	padding-top:3px;
}

#footer p {
	color:#2A4981;
	font-size:0.8em;
	line-height:1.5em;
	text-align:center;
}

#footer p a {
	color:#2A4981;
	font-weight:bold;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}

#copy {
	color:#2A4981;
	font-size:0.8em;
	line-height:1.5em;
	text-align:center;
}

#copy a { 
	color:#2A4981;
	text-decoration:none;
}

#copy a:hover { text-decoration:underline; }

#left {
	width:190px;
	float:left;
	padding:5px 18px 10px 18px;
	font-size:0.8em;
	color:#2A4981;
}

#left h2 {
	font-size:1.5em;
	margin:30px 0px 10px 0px;
	padding:0;
}

#right {
	width:520px;
	float:left;
	padding:5px 10px;
	font-size:0.8em;
	color:#2A4981;
}

#left p {
	margin-bottom:10px;
	
}

#left p a {
	color:#2A4981;
	text-decoration:none;
	padding-bottom:2px;
	display:block;
	border-bottom:1px dotted #BCD4FF;
}

#left p a:hover {
	border-color:#2A4981;
}

#left #sub-link a {
	color:#2A4981;
	text-decoration:none;
}

#left #sub-link a:hover {
	text-decoration:underline;
}

#right h3 {
	margin-bottom:8px;
}

