/* Text Colors

light blue: #5871AC
dark blue: #013475
red: #AC3A54
gold: #DDC875
*/
body, p, td, .normal {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #013475;
}

.tableBorderLightBlue {border: 2px solid #5871AC;}
.tableBorderDarkBlue {border: 2px solid #013475;}
.tableBorderRed {border: 2px solid #AC3A54;}
.tableBorderGold {border: 2px solid #DDC875;}
.tableBorderGray {border: 2px solid #F0F0F0;}
/*Colors:*/
.TinyDarkBlueText, a:link, a:visited, .MediumDarkBlueText, .LargeDarkBlueText, .ItalicHeaderDarkBlue {color: #013475;}
.TinyLightBlueText, .SmallLightBlueText, .MediumLightBlueText, .LargeLightBlueText, .ItalicHeaderLightBlue {color: #5871AC;}
.TinyGoldText, .SmallGoldText, .MediumGoldText, .LargeGoldText, .ItalicHeaderGold {color: #DDC875;}
.TinyRedText, a:hover, a:active, .SmallRedText, .MediumRedText, .LargeRedText, .ItalicHeaderRed {color: #AC3A54;}

/*Sizes:*/
.TinyDarkBlueText, .TinyLightBlueText, .TinyGoldText, .TinyRedText{
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	}
	
.SmallLightBlueText, .SmallGoldText, .SmallRedText
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.MediumDarkBlueText, .MediumLightBlueText, .MediumGoldText, .MediumRedText
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.LargeDarkBlueText, .LargeLightBlueText, .LargeGoldText, .LargeRedText
{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.ItalicHeaderDarkBlue, .ItalicHeaderLightBlue, .ItalicHeaderGold, .ItalicHeaderRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
font-style: italic;
}

a:link, a:visited  {text-decoration:none; font-weight: bold;}
a:active, a:hover  {text-decoration: underline; font-weight: bold;}

a.Bottom_Links:link, a.Bottom_Links:visited  {font-family: Verdana; color : #FFFFFF; font-size: 7pt; font-weight: normal;  text-decoration: none;}
a.Bottom_Links:active, a.Bottom_Links:hover  {font-family: Verdana; color : #DDC875; text-decoration: underline; font-size: 7pt; font-weight: normal;}

.Tiny_White_Text{
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	color: #FFFFFF;
	}
	.TinyDarkBlueSpaced{
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
		letter-spacing: 2px;
	}
	
	.MediumSpaced{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 4px;
	word-spacing: 8px;
}
a.MenuLinks:link, a.MenuLinks:visited 
{	font-family: Arial;	text-decoration: none;	font-weight: bold;	color: #f9dc78; text-transform:uppercase;}
a.MenuLinksSmall:link, a.MenuLinksSmall:visited 
{	font-family: Arial;	text-decoration: none;	font-weight: bold;	color: #FFFFFF;}
a.MenuLinks:active, a.MenuLinks:hover, a.MenuLinksSmall:active, a.MenuLinksSmall:hover
 {	font-family: Arial; text-decoration: underline; font-weight: bold; color: #DDC875;}

a.MenuLinks:link, a.MenuLinks:visited, a.MenuLinks:active, a.MenuLinks:hover {font-size: 11px;}
a.MenuLinksSmall:link, a.MenuLinksSmall:visited, a.MenuLinksSmall:active, a.MenuLinksSmall:hover {font-size: 10px;}



a.heading2:link, a.heading2:visited  {font-family: "Times New Roman", Times, serif; color : #AC3A54; font-size: 14pt;  text-decoration: none; font-weight: bold;}
a.heading2:active, a.heading2:hover  {font-family: "Times New Roman", Times, serif; color : #DDC875; text-decoration: underline; font-size: 14pt; font-weight: bold;}

a.MediumLinksRed:link, a.MediumLinksRed:visited  {font-family: Arial; color : #AC3A54; font-size: 14px;  text-decoration: none; font-weight: bold;}
a.MediumLinksRed:active, a.MediumLinksRed:hover  {font-family: Arial; color : #DDC875; text-decoration: underline; font-size: 14px; font-weight: bold;}

a.MediumLinksLightBlue:link, a.MediumLinksLightBlue:visited  {font-family: Arial; color : #5871AC; font-size: 14px;  text-decoration: none; font-weight: bold;}
a.MediumLinksLightBlue:active, a.MediumLinksLightBlue:hover  {font-family: Arial; color : #DDC875; text-decoration: underline; font-size: 14px; font-weight: bold;}

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h1, h2, h3 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-style: normal;
color:#AC3A54;
}

#printonly { 
  display : none; 
} 


.special { display:none;
margin-left:5px; } 
/*

*/
ul.nomargin{
	margin-left:0px;

}

div.leftcolumn {
	background-image: url(images/page-design/div-left-column.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height: 225px;
	width: 219px;
}
.techlinks {
	background: url(images/page-design/technology-link.jpg) no-repeat;
	height: 119px;
	width: 195px;
	padding-top: 30px;
}