
.buttonscontainer {
width: 125px; height: 175px;
}

.buttons a {
color: #333333;
border: 1px dotted #eee;
background-color: #ccc;
padding: 3px;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
margin: 2px;
width: 100%;
text-align: left;
}

.buttons a:hover {
border: 1px dotted #666;
padding: 3px;
background-color: #eee;
color: #666;
text-decoration: none;
}

#footbar {
width: 100%;
background-image: url(images/navbar.gif);
height: 2em;
text-align: center;
line-height: 20px;
font-size: 80%;
color: #0d2474;
clear: both;
}

body {
	margin: 0px;  
	padding: 0px; 
	background-color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
} 

#header {
background-color: #cccccc;
background-image: url('images/header1.jpg');
background-repeat: no-repeat;
background-position: center bottom;
height: 90px;
}

.box-content {
border: 3px groove;
background-color: #eee;
text-align: left;
margin-top: 0px;
font-family: verdana, arial, helvetica, sans-serif;
line-height: 15px;
}

h1 {
background-color: #eee;
background-image: url(images/h1-header.jpg);
background-repeat: repeat-x;
height: 40px;
text-align: center;
line-height: 25px;
margin-top: 0px;
font-size: 110%;
color: #333 ;
font-weight: bold;
border-top: 1px solid #666;
}


h2 {
background-image: url(images/box-header.jpg);
background-repeat: repeat-x;
height: 40px;
text-align: center;
line-height: 20px;
margin: 0px;
padding: 0px;
font-size: 110%;
color: #fff ;
font-weight: bold;
}

.indent {
	padding-right: 1em; 
	padding-left: 1em; 
	padding-bottom: 0.5em; 
	padding-top: 0.5em;
	margin: 5px; 
	border: 0px solid #fff;
}


#navbar {
font-size: 90%;
text-align: center;
padding-bottom: 5px;
padding-top:5px;
font-weight: bold;
background-image: url('images/navbar.gif');
background-color: #999;
color: #666;
word-spacing: 6px;
border-top: 0px #000000 solid;
border-bottom: 1px #000000 solid;
text-decoration: none;
}

#navbar a:link, #navbar a:visited {
color: #333;
text-decoration: none;
word-spacing: 0;
}

#navbar a.current {
color: #000000;
}

#navbar a:hover {
color: #999;
text-decoration: none;
}

a:link, a:visited {
text-decoration: none;
color: #000090;
}

a:hover {
text-decoration: none;
color: #999;
}


#column2 {
	PADDING: 0px; BACKGROUND-POSITION: right; MARGIN: 0px; WIDTH: 100%;
}
#column1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; 
}
#col-lh {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FLOAT: left; PADDING-BOTTOM: 10px; WIDTH: 150px; PADDING-TOP: 10px;
}
#main {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN-LEFT: 160px; MARGIN-RIGHT: 160px; PADDING-TOP: 10px;
}
#col-rh {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FLOAT: right; PADDING-BOTTOM: 10px; WIDTH: 150px; PADDING-TOP: 10px;
}

.clear {
	CLEAR: both; PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; PADDING-TOP: 0px; HEIGHT: 1px
}