@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;
}

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: 0px;

}

h3 {
	margin-bottom:0;
}

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

#wrapper {
	width:100%;
}

#center-col {
	background:url(./images/center-col-top.png) top left no-repeat;
	width:100%;
	margin: 20px 0;
	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 4%;
	width: 92%;
	background-color:#f5faff;/*Very Light Blue*/
	margin-top: 10px;
}

