/***********************************************/
/* styles.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	
	color:#000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	//background-color:#CCCCCC;	
	background-color:#002953;	
}

p{
margin-right: 40px;
margin-left: 40px;
font-size:smaller;
}


a{
	color:#0000cc;
	text-decoration: none;
}

a:link{
	color: #0000cc;
	text-decoration: underline;
}

a:visited{
	color: #0000cc;
	text-decoration: underline;
}

a:hover{
	color:#333333;
	text-decoration: underline;
}

h1{
	font-size: 26px;
 	text-align: center;
	margin-right: 40px;
   margin-left: 40px;
}

h2{
 font-size: 20px;
 text-align: center;
 margin-right: 30px;
 margin-left: 30px;
}

h3{
 font-size: 16px;
 margin-right: 40px;
 margin-left: 40px;
}

h4{
 color: cc0000;
 font-size: 16px;
 margin-right: 40px;
 margin-left: 40px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type:square;
 
 }

ul ul{
 list-style-type: none;
 margin-right: 40px;
 margin-left: 40px;
}

ul ul ul{
 list-style-type: none;
 
}

li {
font-size: smaller;
padding-bottom: 10px;

}

#main{
background-color:#FFFFFF; 
width:600px;
border:2; border-collapse: collapse; border-style: solid; border-width: 1px; border-color:#000000; 
}

.label{
 font-family: Arial,sans-serif;
 font-size: 80%;
 font-weight: bold;
 color: #5300A6;
}

.siteInfo{
	color:#CC0000;
}

.siteInfo a{
	color:#CC0000;
	text-decoration: none;
}

.siteInfo a:link{
	color: #CC0000;
	text-decoration: underline;
}

.siteInfo a:visited{
	color: #CC0000;
	text-decoration: underline;
}

.siteInfo a:hover{
	color:#333333;
	text-decoration: underline;
}

.style1 {color: #cc0000}
.style4 {color: #000000; font-weight: bold;}
.style5 {color: #000000}
.style7 {color: #0000FF; font-weight: bold;}
.style9 {color: cc0000; font-weight: bold; font-size: 16px; }

//.testimonial {width:450px; border-style:solid; border-width: 1px; border-color:#000000; background-color:#FFFFCC; }
//.testimonial {width:450px; border-style:solid; border-width: 1px; border-color:#000000; background-color:#e4effa; }
.testimonial {width:450px; border-style:solid; border-width: 1px; border-color:#000000; background-color:#ECFFDB; }

.testimonial p{margin: 0;}
.order {border:1; border-collapse: collapse; border-style: dashed; border-width: 3; border-color:#cc0000; width:450px; }
.order p{margin: 0;}
.order_confirm { border:1; border-collapse: collapse; border-style: solid; border-width: 1px; border-color:#cc0000; width:450px; }
.order_confirm p{margin: 0;}
.right_nav {width:200px;  }
.right_nav p{margin: 5; }
.resource {width:95%; border-style:solid; border-width: 1px; border-color:#CC0000; padding: 10px 10px 0px 10px; }
.resource p{ text-align:left; margin: 0; padding: 0px 0px 10px 0px;}