@charset "UTF-8";

html{
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCCCCC;
}

#main {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 860px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border: 0 0 0 0;
	border-style: none;
}

#wrap {
	height: 100%;
	width: 800px;
}

#left {
	height: 100%;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	width: 30px;
}

#right {
	height: 100%;
	background-image: url(images/right.png);
	background-repeat: repeat-y;
	width: 30px;
}

#navigation {
	width: 780px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #999999;
}

#navimage {
	width: 188px;
	padding: 0px;
	border: 0px;
	background-image: url(images/AGXG4.1.jpg);
	background-repeat: no-repeat ;
}

#navlinks {
	padding: 0px;
	background: url(images/text.jpg) no-repeat center top;
}


#ulMainNav1 {
	float: right;
	width: 560px;
	padding-top: 0px;
	margin-top: 0px;
}
#ulMainNav2 {
	float: right;
	width: 560px;
	padding-top: 50px;
}

#ulMainNav1 li {
	display: inline;
	list-style-type: none;
}

#ulMainNav2 li {
	display: inline;
	list-style-type: none;
}

#ulMainNav1 a {
	float: right;
	color: #000000;
	text-decoration: none;
	font: 18px Georgia, Times, serif;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom: 1px solid #000000;
}

#ulMainNav2 a {
	float: left;
	color: #000000;
	text-decoration: none;
	font: 16px Georgia, Times, serif;
	height: 22px;
	text-align: center;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom: 1px solid #000000;
}

#ulMainNav1 a:hover {
	color: #157aff;
	background: url(images/arrow2.gif) no-repeat center bottom;
}

#ulMainNav2 a:hover {
	color: #157aff;
	background: url(images/arrow2.gif) no-repeat center bottom;
}

#content {
	width: 600px;
	text-align: justify;
	margin-top: 50px;
}

.accent {
	background-color: #B5D5FF;
	padding: 15px;
	margin: 20px;
}