/* Text Styles */
p {	
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:12px;
	line-height:125%;
	color:black;
}
p.small {	
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:9px;
	line-height:125%;
	color:black;
}
p.bold {	
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:12px;
	line-height:125%;
	font-weight:bold;
	color:black;
}
p.italic {	
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:12px;
	line-height:125%;
	font-style:italic;
	color:black;
}
p.large {	
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:24px;
	line-height:125%;
	color:black;
}
h1 {
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:12pt;
	color:#195675;
}
h2 {
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:14pt;
	color:#195675;
}
h3 {
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:16pt;
	color:#195675;
}
li.questions {
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:14px;
	line-height:150%;
	color:black;
}
li.lists {
	font-family:Tahoma,Arial,Trebuchet MS;
	font-size:12px;
	line-height:150%;
	color:black;
}
a:Link {
	text-decoration:none;
	color:#3366FF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a:Visited {
	text-decoration:none; 
	color:#663399;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a:Active {
	text-decoration:none; 
	color:#3366FF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a:Hover {
	text-decoration:underline;
	color:#3300CC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a.subMenu:Link {
	text-decoration:none;
	color:#163190;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a.subMenu:Hover {
	text-decoration:underline;
	color:#3300CC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a.subMenu:Visited {
	/*text-decoration:none;*/
	color:#163190;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a.subMenu:Active {
	text-decoration:none;
	color:#163190;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
/* Page Formatting Styles */

body {
	/*background-color: #043a56;*/
	background-image:url('images/pageBG.jpg');
	background-attachment:fixed;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
table.MainTable {
	width:800px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
}
table.MenuTable {
	width:195px;
	border-style: none;
	padding: 0px;
}
table.twoColumn {     /* This style is used for a two column table in the main content area  */
	width:585px;
	border-style: none;
	padding: 3px;
}
td.MainTable {      /* This style is used for most of the cells in the main table */
	border-style: none;
	padding: 0px;
}
td.title {      /* This style is used for the title  */
	border-style: none;
	padding: 0px;
	width:605px;
}
td.pictures {      /* This style is used for a two column table with 200px pictures on the left  */
	border-style: none;
	padding: 3px;
	width:202px;
	text-align:left;
	vertical-align: top;
}
td.rightContent {      /* This style is used for a two column table with 200px pictures on the left and text on the right  */
	border-style: none;
	padding: 3px;
	width:383px;
	text-align:left;
	vertical-align: top;
}
td.Menu {          /* This style is used only for the cell that holds the menu */
	width: 195px;
	border-style: none;
	padding: 0px;
	background-image: url('images/menuBG.jpg');
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
td.MainContent {   /* This style is used only for the cell that holds the content */
	width: 605px;
	border-style: none;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('images/rightSideBG.jpg');
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	margin-right: 7px;
}
td.pad20 {
	padding: 20px;
}
td.pad10 {
	padding: 10px;
}
table.insideTable {   /* This style is used only for a table needed within the MainContentCell */
	width: 500px;
	border-collapse: collapse;
	border: 2px solid #003471;
	padding: 10em;
	background-color:#BFDAED;
	text-align: center;
	vertical-align: top;
}
table.popTable2 {	/* This style is for all pop-up tables */
	width:550px;
	/*border-collapse: collapse;
	border: 4px solid #003471;*/
	text-align:left;
}
table.popTable {	/* This style is for all pop-up tables */
	width:600px;
	border-collapse: collapse;
	border: 4px solid #003471;
	text-align:left;
}
td.popTable {      /* This style is used for the cells in the pop-up table */
	border-style: none;
	padding: 5px;
	background-color:#FFFFFF;
	text-align:left;
}

/* Submenu Styles */
div.subMenu {
	position: absolute;
	background-color: #cbd6c0;
	border-collapse: collapse;
	border: 1px solid #003471;
	padding: 2px;
	visibility: hidden;
	padding-left:10px;
	padding-right:10px;
	z-index:4;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.90;
}
p.subMenu {
	margin-bottom:6pt;
	margin-top:6pt;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

@media print {
td.MainTable {
	display:none;
}
td.Menu {
	display:none;
}
table.MainTable {
	width: 605px;
}

}
