body {
	text-align: center;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 1em;
	background-color:#FFF;
}
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h6, p, ul, ol, li {
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
p,ul,ol {
	font-size:12px;
}
a:link, a:active, a:visited {
	color: #335EA8;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

.inside {
	padding: 1em;
}

/*Layout Styles*/

#wrap {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: table;
	margin-bottom: 1em;
}
#head {
	clear: both;
	height: 50px;
}
#logo {
	float: left;
}
#login {
	float: right;
	margin-top: 1em;
}
#login ul {
	margin: 0px;
	list-style-type: none;
}
#login li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#login a:link, #login a:active, #login a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url("../images/client-login.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#login a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#navigation {
	clear: both;
	background-image: url("../images/mainmenu-bg.jpg");
	height: 35px;
	margin-bottom: 1em;
	padding-right: 5px;
	padding-left: 5px;
	z-index:200;
}
#topmenu {
	float: left;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url("../images/mainmenu-seporator.jpg");
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
#topmenu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#search {
	float: right;
	margin-top: 5px;
}
#search input.button {
	background-image: url("../images/go-button.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: .8em;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	height: 22px;
	width: 22px;
	margin: 0px;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#banner {
	clear: both;
	margin-bottom: 1em;
	z-index:100;
}
#content {
	clear: both;
	background-image: url("../images/content-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content div {
	background-image: url("../images/content-bg-gradient.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
#content li {
	background-image: url("../images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 12px;
}
#content h6 {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 5px;
}
#content h3 {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 5px;
}
#content h2 {
	font-size: 1em;
	color: #8AA157;
	padding: 0px;
}
#content-l {
	float: left;
	width: 246px;
}
#content-l div {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px;
	height: 210px;
}
#content-m {
	width: 275px;
	float: left;
}
#content-m div {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 210px;
}
#content-r {
	float: right;
	width: 246px;
}
#content-r div {
	padding: 5px;
	height: 210px;
}
#footer {
	clear: both;
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	display: table;
	width: 100%;
	font-size: 10px;
	color: #999999;
	background-color: #E4E4E4;
	height: 35px;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	float: right;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: transparent;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #999999;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 8px;
	padding-left: 6px;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}


