* {
	margin: 0;
}

html{
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/mainbg.png) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align:center;
	min-height:100%;
	height:100%;
}

html,body{
	height:100%;
}

a:link, a:visited{
	color:#6C7293;
	/*text-decoration:none;*/
}

a:hover, a:active{
	color:#1863b0;
	text-decoration:none;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #1B037C;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 120%;
}

p {
	margin-bottom:8px;
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	/*color: #E06529;*/
	color:#4d72cb;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 950px;
	height: 80px;
	margin: 0 auto;
}

/* Titlebar */

#titlebar {
	text-align:center;
	/*padding-top: 10px;
	padding-bottom:15px;*/
}

#titlebar h1{
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
	font-weight: bold;
}


#titlebar h2 {
	font-size: 92%;
}

#titlebar a {
	text-decoration: none;
}

#topspacer {
	padding:0px;	
	height:10px;
}

/* Header 2 */

#splash {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/*menu bar*/
#nav {
	background: url(images/menubg.png) top left repeat-x;
	clear: both;
	display: block;
	height: 33px;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	font-weight: bold;
	line-height: 2.5em;
	color: #FFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	border-right: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 0 .66em;
}
#nav li a:hover {
	color: #000;
	text-decoration: none;
}
#nav li a.no-border {
	border: none;
}

#cms-title{
	position:absolute;
	top:-26px;
	right:0px;
	font-weight: bold;
	font-size:15px;
	color: #ffffff;
}



/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background:#ffffff;
	position:relative;
	min-height:350px;
	height:auto !important;
	height:350px;
}

#pagewrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	/*min-width:1000px;*/
}

#pagewrapper, #nonfooter {
	position: relative;
	min-height: 100%;
	z-index: 10;
}

#set_fixed_width {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer-wrapper, .push {
	height: 25px; /* .push must be the same height as .footer */
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding-left: 20px;
}

#content_wide{
	float: left;
	width: 740px;
	padding-left: 20px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style:none;
}

#content ul li {
	padding-left: 15px;
	background: url(images/img08.png) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
	text-align:left;
}

.content {
	padding: 20px;
	background: url(images/img10.gif) no-repeat ;
	text-align:justify;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	text-align:left;
}

.ul-sidebar a {
	text-decoration:none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #cc0000;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer {
	width: 100%;
	/*margin: 0 auto;*/
	color:#666666;
	font-size:12px;
	height:20px;
	background: #cccccc;
	border-top: 5px solid #de06f1;
	
	position: relative;
	margin: -25px auto 0 auto;
	padding: 0px;
	clear: both;
	vertical-align: middle;
	z-index: 101;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

.dropcap, .dropcap2 {
float:left;
color:#666666;
font-size:60px;
line-height:46px;
padding-right:1px;
padding-top:3px;
} 

.dropcap2 {
font-size:42px;
line-height:35px;
padding-right:3px;
padding-top:1px;
} 

.boxheadline{
	padding-top:9px;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}

/*PAGE DIVS*/
#home-banner-large{
	position:absolute;
	left:8px;
	width:620px;
	height:220px;
	top:8px;
}

#home-banner-small{
	position:absolute;
	left:8px;
	width:306px;
	height:220px;
	top:8px;
}

#home-promo {
	position:absolute;
	left:322px;
	width:307px;
	height:220px;
	top:8px;
	background:url(images/promo-bg.png);
			text-align:left;
}
	#home-promo-inner{
		padding:5px;
	}

#home-news {
	position:absolute;
	right:8px;
	width:305px;
	top:8px;
}

	.news-top, .news-bottom{
		float:left;
		width:305px;
		height:48px;
		background:transparent url(images/news-top.png) no-repeat;
	}
	.news-bottom{
		height:11px;
		background:transparent url(images/news-bottom.png) no-repeat;
	}
	.news-middle{
		float:left;
		/*padding:15px;*/
		width:305px;
		background:transparent url(images/news-middle.png) repeat-y;
	}

#home-diary {
	position:absolute;
	left:8px;
	width:306px;
	height:100px;
	top:236px;
}

	.diary-top, .diary-bottom{
		float:left;
		width:306px;
		height:48px;
		background:transparent url(images/diary-top.png) no-repeat;
	}
	.diary-bottom{
		height:11px;
		background:transparent url(images/diary-bottom.png) no-repeat;
	}
	.diary-middle{
		float:left;
		width:306px;
		padding:5px;
		background:transparent url(images/diary-middle.png) repeat-y;
		text-align:left;
	}

#home-welcome {
	position:absolute;
	left:322px;
	width:306px;
	height:100px;
	top:236px;
	font-size:14px;
	color:#000000;
	text-align:justify;
}

.sidebar{
	position:absolute;
	left:8px;
	width:200px;
	height:220px;
	top:8px;
}

	.sidebar-top, .sidebar-bottom{
		float:left;
		width:200px;
		height:48px;
		background:transparent url(images/sidebar-top.png) no-repeat;
	}
	.sidebar-bottom{
		height:11px;
		background:transparent url(images/sidebar-bottom.png) no-repeat;
	}
	.sidebar-middle{
		float:left;
		width:200px;
		/*height:300px;*/
		text-align:left;
		background:transparent url(images/sidebar-middle.png) repeat-y;
	}

.central{
	position:absolute;
	left:216px;
	top:8px;
	width:518px;
	text-align:left;
}

.newsleft{
	position:absolute;
	left:8px;
	top:8px;
	width:384px;
	text-align:left;
}

.newscentral{
	position:absolute;
	left:400px;
	top:8px;
	width:150px;
	text-align:left;
}

.newsright{
	position:absolute;
	right:8px;
	top:8px;
	width:384px;
	text-align:left;
}

.heading{
	color:#1c67b5;
	font-weight:bold;
	font-size:24px;
	letter-spacing:.1em;
}

.pagetext{
	line-height:1.3em;
	margin-top:20px;
	font-size:15px;
	text-align:justify;
}

table{
	font-size:13px;
}

.ul-sidebar{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	list-style-type:square;
}

.rightbar{
	position:absolute;
	right:8px;
	top:8px;
	width:200px;
	text-align:left;
}

.popup{
	position:absolute;
	left:250px;
	top:65px;
	width:400px;
	height:250px;
	text-align:left;
	background-color:#d6e7f0;
	border:ridge #ea5201 6px;
	padding:6px;
}