html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #333;
	text-align: center; /* to correct the centering IE bug*/
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: #ffFFFF;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
		
}

#container{
	position: relative;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0;
  	background: #FFFFFF
}

#TitleHolder {
	Display: block;
	text-align: Left;
	margin: 0;
	background: white;
	height: 90px;
}

#Header {
	height: 65px;
	border: 1px Solid #007BB6;
	width: 798px;
}

#main {
	background: #FFFFFF;
	border: 0px solid #007BB6;
	text-align: left;

	width: 799px;
}

#LogoPosition {
	display: inline;
	Position: Absolute;
	left: 40px;
}

#TitleText {
	text-align: left;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: 2px;
}

#TitleTextFirst {
	font-size: 35px;
}

#contents {
	text-align: left;
	padding: 0 0px 0px 0px;
	background: #FFFFFF;
}

#Footer {
	font-size: 10px;
	Text-Align: right;
	Height: 20px;
	Margin-top: 5px;
	padding-right: 10px;
	color: #FFFFFF;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { 
	line-height: 120%;
	font-size: 18px;
	text-align: left;
}
.quote {
	font-size: 17px;
	line-height: 120%;
	font-style: italic;
	text-align: center;
}

#H2Space {
	Height: 1px;
	Border-Bottom: 2px Solid #CCC;
	Margin: 0;
	Margin-top: 5px;
}

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
	text-align: left;
}

h3 {
	Height: 10px;	
	font-family: trebuchet ms;
	font-size: 25px;
	font-weight: bold;
	color: #007BB6;
	text-align: left;
}

h1 {
	font-size: 180%;
	margin: 0;
}

hback {
	font-size: 11px;
	font-family: trebuchet ms;
	color: #FFF;

}

h4 {
	font-size: 18px;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
	text-align: left;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 0px;
	margin-bottom: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}



.ImageBorder {
	Border: 1px Solid #333333;
}

.ImageHolder, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
 }
  
.button_01 a {
	clear: both;
	display: block;
	width: 100px;
	height: 40px;
	padding-top: 7px;
	background: url(images/readmore.gif) no-repeat;
	
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.button_02 a {
	clear: both;
	display: block;
	width: 100px;
	height: 40px;
	padding-top: 7px;
	background: url(images/button_02.gif) no-repeat;
	
	color: #000000;
	font-family: trebuchet ms;
        font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.wrap1 {
  float:left;
  background:url(images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 6px 6px 0;
  background:url(images/corner_tr.gif) right top no-repeat;
  }
  
 .ImageHolder {
  	float: right;
	Margin: 10px;
	Margin-Top: 20px;
}