@charset "iso-8859-1";

/*************************************************************/
/* This file is a 3 column layout that works in Internet     */
/* Explorer.  Comments indicate what changes are needed to   */
/* support Netscape and Mozilla in a separate style file.    */
/* Use javascript to detect which browser is loaded and link */
/* The appropriate file.                                     */
/*                                                           */
/* Wherever Netscape is indicated in a comment, also assume  */
/* Mozilla is also listed and vice versa.                    */
/*                                                           */
/* Only IE 6, Netscape 7.1, and Mozilla 1.7 have been tested.*/
/*************************************************************/

body, hr, h1 {
 padding:0;
 margin:0;
}

.justify {
	text-align:justify;
}

.floatright {
	float:right;
	vertical-align:bottom;	 
	padding-left:10px;
}

.floatleft {
	float:left;
	vertical-align:bottom;	 
	padding-left:10px;
}

.imagelink {
	border-width:0px; margin:0px; padding:0px;
}

.bullet {
	float:left;
	vertical-align:bottom;
}

.list {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.listItem {
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
}

.doubleIndent {
	padding-left:25px; 
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.left_picture {
	float:left; 
	border-style:solid; border-width:0px 10px 5px 0px;
}

.title {
	text-align:center;
}

.title1 {
	text-align:center;
}

.loweralpha {
	list-style-type:lower-alpha;
}

.lowerroman {
	list-style-type:lower-roman;
}

.listimg {
	list-style-image:url('/bullets/13bul2.gif');
	text-align:left;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.list_close {
	list-style-image:url('/bullets/13bul2.gif');
	list-style-position:outside;
	margin:20px 20px 0px 20px;
	padding:0px;
	text-align:left;
}

.list_close li {
	margin:-10px 0px 0px 0px;
	padding:0px;
}

li {
	margin-right:20px;
}

.default_list {
	list-style-image:none;
	margin-top:15px;
	margin-bottom:15px;
	padding:0px;
	list-style-type:disc;
}

.definition {
	font-size:0.8em;
}

.section {
	margin:0px; 
	font-size:1em;
}

.thumbnail {
	float:left; 
	border-style:solid; 
	border-width:1px; 
	border-color:#003030;
}

