/* CSS Document */
*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#searchcontrol
{
    font-size:10pt;
}

p, ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 140%;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 21px;
color: #600;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
padding-top: 5px;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
line-height: 15px;
color: #036;
padding-top: 5px;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 140%;
}

h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
font-weight: normal;
line-height: 15px;
}

h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
font-style: italic;
line-height: 13px;
}

body {
background-color: #fff;
text-align: center;
margin-top:0px;
margin-left:0px;
}

/* ROLLOVERS */

a:link {
	font-weight : bold;
	text-decoration : none;
	color: #900;
	font-weight: normal;
	background: transparent; 
	}

a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #960;
	font-weight: normal;
	background: transparent;
	}

a:hover {
	font-weight : bold;
	text-decoration : none;
	color: #069;
	font-weight: normal;
	background: transparent;
	}

a:active {
	font-weight : bold;
	text-decoration : none;
	color: #39c;
	font-weight: normal;
	background: transparent;
	}


/* LEVEL ONE */

#container {
width: 1000px;
margin: 0 auto 0 auto;
text-align: left;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

/* LEVEL TWO - A*/

#banner {
width: 1000px;
height: 70px;
padding: 0px;
margin: 0px;
}

/* LEVEL TWO - B*/

#container2{
width: 308px;
padding: 0px;
margin: 0px;
}

#left_logo_panel {
width: 308px;
height: 516px;
padding: 0px;
margin: 0px;
}

#left_logo_panel2 {
width: 308px;
height: 125px;
padding: 0px;
margin: 0px;
}

#left_frame {
width: 74px;
height: 151px;
padding: 0px;
margin: 0px;
}

#left_text {
width: 208px;
padding: 0px;
margin: 0px;
}

#left_text p{
font-size: 10px;
text-align: left;
font-weight: normal;
line-height: 13px;
padding-left: 0px;
margin: 0px;
}

#left_text h4{
font-size: 8px;
text-align: left;
font-weight: normal;
line-height: 11px;
padding-left: 0px;
margin: 0px;
}


/* LEVEL TWO - C */


#container3{
width: 680px;
padding: 0px;
margin: 0px;
}

#nav_search {
width: 680px;
height: 75px;
padding: 0px;
margin: 0px;
text-align: left;
}

#nav_search	h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:right;
font-weight: normal;
}


#content {
width: 440px;
padding-left: 15px;
padding-right: 15px;
margin: 0px;
}

#content2 {
width: 630px;
padding-left: 15px;
padding-right: 15px;
margin: 0px;
}


#new {
width: 200px;
padding: 0px;
margin: 0px;
}

/* LEVEL THREE */

#rounded {
width: 270px;
padding: 0px;
margin: 0px;
}


/* LEVEL TWO - D */

#footer {
width: 1000px;
height: 25px;
padding: 0px;
margin: 0px;
}

#footer	h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: right;
font-weight: normal;
line-height: 12px;
}

/* CLASSES */


.fltlft {
float: left;
	}

.fltrt {
float: right;
	}

.clearfloat {
clear: both;
height: 0;
line-height: 0px;
	}

.myBox {
margin: 0.15in auto;
width: 100%;
padding: 15px;
text-align: left;
background-color: #fc6;
float:right;
z-index:0;


/* Do rounding (native in Firefox and Safari) */
/*-webkit-border-radius: 20px;
-moz-border-radius: 20px;*/
	}
	
.myBox p{
font-size: 12px;
line-height: 16px;
font-family: Georgia, Times new Roman, Times, serif ;
	}

.myBox h1{
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: #c33;
	}
	
.image10lft {
	display: inline;
	border: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	align: top;
	}
	
.image10rt {
	display: inline;
	border: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	align: top;
	}
	
	



.contact
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.required
{
    color:Red;
}
#dialogdiv
{
    width: 420px;
    height: 420px;
    margin-top: 15px;
    margin-left: 10px;
    border-bottom: #003399 1px solid;
    border-left: #003399 1px solid;
    border-top: #003399 1px solid;
    border-right: #003399 1px solid;
    text-align:center;
}

.help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
  
*.comment { 
    color:#F0F;
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	background:yellow;
	}  
	
#quote { width:300px; background:url(/images/quote-top.gif) 0 0 no-repeat; margin:0px 0px 0px 5px; padding-top:5px; list-style:none; }
#quote p { width:275px; margin:0; padding:0 30px; }
#quote p.source { width:275px;  padding-bottom:5px; margin:0 10px 5px 0; text-align:right; font-style:italic; }	