/**********************
GLOBAL STYLES
***********************/
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
} 

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080; 
	text-align: center;
} 
/** Lists **/

ul li {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: circle;
}

/**********************
PG STRUCTURE
***********************/

#ShadowBkg {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	visibility: visible;
	background-image: url(/images/bkg-fade.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 

#Wrapper {
position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	visibility: visible;
}


#Header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 898px;
	
	margin: 0;
	padding: 0;
	z-index: 1;
	
	background-image: url(/images/sub-bkg-header.gif);
	background-repeat: repeat-x;
	
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: right;
}

#TopTab {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 541px;
	height: 22px;
	z-index: 4;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	
	background-image: url(/images/sub-toptab-corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #7b7b7b;
	
	border-left: 1px solid #e1e1e1;
	text-align: right;
}

#Nav {
	position:absolute;
        z-index:1;
	left: 0px;
	top: 153px;
	width: 888px;
	height: 22px;

	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	
	background-image: url(/images/sub-bkg-tabnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9b9b9b;

	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: right;
}

#Main {
	margin: 0px 0px 0px 0px;
	padding: 195px 0px 0px 0px;	
	background-image: url(/images/sub-bkg-main.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;

}

#Content {
	float: right;
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	text-align: left;
}

#SideBarPhoto {
	position: absolute;
	left: 1px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
#SideBar{
	float: left;
	width: 161px;
	
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 40px;
	
	text-align: left;
}

#Footer {
	clear: both;	
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;
	
	background-color: #9b9b9b;
	
	text-align: left;
}



/***************************
Global Styles
***************************/
a:link, a:visited, a:active { color: #004961; }
a:hover { color: #f8981c; }

p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}

/** Headers **/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #004961;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h1 a:link, h1 a:visited { color: #004961; }
h1 a:hover { color: #004961;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #f8981c;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h2 a:link, h2 a:visited { color: #f8981c;  }
h2 a:hover { color: #004961;  }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #9b9b9b;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h3 a:link, h3 a:visited { color: #9b9b9b;  }
h3 a:hover { color: #9b9b9b;  }

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #d75e05;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
h4 a:link, h4 a:visited { color: #004961;  }
h34 a:hover { color: #004961;  }




/*******************************
Navigation
*********************************/

#Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f8981c;
}

#Nav a:link, #Nav a:visited, #Nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
}

#Nav a:hover {
	color: #f8981c;
}

#TopTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	
}
/*********************************
Content
*********************************/



/***********************************
SideBar
**********************************/
#SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#SideBar a:link, #SideBar a:visited, #SideBar a:active { color: #FFFFFF; }
#SideBar a:hover { color: #FFFFFF; }

#SideBar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004961;
	margin-top: 0px; padding-top: 0px; margin-bottom: 10px;
}
#SideBar h1 a:link, #SideBar h1 a:visited { color: #004961; }
#SideBar h1 a:hover { color: #004961;}


/******************************
Footer
*****************************/

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#Footer a { color: #FFFFFF; }
#Footer a:hover { color: #000; }

/***********************************
Text Styles
************************************/
.LargeText { font-size: 14pt; }
.MedText { font-size: 12pt; }
.SmallText { font-size: 8pt; }

.MainBody { font-family: Arial, Helvetica, sans-serif;	font-size: 10pt; color: #808080; }



.LargeText { font-size: 14pt; }
.MedText { font-size: 12pt; }
.SmallText {
	font-size: 9pt;
}

.MainBodyBold {	font-family: Arial, Helvetica, sans-serif;	font-size: 11pt; color: #808080; font-weight: bold; }
.MainBodyItalisized { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: italic; font-weight: normal; color: #808080; }
.MainBodyItalisizedBold { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: italic; font-weight: bold; color: #808080;  }

.Color1 {  color: #004961; }
.Color1Bold { color: #004961; font-weight: bold; }
.Color1Italisized { font-style: italic; font-weight: normal; color: #004961; }
.Color1ItalisizedBold { font-style: italic; font-weight: bold; color: #004961; }

.Color2 {  color: #f8981c; }
.Color2Bold { color: #f8981c; font-weight: bold; }
.Color2Italisized { font-style: italic; font-weight: normal; color: #f8981c; }
.Color2ItalisizedBold { font-style: italic; font-weight: bold; color: #f8981c; }

.Color3 {  color: #9b9b9b; }
.Color3Bold { color: #9b9b9b; font-weight: bold; }
.Color3Italisized { font-style: italic; font-weight: normal; color: #9b9b9b; }
.Color3ItalisizedBold { font-style: italic; font-weight: bold; color: #9b9b9b; }

.TableHeader1 {
	color: #FFFFFF;
	background-color: #F8981C;
	font-weight: bold;
	padding: 5px;
}
.TableBody1 {
	color: #333333;
	background-color: #EBEBEB;
	font-weight: normal;
	padding: 5px;
}