@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body, td {
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}

a, a:link, a:visited, a:active {
color: #333333;
}

a:hover {
color: #000000;
}

.homepage-boxes {

border: 6px solid #000000;

}

.content {
padding-top: 15px;
color: #000000;
}


.menu-border {

border: 3px solid #000000;

}

.highlightit img{
border: 3px solid #000000;
}

.highlightit:hover img{
border: 3px solid #ff0000;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.menuhighlightit img{
border: 1px solid #000000;
}

.menuhighlightit:hover img{
border: 1px solid #ffffff;
}

.menuhighlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.menu-selected{
border: 1px solid #ffffff;
}

.header-shadow {
background:url(img/header-shadow.gif);
background-repeat:repeat-x;
}

.footer {
font-size: 12px;
color: #999999;
padding-bottom: 90px;
}

.seperator {
background-color: #cccccc;
height: 1px;
width: 100%;
margin-bottom: 15px;
margin-top: 35px;

}