body{
     margin:15px 0 15px 0;
     padding:0;     
     line-height: 20px;
	 text-align: justify;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #666666;
	 background-color: #DFF0FF;
}

p {
     margin: 0 0 10px 0;
     padding: 0;
} 

.inner
	{
	background-color:#EDE9D6;
	padding:12px 0;
	font-weight:bolder;
	
	}
	
/*------------------ Hyperlinks ----------------------*/

a {
     color: #0077dd;
     text-decoration: none;
     
}   

a:hover {
     color: #2D5073;
     text-decoration: none;
     
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
	
}

.list2 {
	margin: 0;
	list-style: none;
	padding-left:0;
	margin-top: 20px;
	text-align: left;
	}
	
list2 li{margin-left:0px;padding-left:0px; margin-right:0px;padding-right:0px;}	

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
	margin-right: 0px;
	padding-top: 1px;
	text-align: left;
	
	
}

#header {
     background-color: #B4DCFF;
     height: 110px;
     padding-top:20px;
     margin:0;
}


#header a {
     color: #FFFFFF;
     text-decoration: none;
     background: transparent;     
}   

#header a:hover {
     color: #FDE9AD;
     text-decoration: none;
     background: transparent;     
}

#footer a {
	color: #FFFFFF;
}
	
#footer a:hover
	{
	color: #B4DCFF;
	text-decoration: none;
	}

/*------------------- Headings ----------------------*/

h1 {
     color: #254360; font-size: 2.7em; line-height: 1em; margin: 0 0 5px 20px; padding: 0;  letter-spacing: -2px; background: transparent;
}

h2 {
     color: #254360; font-size: 1.5em; line-height: 1em; margin: 0 0 10px 20px; padding: 0;
}

h3 {
     color: #2D5073; font-size: 1.2em; line-height: 1em; margin: 0 0 5px 0; padding: 0;  letter-spacing: -1px;
}

h4 {
     color: #2D5073; font-size: 1.5em; line-height: 1em; margin: 0 0 10px 0; padding: 0;  letter-spacing: -1px;
}

h5 {
     color: #254360; font-size: 1em; line-height: 1em; margin: 0 0 10px 0; padding: 0;
}

/*----------------- Page Structure -----------------*/

#page_wrapper {
     width: 890px;
     border:1px solid #8A837D;
     background-color: #FFFFFF;
     margin: 0 auto;
     padding:0;
     text-align: left;
}


#center_section {
     background: #FFFFFF;
     border-top: 1px dashed #D3CBBD;
	 padding: 20px 0px 20px 0px;
}

#content_wrapper {
     float: right;
     width: 650px;
}

#content_column {
     
}

#left_column {
     float: right;
     width: 180px; 

}

#right_column {
     float: left;
     width: 200px; 
	 border-right: 1px dashed #CCCCCC;

}

#footer {
	clear: both;
	margin: 0px auto;
	height: 89px;
	background-color: #254360;
	text-align: center;
	
}

#footer p {
	   text-align: center;
	   margin: 0;
	   padding: 20px;
	   color:#FFFFFF;
}

#breadcrumb_nav {
     padding: 15px;
     margin: 0px;
     clear:both;
     background: url('../images/menu_shadow.jpg') top left repeat-x;
}

.inner_padding {
     margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.page_padding {
     margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}


/* ------------- Ordered/Unordered Lists ------------- */


 #left_column ul, #right_column ul {
     margin-left: 6px;
     padding-left: 0px;
     list-style-type:none;
}

 #left_column li, #right_column li {
     padding-left: 10px;
     margin-bottom: 10px;
	 font-size:14px;
	 border-bottom: 1px dashed #CCCCCC;
	 font-weight:bold;
}

 #left_column  ol, #right_column ol {
     margin-left: 0px;
     padding-left: 0px;
}

 #left_column  ol li, #right_column ol li {
     margin-left: 23px;
     padding-left: 0px; 
     background: none; 
     list-style-type: decimal;
     list-style-position: outside; 
}

/* ------------- Horizontal Menu Bar ------------- */

#menu_container {
	    margin:0;
	    padding: 0;
}

#menu_container ul {
     padding-left: 0;
     margin: 0;
     background-color: #254360;
     color: White;
     float: left;
     width: 100%;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     font-weight: bold;
	 text-transform: uppercase;
}

#menu_container ul li { display: inline; line-height: 1em;}

#menu_container ul li a {
     padding: 1em 1em 1em 1em;
     background-color: #254360;
     color: White;
     text-decoration: none;
     float: left;
     
}

#menu_container ul li a:hover {
     background-color: #B4DCFF;
     color: #fff;
}


/*-------------------- Other ------------------*/


blockquote {
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 1px 0 1px 30px;
	margin: 0 30px 5px 10px;
}

blockquote p { 
     margin: 0 0 1em 0;
     padding: 0px;
     font-size: 1.1em;
     line-height: 1.3em;
     font-weight: bold;
     color: #5F5C59;
 }
 
 .float_right {
     float: right;
     margin-left: 5px;	
}
 
 .spacer {clear:both;}
 
 .blue
	{
	color:#254360;
	}	
	
.uti
{
color:#0033CC;
size:18px;
text-align:center;
}
	
	.imguti
{border:0}
img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 20px;
}

img {
	border: 1px solid #666666;
	padding:2px 2px;
}