/* stylesheet designed by john johnson 09/15/2006 johnjohnson@johnjohnsondesigns.com */
/* use body with .container be sure text align is center */
.body {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/colorchip.jpg);
	background-position: top left;
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}

/* body1  can be used for layers or for pages you don't want to center using .container */
.body1 {
	background-attachment: scroll;
	background-image: url();
	background-image: url();
	background-position: top left;
	background-repeat: repeat;
}
.body2 {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/gifs/welcome_title_bottom_bg.gif);
	background-position: top left;
	background-repeat: repeat;
}
/* borders is used for layers where we show borders, border types are:  
none; solid; inset; ridge;  double; grove; outset; dotted; dashed */
.border {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url();
	background-position: top left;
	background-repeat: repeat;
	border-bottom: 2px solid #cccccc;
	border-left: 4px solid #01204f;
	border-right: 2px solid #cccccc;
	border-top: 0px solid #ffffff;
}

/* container for centering a page */
.container {
	height: auto;
	margin: 0% auto;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 760px;
	z-index: 1;
}

/* footer is for the footer*/
.footer {
	color: #c2cbda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
}

.footer a {
	color: #c2cbda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* formx is for forms or other  text design needs */
.formx {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
	border: none;
}

.label12 {
	color: #01204f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
	border: none;
}

.formx a {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.formx a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* head is for  page headings or other  text design needs */
.head {
	color: #01204f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
}

.head a {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.head a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.head1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 1px;
	text-align: left;
}

.head1 a {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.head1 a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
/*use this style for h1 and h2 for seo <h1 class="hstyle1">Text Area</h1> */
.hstyle1 {
	color: #B19967;
	font-family: serif;
	font-size: 18px;
	font-weight:normal;
	padding: 1px;
	text-align: left;
}

/* navstyle is for main navigations  */
.navstyle {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

.navstyle a {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.navstyle a:hover {
	color: #c2cbda;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* navstyle is for main navigations  */
.navstyle2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	text-align: left;
}

.navstyle2 a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.navstyle2 a:hover {
	color: #c2cbda;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* text - stylex is set for sans-serif, use as the main sans-serif text style */
.stylex {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
}

.stylex a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.stylex a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* text - stylez is set for serif, use as the main serif text style */
.stylez {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
}

.stylez a {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.stylez a:hover {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



.button
{
    color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px;
    text-align: center;
    cursor: hand;
    background-color: #01204f;
}
