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

body {
	font-family:"Times New Roman", Times, serif;
	font-size:13.5px;
	background-image: url(./images/gradient.png);
	background-color:#ebf6ff; /*Light Blue*/
	background-repeat:repeat-x;
}

ul {
	list-style-type:none;
	margin: 0px;
}

a {
	text-decoration:none;
}

a:link {
	color:#2cb431;/*green*/
}

a:visited {
	color:#6F559D;/*purple*/
}

a:hover {
	color:#6F559D;/*purple*/
}

a:active {
	color:#6F559D;/*purple*/
}

p {
	margin-top:0;
}

h3 {
	margin-bottom:0;
}

h1 {
	color:#2cb431;/*green*/
	background-color:white;
	padding:10px;
	margin-top:0;
	font-size:200%;
}

li a {
	width:100%;
	display:block;
}

#container {
	width: 700px;
	margin:auto;
	position: relative;
}

#wrapper {
	float:left;
	width:100%;
}

#left-col {
	background:url(./images/go-logo.png) top center no-repeat;
	width:220px;
	float: left;
/*	text-align: center;*/
	padding-top: 90px;
}

#center-col {
	background:url(./images/center-col-top.png) top left no-repeat;
	width:54%;
	margin: 20px 2%;
	padding: 0%;
	float: left;
}

#center-col-inner {
	background:url(./images/center-col-bot.png) bottom left no-repeat;
	width:100%;
	padding-bottom: 10px;
}

#copycontent {
	padding: 10px 5%;
	width: 90%;
	background-color:#f5faff;/*Very Light Blue*/
	margin-top: 10px;
}

.outter {
	/*	background:url(./images/nav-top.gif) top left no-repeat;*/
	background:url(images/left-col-top.png) top left no-repeat;
	padding: 10px 0px 0px;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.inner {
	/*	background:url(./images/nav-bot.gif) bottom left no-repeat;*/
	background:url(./images/left-col-bot.png) bottom left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#6F559D; /*Purple*/
	padding-bottom: 10px;
	width: 100%;
}

.inner ul {
	line-height:200%;
	font-size:110%;
	/*	font-weight:bold;*/
	padding:0px 15px;
	/*	background-color: #FFFFFF;*/
	background-color:#f5faff;/*Very Light Blue*/
}

.inner p {
	font-size:80%;
	text-align:center;
	margin:0px;
	padding:5px 15px;
	/*	background-color: #FFFFFF;*/
	background-color:#f5faff;/*Very Light Blue*/
}

img {
	border:0;
}

.grey {
	color:#7d7d7d; /*grey*/
}


.grey h2 {
	color:#2cb431;/*green*/
	background-color:white;
	padding:10px;
}

textarea {
	font-family:"Lucida Grande", sans-serif;
	font-size:85%;
	width: 100%;
	overflow:auto;
	margin-bottom:10px;
}
