/* CSS Document */
body {
	background-color: #CABCB0;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	background-image: url(images/stripes.gif);
	
		}


	
		
ul {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-align: left;
	
	}
.ulborder{
		border-color:#3366cc;
		border: 1px solid;
		}
	 
	
	
		
.bullet {
	list-style-type: disc;	
	}	
	
	

	
		
a:link, a:visited {
	color:#730101;
	text-decoration: none;
	border-color: #000000;
	}
	
a:hover,a:active {
	color:#000000;
	text-decoration: none;
	border-color: #000000;
	}

h1{font-family: verdana;
font-size: 16px;
vertical-align: top;
style: bold;
text-align: left;
color: #1A3B71;
}

h2{font-family: verdana;
font-size: 14px;
vertical-align: top;
style: bold;
text-align: left;
color: #1A3B71;
}

hr{border: 1px #000000;}

/* START THE CODE FOR PARAGRAPH ELEMENTS */

p{font-family:verdana;
font-size:13px;
line-height:18px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
color: #000000;
vertical-align: top;

}

#form{font-family:verdana;
font-size:13px;
line-height:18px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
color: #000000;
vertical-align: top;


}


.center{font-family:verdana;
font-size:11px;
line-height:18px;
text-align: center;
color: #000000;
}

/* START THE CODE FOR TABLES */

tr {vertical-align: top;}

table{
	/*border: 1px solid #000000*/
	color: #000000;
	font-size: 13px;
	vertical-align:top;
	background-color: #FCFCFC;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	
}



/* START THE CODE FOR TITLES */

.pagetitle{
font-family: serif;
color: #000000;
font-size: 24px;
margin-bottom:5px;
font-weight: bold;
text-align:left;
line-height:24px;
padding-top: 33px;
padding-left: 10px;
}

.heading{font-family: verdana;
color: #000000;
font-size: 16px;
vertical-align: top;
font-weight: bold;
text-align: left;

}



.menubar {
	text-align: center;
	
	}
	
.margin {
	margin-left:0px;

}

.margin10 {
	margin-left:10px;

}

.click {
background-image:url(images/bgroundclick.jpg);
	
}

.indent {
margin-left: 55px;
font-family:verdana;
font-size:13px;
color: #000000;
bgcolor: #DBE5F7;
}

/* START THE CODE FOR THE TOP MENU */

.menu	{
	font-family: arial, verdana, helvetica, sans;
	font-size: 11pt;
	font-weight: bold;
	height: auto;
	padding: 5px;
	cursor:hand;
	text-align: center;
	color: #000000;
	background-color: #CABCB0;
	border-color: #000000;
}


a.menu:link, a.menu:visited 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		  color: #730101;
		  text-decoration:none;
		  border-color:#000000
		  }

a.menu:active, a.menu:hover 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		   color: #000000;
		   border-color:#000000 
		   }
		   
a.blue:link, a.blue:visited 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		  color: #302EF6;
		  text-decoration:none;
		  border-color:#000000
		  }

a.blue:active, a.blue:hover 	{ 
		  padding-left: 5px;
		  padding-right: 5px;
		   color: #000000;
		   border-color:#000000 
		   }
 
.border{
		border-color:#000000;
		border: 1px solid;
		}
		

		
