
body{
	padding: 25px 0px 0px 0px;
	background-color: #000;	
	font-family:Arial, Helvetica;
	font-size: 8pt;
	color: #2d2d2d;
}

body.white{
	padding: 25px 0px 0px 0px;
	background-color: #fff;	
	font-family: Helvetica,  Arial;
	font-size: 8pt;
	color: #2d2d2d;
}

td{
	font-family: Helvetica,  Arial;
	font-size: 8pt;
	color: #2d2d2d;
}


#main{
	border: 6px solid #7e7e7e;
	width: 750px;
}

#logo{
	background-color: #262626;
}

#av{
	background-color: #262626;
	height: 33px;
	text-align: right;
}


#topnav{
	background-color: #000;
	height: 24px;
}

#banner{
	background-color: #000;
	height: 100px;
}

.subscribe{
	background-color: #262626;
	height:30px;
}

.subscribe INPUT{
	border: 1px solid #262626;
	margin: 3px 0px 4px 0px;
	padding-left: 5px;
	height: 20px;
	width: 250px;
	background-color: #C9CACB;
	font-family: monospace;
	color: #2d2d2d;
}


/* content with no left nav */
#content{
	background-color: #fff;
	padding: 15px 20px 15px 20px;
	height: 200px;
}



/* content with left nav */
#nonav_content{
	background-color: #fff;
	padding: 30px 30px 30px 50px;
	height: 200px;
}



.linkscontact{
	background-color: #454545;
	height: 30px;
}




a{
	color: #ac82cc
}
a:hover{
	color: #ac82cc;
	text-decoration: none;
}





/*start:  what's new */
.news .left-item{
	background-color: #f0f0f0;
	padding: 10px;
	width: 330px;
	border-bottom: 2px solid #fff;
}

.news .right-item{
	background-color: #ffffff;
	padding: 10px;
}

.news .date{
	color: #b4b4b4;
	font-weight: bold;
}

.news .title{
	font-weight: bold;
}



.left-item .descr{
	padding-top: 5px;
}

.right-item .date{
	padding-right: 10px;
}
/*end:  what's new */



/*being: leftnav */
#leftnav a{
	font-size: 9pt;
	color: #262626;
	text-decoration: none;
}

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


/*end: leftnav */



.h1{
	color: #ac82cc;
	font-size: 13pt;
	font-weight: bold;
}

.h2{
	color: #262626;
	font-size: 10pt;
	font-weight: bold;
}

.h3{
	font-size: 9pt;
	font-weight: bold;
}

image.gallery{
	border-color: #6C6C6C;
	border-width: 1px;
   }
	  
table.gallery
{
	background-color: #A3A3A3;
}


input.text { 
 background-color: #ffffff; 
 
}
.gray{
 background-color: #eeeeee;
}

.alert{
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}