@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #CCCCCC;
	font-family: "Palatino Linotype", "Book Antiqua", "Microsoft Sans Serif";
	font-size: 10pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #333333;
	background-repeat: no-repeat;
	border: thin outset #666666;
	font-family: "Palatino Linotype", "Book Antiqua", "Microsoft Sans Serif";
} 
.styleRed12 {
	font-size: 12pt;
	color: #CC3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: auto;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	border-top-style: none;
	border-top-color: #003300;
	width: 960px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.styleWhite {
	font-family: "Palatino Linotype", "Book Antiqua", "Microsoft Sans Serif";
	color: #FFFFFF;
}
.styleGray10 {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 10pt;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 10pt;
	color: #0000FF;
	font-variant: small-caps;
	font-weight: bold;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 10pt;
	color: #666666;
	font-variant: normal;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	color: #666666;
	font-variant: normal;
	font-weight: bold;
}

hr {
	color: #0000CC;
}

.styleWhite2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-variant: small-caps;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

.styleGreen25 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	color: #003300;
}
.styleBlue25 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #0033cc;
}
.styleBlue10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0033cc;
}
.styleRed25 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC9933;
}
a:link {
	color: #CCCCCC;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	
}
.styleGreen10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #009900;
}
.styleRed10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #CC3333;
}

.twoColFixLtHdr #container #mainContent #practice-areas #left-area a {
	color: #666633;
}
.twoColFixLtHdr #container #mainContent #practice-areas #right-areas a {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #left-area {
}
#right-area {
	width: 200px;
	right: 520px;
	position: relative;
}
.twoColFixLtHdr #container #mainContent #left-area a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Palatino Linotype", "Book Antiqua", "Microsoft Sans Serif";
}
#clear {
clear:both;
margin:0;
padding:0;
}

#footerWrapper {
	width:100%;
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000cc;
	border-right-color: #0000cc;
	border-bottom-color: #0000cc;
	border-left-color: #0000cc;
	clip: rect(auto,auto,auto,auto);
}
.twoColFixLtHdr #footerWrapper2 a {
	color: #FFFFFF;
}
.twoColFixLtHdr #footerWrapper2 a:hover {
	text-decoration: underline;
}
.styleGreen12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #33CC00;
}
.styleBlack10 {
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	font-variant: normal;
	color: #000000;
}
a:link {
	color: #666666;
}
a:visited {
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
}

