@charset "iso-8859-1";

body, td, th, input, select  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 11px;
}

body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}

a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

div {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Remove default margins and padding for all forms */
form {
	margin: 0;
	padding: 0;
}

/* Default margin properties for the header elements */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
}

/* Remove borders and text decoration from all images */
img {
	border: 0;
	text-decoration: none;
}

/* Set default height and width for thumbnails */
img.thumb {
	height: 100px;
	width: 150px;
}



/* Default container for all content panes */
#container { 
	height: 100%;
	width: 100%;
}



/**** BEGIN CLEAR PROPERTIES */
.clearBoth {
	clear: both;
	line-height: 0;
	position: relative;
}

.clearLeft {
	clear: left;
	line-height: 0;
	position: relative;
}

.clearRight {
	clear: right;
	line-height: 0;
	position: relative;
}
/**** END CLEAR PROPERTIES ****/



/**** BEGIN HEADER PROPERTIES ****/
#header {
	background: #2E2F8B;
	padding: 0;
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0; 
}
/**** END HEADER PROPERTIES ****/



/**** BEGIN SIDEBAR PROPERTIES ****/
#sidebar {
	position: absolute;
	top: 116px;
	left: 0;
	background-color: #DDDDDD;
	color: black;
	padding: 2px;
	width: 135px;
}

#sidebar a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

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

#sidebar h3, #sidebar p {
	margin: auto 0;
}

#sideads {
	margin: auto;
	padding: 20px 0 0 0;
	text-align: left;
	width: 120px;
}
/**** END SIDEBAR PROPERTIES ****/



/**** BEGIN CONTENT PROPERTIES ****/
#content {
	margin: 0 0 0 150px;
	min-width: 450px;
	padding: 0;
} 

#searchbar {
	margin: auto;
	padding-top: 5px;
	text-align: center;
}
/**** END CONTENT PROPERTIES ****/



/**** BEGIN FOOTER PROPERTIES ****/
#footer {
	position: absolute;
	bottom: 0;
	display: none;
	margin: 0;
	padding: 30px 5px 5px 5px;
	text-align: center;
}

#footer p {
	margin: 0; 
	padding: 0;
}
/**** END FOOTER PROPERTIES ****/
