html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	background-repeat: repeat;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #E9E9E9;
	line-height: 19px;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../background_images/image4.jpg);
}

.bodytext p {
   font-size: 12px;
   line-height: 18px;
}

#archive-list li {font-size: 11px; padding-top: 10px;}
#archive-list li a {font-size: 12px; font-family: verdana, arial, helvetica; }
#archive-list li p {padding-bottom: 10px; }

.intro p.default { padding-top: 15px; margin-bottom: 10px;}

.bgthumbs {
	margin: 2px;
	border: 2px solid #000000;
}

.bgthumbs a:hover {
	border: 2px solid #0099CC;
}

h1, h2, h3, h4, p, ul, li, .poll {
	margin: 0px;
	padding: 0px;
	border:0px;
	list-style-type:none;
}

h1,h2,h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-style: inherit;
	text-align: left;
	color: #7E95C4;
	line-height: 18px;
	font-size: 16px;
	
}

h4 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-style: inherit;
	text-align: left;
	color: #7E95C4;
	line-height: 18px;
	font-size: 14px;
	
}

h1 {
	font-size: 18px;
}

a:link {
	color: #FCB814;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a:visited{
	color: #FCB814;
	font-weight: bold;
}

#logo {
	width: 980px;
	height: 130px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#headwrap {
	width: 980px;
	height: 130px;
	margin-bottom: 10px;
}

#wrapper {
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#leftwrap {
	text-align: left;
	width: 180px;
	margin-right: 10px;
	float: left;

}

* html #leftwrap {margin-right: 5px;}

#left{
	width: 180px;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat-y;
	list-style-type: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#leftinner2 .moduletable{
	padding-left: 10px;
	padding-right: 10px;
}

#right {
	width: 600px;
	text-align: left;
	float: left;
}

#rightinner {
	background-image: url(../images/right-mid.png);
	background-repeat: repeat-y;
	width: 600px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#rightinner2 {
	margin-left: 0px;
	list-style-type: none;
	padding: 20px;
	border: 0px;
    width: 560px;
}

#farrightwrap {
	text-align: left;
	margin-left: 0px;
	width: 180px;
	margin-left: 10px;
	float: right;
}

#farright {
	width: 180px;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat-y;
}

#farrightinner2 {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

.chapters {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	padding: 0px 0px 10px 10px;
}

.viewpoint {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
}

.latest_news {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

ul.menu {
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.menu li, .menu {
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 18px;
	line-height: 21px;
}

.menu li a {
	display: block;
	height: 20px;
	padding: 3px;
	position: relative;
	left: 1px;
	width: 172px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;

	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

.menu li a:link, ul.menu a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.menu li a:hover {
	display: block;
	background-color: #7E95C4;
	color: #000;
	background-image: url(../images/star-hover.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}