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

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(graphics/bg.gif);
	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;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


ul{
	margin: 0px;
	padding: 0px;
}
li {
	margin-left: 20px;
	list-style-position: outside;
}


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

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

#masthead{
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

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

#rightColumn{
	float:right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-right: 0px;
	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;
	width: 640px;
}

#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;
}

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

.bold {
	font-weight: bold;
}

.hrColor {
	color: #CCCCCC;
}
.clearRight {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;

}
h1 {
	font-weight: bold;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #171813;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #666666;
	margin-top: -15px;

}
img {
	display: block;

}
.newService {
	background-color: #FFC;
	width: 630px;
	border: 1px dashed #999;
	padding: 3px;
}
