/* CSS Document */
body 
{
    /*behavior:url('csshover.htc');*/
	behavior:url(csshover.php);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	margin: 0;
}
.panel
{
	background:#FFFFFF;
}
/********************************************************
				TOP ELEMENTS
*********************************************************/
#topDiv {
	display: block;
	width: 100%;
	background-image: url(../images/top01.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#logoDiv {
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#topSearchDiv {
	position: relative;
	width: 670px;
	float: left;
	padding-top: 10px;
}
#navbarDiv {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.topButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	/*background-color:#6600CC;*/

	/*border: 1px solid #CCCCCC;*/
	border: 1px solid #653980;
	color:#eeeeee;
	text-align: center;
	cursor: pointer;
	display: inline;
	padding: 5px;
}
.topButton a:visited
{
	color:#FFFFFF;
}
.topButton:hover
{
	background-color: #AF40F2;
	color:#FFFFFF;
	width: 50px;
}

/********************************************************
				BOTTOM ELEMENTS
*********************************************************/
#footerDiv {
	clear: both;
	width: 100%;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #424242;
}

#footerDiv a
{
	text-decoration: none;
	color: #dddddd;
}
#footerDiv a:hover
{
	text-decoration:underline;
	color: #3399FF;
}

