#header{
	background-color: #fff;
	height: 83px;
	margin-bottom: 7px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 12px;
}

#logoArea{
	display: block;
	width: 220px;
	float: left;
	margin: 0;
}

#sponsorLink{
	position: absolute;
	display: block;
	width: 200px;
	font-size: 9px;
	color: #b2b2b2;
	top: 99px;
	clear: both;
	margin: 0;
	/*background-color: fuchsia;*/
}

#sponsorLink a{
	display: inline;
	color: #b2b2b2;
	text-decoration: none;
}

#sponsorLink a:hover{
	color: #0099cc;
}

#topNavArea{
	position: relative;
	display: block;
	width: 660px;
	height: 16px;
	text-align: right;
	float: right;
}

#topNavArea ul{
	display: block;
	text-align: right;
	list-style: none;
	margin: 0;
}

#topNavArea li{
	display: inline;
	margin: 0;
}

#topNavArea li a{
	display: inline-block;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	margin-left: 8px;
	padding: 3px 5px 3px 5px;
	background-color: #b2b2b2;
}

#topNavArea li a:hover{
	background-color: #666;
}

#mainNavArea{
	position: relative;
	display: block;
	width: 660px;
	height: 25px;
	/*background-color: #b2b2b2;*/
	text-align: right;
	top: 42px;
	float: right;
	z-index: 15;
}

#banner{
	height: 175px;
	/*width: 920px;
	padding: 0 30px 0 30px;*/
	background-color: #fff;
}

#wraper{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

#wraper2{
	background-color: #fffFFF;
	padding-top: 20px;
	padding-bottom: 30px;
}

#leftColumn{
	/*background-color: blue;*/
	width: 170px;
	position: relative;
	float: left;
	margin-right: 30px;
}

#middleColumn{
	/*background-color: aqua;*/
	width: 450px;
	position: relative;
	float: left;
}


#middleColumnWide{
	/*background-color: aqua;*/
	width: 690px;
	position: relative;
	float: left;
}

#fullColumnWide{
	/*background-color: aqua;*/
	background-color: #fffFFF;
	width: 890px;
	position: relative;
	float: left;
}

#rightColumn{
	/*background-color: green;*/
	width: 210px;
	position: relative;
	float: left;
	margin-left: 30px;
}


#footerArea{
	padding: 15px 0 30px 0;
}

/******** Boxes and Paletes ***********/
.box{
	padding: 10px;
	background-color: #e2f3f8;
	float: left;
	margin-bottom: 25px;
}

.box_title{
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}

.blue_palete{
	background-color: #e2f3f8;
}

.blue_palete .box_title{
	color: #0099cc;
}

.grey_palete{
	background-color: #f5f5f5;
}


.list_palete{
	
}

.list_palete .box_title{
	background-color: #33add6;
	color: #fff;
	padding: 5px 5px 5px 10px;
}

/**** Lists Templates ******/
.list_block {
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

.list_block .item_title{
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #000;
	margin-bottom: 0.1em;
}

.list_block .item_date{
	display: block;
	color: #0099cc;
	margin-bottom: 0.1em;
}

.list_block .separator{
	display: block;
	height: 20px;
}


.list_box{
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

.list_box .doc_item{
	background-color: #f5f5f5;
	float: left;
	width: 100%;
}

.list_box .doc_item:hover,
.list_box .doc_item:focus{
	background-color: #f1f9fc;
}

.list_box .item_thumb{
	display: inline_block;
	float: left;
	margin-right: 10px;
}

.list_box .item_title{
	text-transform: uppercase;
	color: #666;
	display: block;
	margin-top: 0.5em;
}

.list_box .item_author{
	text-transform: uppercase;
	color: #0099cc;
	display:  block;
}

.list_box .separator{
	display: block;
	height: 10px;
	float: left;
	width: 100%;
}

/*********** Left Navigation Menu ********/
ul.leftMenu{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
	border-top: 1px solid #e9e8ea;
}

ul.leftMenu li{
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #e9e8ea;
}

ul.leftMenu a{
	display: block;
	color: #8a8b8e;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
}

ul.leftMenu a:hover,
ul.leftMenu a.current{
	color: #0099cc;
}


a.MenuDemo1 {
	color: #8a8b8e;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
}

a.MenuDemo1:hover {
	color: #0099cc;
}
a.MenuDemo1:current {
	color: #0099cc;
}


/************** Search Module ************/
#searchModule{
	display: block;
	float: left;
	margin-bottom: 25px;
}

#searchModule .searchField{
	width: 143px;
	height: 15px;
	padding: 3px 0px 0px 5px;
	margin: 0;
	border: 1px solid #33add6;
	float: left;
	color: #33add6;
	font-size: 1em;
}

#searchModule .searchButton{
	width: 20px;
	height: 20px;
	display: block;
	background-color: #33add6;
	background-image: url(../graphics/search_button.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	float: left;
}

#searchModule .searchButton:hover{
	background-color: #2496bf;
}

/*********** Login Module ********/
#loginModule{
	padding: 10px;
	background-color: #e2f3f8;
	float: none;
	width: 150px;
	background-color: #e2f3f8;
	color: #0099cc;
	margin-bottom: 25px;
}

#loginModule .box_title{
	color: #0099cc;
}

#loginModule input{
	height: 18px;
	width: 143px;
	padding: 3px 0px 0px 5px;
	border: 1px solid #33add6;
	margin-bottom: 10px;
	color: #33add6;
	font-size: 1em;
}

#loginModule .loginhButton{
	background-color: #33add6;
	color: #fff;
	display: inline-block;
	padding: 2px 9px 2px 9px;
	text-decoration: none;
}

#loginModule .loginhButton:hover{
	background-color: #2496bf;
}


/*********** Demo Block Link ********/

#demoBlock{
	display: block;
	float: left;
	width: 100%;
	height: 35px;
	
}

#demoBlock a{
	background-color: #f1f9fc;
	display: block;
	height: 100%;
	background-image: url(../graphics/demo_block.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#demoBlock a:hover{
	background-position: left top;
	background-color: #e3f4f8;
}
