/*
FIRST THE BACKGROUND COLOR STYLES
Dark Blue: 003366
Medium Blue: 336699
Bright Blue: 0066CC
Light Blue: 6699CC
Grey: CCCCCC
*/
.Background_Grey {
	background-color: #CCCCCC;
	}
.Background_LightBlue {
	background-color: #6699CC; 
	}
.Background_MediumBlue {
	background-color: #336699; 
	}
.Background_DarkBlue {
	background-color: #003366; 
	}
	

p, td, table, tr, ul, li, ol {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	list-style-image: url(images/Bullet.gif);
	}
h1, a.h1 {
	font-family: Palatino, Times, Serif;
	font-size: 24px;
	color: #003366;
	text-decoration: none;
	font-variant: small-caps;
	}
h2, a.h2 {
	font-family: Palatino, Times, Serif;
	font-size: 18px;
	color: #003366;
	text-decoration: none;
	}
h3, a.h3 {
	font-family: Palatino, Times, Serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
	margin-bottom: 0px;
	}
a:hover.h1, a:hover.h2, a:hover.h3 {
	text-decoration: underline;
	}

.HomePageText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
	}
	
.HomePageHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	background-color: #CCCCCC;
	color: #003366;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding-left: 30px;
	}
a.HomePageHeader {
	text-decoration: none;
	color: #003366;
	padding-left: 0px;
	}
a:hover.HomePageHeader {
	text-decoration: underline;
	}
	
.HomePageHeader2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding-left: 30px;
	}
a.HomePageHeader2 {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 0px;
	}
a:hover.HomePageHeader2 {
	text-decoration: underline;
	}
	
a {
	font-weight: bold;
	color: #0066CC;
	}

	
a.ColumnHeader {
	font-weight: bold;
	color: #003366; /*Dark Blue*/
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.06em;
	padding-bottom: 12px;
	}

a.LeftNav1, .LeftNav1, .LeftNav1Highlight, a:hover.LeftNav1  {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0.025em;
	}
a.LeftNav1, .LeftNav1 {
	background-color: #6699CC;
	}
.LeftNav1Highlight, a:hover.LeftNav1 {
	background-color: #CCCCCC;
	}

a.LeftNav2, .LeftNav2, .LeftNav2Highlight, a:hover.LeftNav2  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0.025em;
	}
a.LeftNav2, .LeftNav2 {
	background-color: #CCCCCC;
	}
.LeftNav2Highlight, a:hover.LeftNav2 {
	background-color: #6699CC;
	color: #FFFFFF;
	}
.NewsItemTitle {
	margin-left: 0px;
	padding-bottom: 0px;
	}	
a.NewsItemTitle {
	margin-left: -10px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-decoration: none;
	}
a:hover.NewsItemTitle, a:hover.CasesItemTitle {
	text-decoration: underline;
	}
.NewsItemText {
	color: #000000;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 14px;
	}
a.NewsItemLink, .NewsItemLink  { 
	color: #0066cc; 
	font-style: italic; 
	text-decoration: underline; 
	margin-right: 0; 
	padding-right: 0; 
	padding-bottom: 5px;
	}

.CasesItemTitle {
	margin-left: 0px;
	padding-bottom: 0px;
	}	
a.CasesItemTitle {
	margin-left: -10px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-decoration: none;
	}
.CasesItemText {
	color: #000000;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 14px;
	}
a.CasesItemLink, .CasesItemLink  {
	color: #0066cc; 
	font-style: italic; 
	text-decoration: underline; 
	margin-right: 0; 
	padding-right: 0; 
	padding-bottom: 10px 
	}
	
.SearchHeader {
	font-family: Palatino, Times, Serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	}
.GoButton {
	padding-top: 10px;
	}
	
.PageTitle {
	font-family: Palatino, Times, Serif;
	font-size: 26px;
	background-color: #336699;
	color: #FFFFFF;
	padding-left: 30px;
	}
.Bottom, a.Bottom  { 
	color: #369; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: normal; 
	text-decoration: none 
	}
a:hover.Bottom  { 
	color: #036; 
	text-decoration: underline 
	}

	

	
