@charset "utf-8";
/* CSS Document */

* {margin: 0; 
   padding: 0;}

body {font-family: "Times New Roman", Times, serif;
	  font-size: 62.5%; 
	  background: url(images/parchment.jpg); 
	  background-repeat: repeat;}

#page-wrap {background: url(images/parchment.jpg); 
			background-repeat: repeat; 
			min-width: 780px; 
			max-width: 1260px; 
			margin: 0px 0px 0px 0px; 
			width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");}
			
#inside {margin: 0px 0px 0px 0px;}
			
#header {background: url(images/parchment.jpg); 
		 background-repeat: repeat; 
		 text-align: left;}

#left-sidebar {width: 164px; 
			   float: left;	
			   padding: 75px 10px 10px 15px;}

#left-sidebar p {font-size: 16px; 
				 font-weight: bold; 
				 font-family: "Times New Roman", Times, serif; 
				 color: #003366;}

#main-content {background: url(images/parchment.jpg); 
			   background-repeat: repeat; 
			   padding: 40px 20px 10px 225px; 
			   font-size: 12pt;}
	
#footer {background: url(images/parchment.jpg); 
		 background-repeat: repeat; 
		 text-align: center; 
		 padding: 5px 0px 5px 0px; 
		 width: 100%}
		 
#important {font-family: "Times New Roman", Times, serif;
			font-style: italic;
			width: 575px;}
		 
h1 {color:#C76300; 
	font-weight: normal; 
	font-family: "Times New Roman", Times, serif;}

h2 {color:#C76300; 
	font-weight: normal; 
	font-family: "Times New Roman", Times, serif;}
		 
p {font-family: "Times New Roman", Times, serif; 
   font-size: 15px;}

a {color: #003366; 
   text-decoration: none;
   }

a:hover {color: #C70000; 
		 text-decoration: none;}

ul {margin-left: 25px;}

li {font-size: 1.5em; 
	padding-bottom: 5px; 
	list-style-image: url('../images/index/bullet.gif')}

img {border: none;
	 text-align: left;}

.fltrt {float: right; 
		margin: 0px 10px 0px 10px; 
		word-wrap: break-word;}

.fltlft {float: left; 
		 margin: 0px 10px 0px 0px; 
		 word-wrap: break-word;}

.container {position :relative;	
			clear: both;
			float: left;
			width: 100%;			
			overflow: hidden;}
			
.title {font-family: "Times New Roman", Times, serif;
        font-size: 11pt;
		font-weight: bold;
		width: 375px;}
		
.col1 {font-family: "Times New Roman", Times, serif;
	   float:left;
	   width: 360px;
	   height: 45px;
	   padding: 0px 0px 15px 55px;
	   text-align: left;
	   text-decoration: none;
	   font-size: 16px;
	   font-weight: normal;
	   color: #333333;}


