/* CSS Document */

html,body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	}

body
	{
	background: url('/images/design/background.jpg') top repeat-x #8dcb97;
	text-align: center;
	}

.BodyBase
	{
	width: 700px;
	margin: 0px auto;
	}

.LogoBase
	{
	margin: 0px 0px 0px 0px;
	}

#GAGCLogo
	{
	text-align: center;
	vertical-align: middle;
	border: 0px;
	width: 418px;
	height: 154px;
	}

.MenuBase
	{
	margin: 0px 0px 10px 0px;
	width: 700px;
	height: 40px;
	background: url('/images/design/menubg.gif') bottom center no-repeat;
	}

.MenuBase ul
	{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	list-style-type: none;
	height: 40px;
	}

.MenuBase li
	{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 25%;
	}

#FreeVisit a
	{
	color: #FFFFEE;
	text-decoration: none;
	}

.MenuBase a
	{
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
	
.MenuBase a:visited
	{
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
	
.MenuBase a:hover
	{
	color: #EAEAEA;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
	
.ContentBase
	{
	text-align: left;
	}

.ContentBase h1
	{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}

.ContentBase p
	{
	margin: 0px 0px 20px 0px;
	}

.ContentTop
	{
	width: 700px;
	height: 10px;
	background: url('/images/design/content_top.gif') bottom center no-repeat;
	}

.ContentScale
	{
	width: 700px;
	background: url('/images/design/content_scale.gif') top center repeat-y;
	padding: 5px 0px 5px 0px;
	}

.ContentText
	{
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 20px 0px;
	}

.ContentBottom
	{
	width: 700px;
	height: 10px;
	background: url('/images/design/content_bottom.gif') top center no-repeat;
	}

.NoP p
	{
	margin: 0px;
	padding: 0px;
	}

.SidePict
	{
	border: 1px #888888 solid;
	float: right;
	margin: 0px 0px 5px 5px;
	}

.Footer
	{
	font-size: 10px;
	color: #EAEAEA;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	}

.Footer a
	{
	color: #EAEAEA;
	text-decoration: underline;
	}
.Footer a:hover
	{
	}
.Footer a:visited
	{
	color: #EAEAEA;
	}
	
a
	{
	color: blue;
	}

a:hover
	{
	color: #AAAAFF;
	}
	
a:visited
	{
	color: blue;
	}

.CMSEditPage
	{
	position: relative;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 5px 5px 5px 5px;
	background: white;
	z-index: 20;
	color: #AEAEAE;
	}
.CMSEditPage a
	{
	color: blue;
	text-decoration: underline;
	}
.CMSEditPage a:hover
	{
	color: red;
	text-decoration: underline;
	}
.CMSEditPage a:visited
	{
	color: blue;
	text-decoration: underline;
	}