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

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

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

.bizname {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

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

#wrapper {
	float:left;
	width:100%;
	margin-left: -70px;
}

#banner {
	width:100%;
	height:170px;
	background-image:url(images/banner2.png);
	background-repeat:no-repeat;
}

#left-col {
	float:left;
	width:42%;
}

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

#right-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;
}

.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;
	float: right;
	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:85%;
	text-align:center;
	margin:0px;
	padding:5px 15px;
	/*	background-color: #FFFFFF;*/
	background-color:#f5faff;/*Very Light Blue*/
}

img {
	border:0;
	background-color:#f5faff;
}

#copycontent ul {
	list-style-type:circle;
}

#copycontent a {
	display:inline;
}

#copycontent li {
	padding-top:5px;
}

