body {
     font-family: "Verdana", Arial, serif;
	 color: #000000;
	 background: #FFFFFF;
	 font-size: 12px;
	 padding: 0px;
	 margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Verdana", Arial, serif;
	 color: #020167;
}

.one {
	background-image: url('/images/headbg_1.jpg');
	background-repeat: repeat-x;
}

.two {
	background-image: url('/images/headbg_2.jpg');
	background-repeat: repeat-x;
}

.three {
	background-image: url('/images/headbg_3.jpg');
	background-repeat: repeat-x;
}

.nav {
	background-image: url('/images/side_bg.jpg');
	background-repeat: repeat-y;
}

.right {
	margin-bottom: 10px;	
}

.rightt {
	background-image: url('/images/vert_bar.jpg');
	background-repeat: repeat-y;
}

ul {
     list-style-type: disc;
	 font-size: 12px;
}

.linkbar {
	 background: transparent;
	 border: none;
	 font-family: "Verdana", Arial, serif;
     font-size: 10px;
	 color: #020167;
}

.photo {
    border: solid 2px #020167;
}

.indent {
	text-indent: .1in;
}

.indent2 {
	text-indent: .2in;
}

.small {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.ssmall {
	font-size: 9px;
}

.smalltable {
	font-size: 10px;
}

.ltblue {
	background-color: #E1F0FF;
}

.dkblue {
	background-color: #A6D2FF;
}

.ltgrey {
	background-color: #eeeeee;
}

a:link    {
	color: #020167; 
    text-decoration: none;
}

a:visited {
    color: #020167; 
    text-decoration: underline;
}

a:hover   {
      color: #AA0000; 
	  text-decoration: underline;
}

a:active  {
      color: #020167; 
	  text-decoration: none;
}
