/* CSS Project */

body {
	text-align: center;
	margin:0px 0px; 
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D5DAC7;
}

#layout {
	margin: 0px auto;
	background-image:url(images/gra_background.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	width: 720px;
	position: relative;
	margin-bottom: 30px;
}

#topBar {
	z-index: 2;
	margin-top: 0px;
	margin-bottom: 7px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 205px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #E7AD27;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 21px;
	font-weight: bold;
}

.featureHead {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #984501;
}

.bold {
	font-size: 24px;
	font-weight: bold;
}

#middle {
	position: relative;
	z-index: 3;
	width: 720px;
	background-image:url(images/middle.jpg);
	background-repeat: repeat-y;
	text-align: justify;

	top: 
	left: 0px;
	margin-bottom: 20px;
	top: -6px;
}

#content{
	position: relative;
	left: 24px;
	z-index: 4;
	width: 657px;
	padding: 5px 12px;
	padding-bottom: 50px;
	top: 65px;
}

#bottom {
	position: relative;
	z-index: 10;
	width: 720px;
	height: 135px;
	background-image: url(images/gra_footerImg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 50px;
	top: 84px;
}

.links {
	border-left: thin dotted #CCCCCC;
	float: right;
	width: 120px;
	height: 975px;
	text-align: right;
	padding: 5px 8px 10px 2px;
	margin-right: 1px;
	background-color: #E8F0D3;
	margin-left: 9px;
	margin-bottom: 8px;
}

p{
	line-height: 19px;
}

.article {
	border-bottom: thin dotted #CCCCCC;
	padding: 10px auto;

}

a:link {
	font-style: normal;
	text-decoration: underline;
	color: Olive;
}

#nav {
	position: absolute;
	z-index: 8;
	width: 209px;
	height: 31px;
	top: 169px;
	left: 477px;
	text-align: right;
}

#mainlinks {
	position: absolute;
	z-index: 15;
	width: 657px;
	height: 35px;
	top: -5px;
	left: 23px;
	text-align: left;
	padding-left: 25px;
	background-image: url(images/gra_pgCorner.gif);
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	padding-top: 28px;
}

.featureRight {
	float: right;
	padding: 8px 4px;
	margin-left: 10px;
	width: 150px;
	background-color: #C0CC8A;
	border: 1px solid #E7AD27;
}

.cr {
	font-size: 10px;
	color: gray;
}

.featureLeft {
	float: left;
	padding: 4px 4px;
	margin-right: 10px;
	width: 150px;
	background-color: #C0CC8A;
	border: 1px solid #E7AD27;
}
