
body 
{
    background-color:#FFFFFF;
	/* background:#8b8b8b; */
	color:#303030;  
	font:75% sans-serif,Tahoma, helvetica, Arial;
	margin:10;
	padding:0;
	text-align:left;
}
div#top 
    {width:17px;
		   height:17px;
}
th {
    text-align:left;
}

h1  {
    color: #ff0000;
    background: #303030;
    font-weight: normal;
    text-align: right;
}

h2 {
    color: #cccccc;
    background: #303030;
    font-weight: normal;
    text-align: right;
}
    
a {
	color:#505050;
	font-weight:bold; 
	text-decoration:none;
}

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

p {
	line-height:1.2em;
	margin: 0 10px 15px 15px;
}

.tdbut {
    height: 20px;
    background: url(../img/sub_tt.gif);
}

.tdimg  {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: solid 1px #003399;
}
/*** Main container ***/

#container 
{
	color:#303030;
	background-color: #ffffff;
/* background: #f0f0f0; */
/* url(img/bodybg.jpg) repeat-x; */
	margin:0;
/* min-width:770px; */
	padding:0;
	text-align:left;
	width:100%;
}


.contentdiv
{
    background: #7b68ee;
    height: 10px;
    margin: 0;
    padding: 0;
}


.contentdiv2
{
    color: #303030;    
    background: #8b8b8b;
    height: 4px;
    width:100%; 
 }
 
.rule
{
	/** #336600 #006600 */
   background: #336600;
   height: 10px;
   width: 90%;
}

/** content blocks **/
.block 
{
   width: 100%;
}


/*** Horizontal menu ***/

.mainmenu {
	float:left;
	margin-bottom:25px;
}

.mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

.mainmenu li {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

.mainmenu a {
	border-right:1px solid #b0b0b0;
	color:#606060;
	display:block;
	font-size:0.7em;
	padding:11px 10px 10px;
	text-transform:uppercase;
}

.mainmenu a:hover {
	background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
	color:#505050;
	text-decoration:none;
}

.mainmenu a.current {
	background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
	color:#505050;
	text-decoration:none;
}

.linklist {
	list-style:none;
	margin:0 0 16px 10px;
	padding:0;
}

.linklist li {margin-bottom:0.7em;}

/** bullet list for top content */
.alink
{
  color: #0000FF;
  text-decoration: underline;
}

/** Photo links **/
.asmall { 
 
 font-weight: normal;
 font-size: -2;
 text-decoration:underline;
}

/** Subtitle links **/
.asub { 
 
 font-weight: normal;
 font-size: 75%;
 text-decoration:none;
}

/**********************/
/*** Sidebar menu ***/

#leftbardiv
{
    background: #7b68ee;
    height: 4px;
}

.navbox 
{
    background:#8b8b8b;
	border-bottom: solid 1px #00000;  
	width:140px;
}  

.nav 
{
	color:#e8e9ea;  /** #303030; */   
	 /*   color:#606060; */
	/* background:#e8e9ea;*/
	border-bottom:1px solid #b0b0b0;
	display:block; 
	padding:4px 4px 4px 4px;
	/*margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;*/

	text-transform:uppercase;
	width:140px;
}

.nav:hover,.active {
	color:#000000;
	background:#f8f9fa;
/** 	border:1px solid #909090; */
	text-decoration:none;
}

.sub {
	font-size:0.8em;
	letter-spacing:1px;
	padding:3px 2px 4px 8px;
	/*padding:4px 2px 2px 8px; */
	width:125px;
}


/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px;
	width:165px;
	background: #f0f0f0, url(img/bodybg.jpg) repeat-x;

}

#leftside {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}


/*** Footer ***/

#footer {
background:#8b8b8b url(../img/footerbg.jpg) top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
/***  font-weight:bold;   ***/
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/