@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bkg.png);
	background-repeat: repeat-x;
	background-color: #404789;
}
li{
	list-style: square inside; color:#5351d6;
	}

.leftbanner {
	background-image: url(img/img-reel.png);
	background-repeat: repeat-x;
	background-position: right;
}
.page {
	background-image: url(img/paper.png);
	background-repeat: repeat-y;
}
.bot {
	background-image: url(img/chrome.png);
	background-repeat: no-repeat;
}
.left {
	background-image: url(img/shad_lft.png);
	background-repeat: repeat-y;
	background-position: right;
}
.right {
	background-image: url(img/shad_rt.png);
	background-repeat: repeat-y;
}
.sidebar {
	color: #5351d6;
	font-size: 19px;
	font-family:  Helvetica, Arial, sans-serif;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
.footer {
	color: #091827;
	font-size: 13px;
	font-family:  Helvetica, Arial, sans-serif;
	font-variant: normal;
	font-style: italic;
}
.regtext {
	color: #091827;
	font-size: 17px;
	font-family:  Helvetica, Arial, sans-serif;
	
    line-height: 150%;
}
.subhead {
	color: #5351d6;
	font-size: 19px;
	
}
a:link {
	color: #5351d6;
	text-decoration: none;
}
a:visited {
	color: #5351d6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

