/* Overall Page */

#MasterLayout 
{
 text-align:center; 
 vertical-align:top; 
 width:750px;
 position:relative;
 left: 50%;
 margin-left: -375px;
}

hr {
	color: #000000;
	width: 75%;
	text-align:center;
}
body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	border-top: 2px solid #dddddd;
	min-width: 150px;

	/*border-bottom: 2px solid #dddddd;*/
}

/* <start> Color Page Section------------------ */
#ColorPageTop 
{
	text-align: left;
    width:575px;
    min-height:350px;
    position:relative;
    top:50px;
    left:175px;
	z-index:1;
	float:left;
	
}

#ColorPageMiddle 
{
	text-align: left;
    min-width:745px;
    min-height:425px;
    position:relative;
    top:50px;
    left:0;
	z-index:1;
	border-top: 1,1,black;
	border-bottom: 1,1,black;
	float:left;	
}

.ImageRow
{
    height:110px;
    text-align:center;
}

.CaptionRow
{
   	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
}

#ColorPageFoot
{

    position:relative;
    min-width:745px;
    height:auto;
    top:50px;
    left:0;
	z-index:1;
	float:left;	
}

#ColorBottom
{
    position:relative;
    top:50px;
    left:0;
    min-width:100%;
    height: auto;
    text-align:center;
	z-index:1;
	float:left;
}
    

#ColorCopyright {
	font-family: Tahoma, Geneva, serif;
	font-size: 8pt;
	color: #222222;
	font-weight: normal;
	font-style: italic;
    min-width:100%;
    height: auto;
    position:relative;
    text-align:center;
    top:50px;
    left:0;
	z-index:1;
	float:left;
}

/* <end> Color Page Section------------------ */

/* Logo */

#Logo
{
  padding:1em 1em 0 1em;
  position:absolute;
  text-align:left;
  height:85px;
  width:85px;
  left:0;
}

/* Header Section */

#Top 
{
    padding: 1em 0 1em 1em;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	vertical-align:bottom;
	text-align: left;
	position:absolute;
    height: 85px;
    width: 60%;
	left:125px;
	
}

#Top .Breadcrumb {
	color: #000000;
	background-color: transparent;
	float: left;
	font-weight:bold;
	position:absolute;
	height:auto;
	width:auto;
	top:90px;
}

#NavBar
{
    vertical-align:top;
	text-align: left;
	position:absolute;
    height: auto;
	left:160px;
	top:115px;
	z-index:2;
    }
/* Main Content */

h1 {
	font: Tahoma;
	font-size:xx-large;
}

p {
	text-align: justify;
	font-size: 75%;
	font-weight:bold;
	line-height: 195%;
}

h2 {
	font: Tahoma;
	font-size:x-large;
}
hr
{
    text-align:center;
    width: 95%;
    height: 1px;
    color:Gray;
}


#Body
{
	position:absolute;
   	text-align: left;
	top:125px;
	left:0;
	vertical-align:top;
	padding-bottom:85px;
}

#LeftImage
{
    Position:absolute;
    width:125px;
    height:350px;
	left:0;
	top:10px;
	z-index:1;
}

#QuickMenu
{
    Position:absolute;
    width:175px;
    height:auto;
    left:0;
    top:340px;  
    text-align:center;  
	z-index:1;
}


#Middle 
{
	/*text-align: left;*/
    width:575px;
    min-height:425px;
    position:relative;
    top:50px;
    left:175px;
	z-index:1;
	
}

#PageFoot
{

    position:relative;
    width:745px;
    height:auto;
    top:50px;
    left:0;
	z-index:1;
	
}

#Bottom
{
    position:relative;
    top:50px;
    left:0;
    
    width:750px;
    height: auto;

    text-align:center;
	z-index:1;
}
    

#Copyright {
	font-family: Tahoma, Geneva, serif;
	font-size: 8pt;
	color: #222222;
	font-weight: normal;
	font-style: italic;

    width:750px;
    height: auto;
    
    position:relative;
    text-align:center;
    top:50px;
    left:0;
    	
	z-index:1;
}

/*
#Middle 

p {
	text-align: justify;
	font-size: 75%;
}

#Middle a:link, #Middle a:visited
{
	font-family: Tahoma, Geneva, serif;
	color: #4466ff;
	font-weight: bold;
	font-style:normal;
	text-decoration: underline;
}
*/

.maintable 
{
    border: solid 1 #4466ff;
    border-collapse:separate;
}


.normaltext 
{
    font-family: Tahoma, Geneva, serif;
	color: #000000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


.mylink {
	font-family: Tahoma, Geneva, serif;
	color: #4466ff;
	font-weight: bold;
	font-size: 11pt;
	font-style:normal;
	text-decoration: underline;
}

.sm_mylink {
	font-family: Tahoma, Geneva, serif;
	color: #4466ff;
	font-weight: bold;
	font-size: 8pt;
	font-style:normal;
	text-decoration:none;
}

.cap_mylink {
	font-family: Tahoma, Geneva, serif;
	color: #4466ff;
	font-weight: bold;
	font-size: 7pt;
	font-style:normal;
	text-decoration:none;
}

.caption {
	font-family: Tahoma;
	font-size: 12px;
/*	font-style: italic; */
	text-align:center;
	font-weight:bold;
}

.caption_sm {
	font-family: Tahoma;
	font-size: 10px;
/*	font-style: italic; */
	text-align:center;
	font-weight:lighter;
}