div.box {
	width: 204px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: "Georgia", Times, serif;
	border: 1px solid white; /* Firefox Hack!*/
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.box h1 {
	color: White;
	font-size: 19px;
	font-weight: normal;
	height: 26px;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
}

div.box form {
    margin: 0px;
    padding: 0px;
}

div.box p {
	margin: 0px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	font-size: 16px;
	/*margin-bottom: 5px;*/
	display: block;
}

div.center p 	{ text-align: center; }
div.bigfont p 	{ font-size: 30px;	}

/* RED - GREY */
div.redgrey 			{ background-image: url(../images/bottom_grey.gif); }
div.redgrey h1 		{ background-image: url(../images/top_red.jpg); }
div.redgrey p 			{ background-image: url(../images/bg_grey.gif); }

/* YELLOW - GREY */
div.yellowgrey 		{ background-image: url(../images/bottom_grey.gif); }
div.yellowgrey h1 	{ background-image: url(../images/top_orange.jpg); }
div.yellowgrey p 		{ background-image: url(../images/bg_grey.gif); }
	
/* BLUE - GREY */
div.bluegrey 			{ background-image: url(../images/bottom_grey.gif); }
div.bluegrey h1 		{ background-image: url(../images/top_blue.jpg); }
div.bluegrey p 		{ background-image: url(../images/bg_grey.gif); }

/* Green - Black */
div.greenblack 		{ background-image: url(../images/bottom_black.gif); }
div.greenblack h1 	{ background-image: url(../images/top_green.jpg); }
div.greenblack p 		{ background-image: url(../images/bg_black.gif); color: White; }

/* Brown - Yellow */
div.brownyellow 		{ background-image: url(../images/bottom_yellow.gif); }
div.brownyellow h1 	{ background-image: url(../images/top_brown.jpg); }
div.brownyellow p 	{ background-image: url(../images/bg_yellow.gif); }

/* Brown - Yellow */
div.turkizgrey 		{ background-image: url(../images/bottom_grey.gif); }
div.turkizgrey h1 	{ background-image: url(../images/top_turkiz.jpg); }
div.turkizgrey p 		{ background-image: url(../images/bg_grey.gif); }



a.search_submit {
	font-family: "Georgia", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: Black;
	margin-left: 10px;
	font-weight: bold;
}

a:hover.search_submit {
	color: Green;
}

input.search {
	width: 145px;
}

div.linklist ul {
	margin: 0px;
	padding: 0px;	
	padding-left: 22px;
	font-size: 11px;
	background-image: url(../images/bg_grey.gif);
	padding-bottom: 5px;
	padding-top: 5px;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

div.linklist li {
	margin-bottom: 8px;
}

div.linklist ul a {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #4c81e9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.linklist ul a:hover {
	text-decoration: underline;
	
}


div.iconbox {
	margin-bottom: 10px;
	width: 204px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.iconbox img {
	float: right;
	border: none;
	margin-left: 10px;
}

div.iconbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	text-decoration: none;
	color: Black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}

div.iconbox a {
	color: Gray;
	text-decoration: none;
}

div.border {
	border: 1px solid Gray;
	padding: 10px;
	height: 60px;
	width: 332px;
}