html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: 2px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

h2 {
	letter-spacing: 2px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

p, ul, ol {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	line-height: 140%;
}

ul, ol {
}

a {
	color: #64688C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

.alignleft {
	float: left;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

.alignright {
	float: right;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 10px;
}

img.alignright {
	margin-left: 25px;
}

.two-columns {
	width: 1000px;
}

.column-one {
	float: left;
	width: 300px;
	padding: 20px 10px 20px 30px;
	margin: 20px 0px 20px 0px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: dotted;
}

.column-one a {
	color: #64688C;
	text-decoration: none;
}

.column-one a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #FFCCFF;
}

.column-two a {
	color: #64688C;
	text-decoration: none;
}

.column-two a:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #FFCCFF;
}

.column-two {
	float: right;
	width: 600px;
	padding: 20px 30px 20px 0px;
	margin: 20px 0px 20px 0px;
}

.licolumntwo {
	display: inherit;
}

.licolumntwo a:hover {
	display: block;
	padding: 3px 3px 3px 3px;
	background: #64688C;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.licolumntwo a {
	display: block;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.lisidetable {
	display: block;
}

.lisidetable a:hover {
	display: block;
	padding: 3px 3px 8px 20px;
	border-bottom: 1px solid #ffffff;
	font-weight: lighter;
	text-decoration: none;
	color: #000000;
	background-image:url(images/bg-sidetable-ovr.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.lisidetable a {
	display: block;
	padding: 3px 3px 8px 20px;
	border-bottom: 1px solid #ccccff;
	text-decoration: none;
	font-weight: lighter;
	color: #64688C;
	background-image:url(images/bg-sidetable.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.central {
	text-align: center;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
}

.list1 li.alt {
}

.list1 a {
	color: #FFFFFF;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

.templatebox {
	border-top-color: #A6CAE4;
	border-top-style: solid;
	border-top-width: 1px;
}

.templatebox a:hover {
	border-top-color: #A6CAE4;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFCCCC;
	text-decoration: none;
	color: #000000;
	display: block;
}

/* Wrapper */

#wrapper, #bg1, #bg2 {
}

html>body #wrapper, html>body #bg1, html>body #bg2 {
}

#wrapper {
	background: url(images/bg2b.gif) repeat-x left top;
}

#bg1 {
}

#bg2 {
}

/* Header */

#header {
	width: 1000px;
	height: 100px;
	margin: 0px auto;
}

/* Title */

#title {
	float: left;
	width: 550px;
	height: 100px;
	background-image:url(images/bgtitle.gif);
	background-position: bottom;
	backgound-repeat: no-repeat;
}

#title h1 {
	padding: 100px 0px 15px 0px;
	text-transform: lowercase;
}

#title a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	height: 100px;
	width: 400px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 40px 50px 0px 100px;
}

#menu li {
	display: inline;
}

#menu a {
}

#menu a:hover {
	background-color: #64688C;
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
}

/* Content */

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

.post {
}

.links {
	height: 50px;
	clear: both;
	padding: 0px 0px 0px 0px;
}

.tablinks {
	color: #000000;
	font-size: 13px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

.tablinks a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 20px 15px 20px;
}

.hoverer a:hover {
	background-color: #CC99CC;
	background-image: url(images/bg-link-as.gif);
	background-repeat: repeat-x;
	color:#000000;
	text-decoration: none;
}

.hovereractive a, a:hover {
	background-color: #CCCCFF;
	color: #000000;
	text-decoration: none;
}

.entry {
	padding: 30px 30px 30px 30px;
}

.entry li {
	font-size: 12px;
	line-height: 20px;
}

.entry p {
	font-size: 12px;
	line-height: 20px;
}

.entry a {
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

.meta {
	padding: 10px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.meta p {
	margin: 0px;
	line-height: normal;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 240px;
	padding: 20px 0px 20px 10px;
	margin: 20px 0px 20px 0px;
	border-left-color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
}

.sidebar a {
	color: #64688c;
}

.sidebar a:hover {
	color: #333333;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	background-color: #64688C;
}

#footer p {
	margin: 0px;
	padding: 20px;
	line-height: normal;
	text-align: justify;
	color: #cccccc;
	font-size: 9px;
}

.emailentry {
	background-color: #ffffff;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}
.submit {
	background-color: #666699;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

.bottom {
	background-color: #FFCCFF;
	background-image:url(images/bg-bottom.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.cssform {
	background-color: #cccccc;
	border-width: 1px;
	border-color: #64688C;
	border-style: solid;
	
}

.tabler {
	border-color: #64688C;
	border-style: solid;
	border-width: 1px;
}
.tabler a:hover {
	padding: 3px 3px 3px 3px;
	background: #64688C;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.tabler a {
	display: block;
	padding: 3px 3px 3px 3px;
	border: 1px solid #64688C;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #64688C;
	font-family: Arial, Helvetica, sans-serif;
}
.tabler1 {
	border-top: 2px solid #64688C;
}
.tabler1 li {
	display: block;
	padding: 1px;
}
.tabler1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
.tabler1 a:hover {
	padding: 3px 3px 3px 3px;
	background: #64688C;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.tabler1 a {
	display: block;
	padding: 3px 3px 3px 3px;
	background: #CC99CC;
	border: 1px solid #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
