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

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../graphics/bg.jpg);
	background-attachment: scroll;
}

a{
	color: #3078CF;
	text-decoration: none;
}

a:link{
	color: #3078CF;
	text-decoration: none;
}

a:visited{
	color: #3078CF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	background-color: #3078CF;
}

ul{
	list-style-type: square;
}
#case #content #ms tbody tr .padBottomRow ul        {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
}

#case #content #ms tbody tr .padBottomRow ul li {
	margin: 0px;
	padding: 0px;
	color: #333;
}
#case #content #ms tbody tr .padBottomRow p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#case {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
	}
#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}


#banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}

#menutagline {
	border: 0px;
	height: 31px;
	background-image: url(../graphics/nav_bgtile.gif);
}

#rightColumn{
	float:right;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	padding: 10px 10px 10px 10px;
	margin-top: -15px;
	margin-right: -3px;
	margin-left: 10px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}

#content{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 5px 10px 15px;
	background-color: #FFFFFF;
}

#footer{
	color: #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#horizRule {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}


/***********************************************/
/* Styles                                      */
/***********************************************/

.bold {
	font-weight: bold;
}
.boldRed {
	font-weight: bold;
	color: #600000;
}
.clearRight {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;

}
.clearRightPDF {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearBottomLeft {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

img {
	border: 0;
	display: block;

}
.hr {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.pricing {
	margin-bottom: -10px;
	margin-top: 20px;

}
.smallPrint {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clearBottom10 {
	margin-bottom: 6px;
}
.boldTimeIsRunningOut {
	font-weight: bold;
	background-color: #FF9;
}
.Red {
	color: #600000;
}
.noWrap {
	white-space: nowrap;
}
.boldNotification {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	width: 650px;
}
