/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(../graphics/bg.jpg);
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:link {
	color: #999999;
	text-decoration: underline;
}
#footer a:visited {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #003399;
	text-decoration: none;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	background-color: #FFFFFF;
	text-decoration: underline;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#case {
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#contentFrontPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 15px 10px 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

#masthead {
	background-color: #2a0a0a;
}
#banner {
	clear: both;
	margin-top: 10px;
}
#menutagline {
	height: 28px;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer {
	color: #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/***********************************************/
/* Styles                                      */
/***********************************************/

.bold {
	font-weight: bold;
}
.boldYellowBG {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
}
#leftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 560px;
}
#rightColumnCase {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	float: right;
	width: 270px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#rightColumn {
	border: 1px solid #CCCCCC;
	width: 260px;
	color: #333;
	padding: 5px;
	background-color: #F2F2F2;
	margin-top: 20px;
}
#clearDiv {
	clear: both;
}
.clearBottom {
	margin-bottom: -5px;
}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
