body
	{
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	}

body, td, th, div, p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	
input, select, textarea
	{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	border: solid 1px #1F5C92;
	}

a,
a:hover,
a:visited 
	{
	color: #305C8F;
	text-decoration : none;
	}

a:hover 
	{
	text-decoration : underline;
	}
	
a img
	{
	border: 0px none;
	}

h1
	{
	margin: 0px 15px 3px 0px;
	
	font-size: 20px;
	font-weight: normal;
	
	color: #336699;
	
	border: solid #FFCC66;
	border-width: 0px 0px 2px 0px;
	}

h2
	{
	margin: 3px 0px 3px 0px;
	
	font-size: 14px;
	font-weight: bold;
	
	color: #336699;
	}
	
h3
	{
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	}
	
form
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
p
	{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
ul
	{
	margin: 0px 0px 5px 25px;
	}
	
	
/* ------------------------- */	
.menu_tools td
	{
	height: 72px;
	
	vertical-align: bottom;
	
	background-color: #305C8F;
	background-image: url('../img/bg/menu_tools.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
	
.menu_tools .phone
	{
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
	margin: 0px 0px 10px 0px;
	}
	
.menu_tools .menu_tools
	{
	margin: 0px 0px 10px 0px;
	text-align: right;
	}
	
.menu_tools .menu_tools a,
.menu_tools .menu_tools a:hover,
.menu_tools .menu_tools a:visited
	{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	}
	
.menu_tools .menu_tools a:hover
	{
	color: #FFCC66;	
	}
	
.menu_tools .menu_tools a.current,
.menu_tools .menu_tools a.current:hover,
.menu_tools .menu_tools a.current:visited
	{
	color: #FFDEBC;
	}
	
.menu_tools .menu_tools img
	{
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	}

/* ------------------------- */
.menu_sub
	{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.menu_sub a,
.menu_sub a:hover,
.menu_sub a:visited
	{
	color: #305C8F;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	}
	
.menu_sub a:hover
	{
	text-decoration: underline;
	}
	
.menu_sub a.current,
.menu_sub a.current:hover,
.menu_sub a.current:visited
	{
	color: #999999;
	}

/* ------------------------- */
.menu_left
	{
	width: 173px;
	vertical-align: top;
	text-align: center;
	
	/*background-color: #FFCC66;*/
	background-image: url('../img/bg/menu_left.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
	
.menu_left img
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* ------------------------- */

.main
	{
	width: 597px;
	/*height: 357;*/
	vertical-align: top;
	
	background-color: white;
	
	
	}

.content
	{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	width: 597px;
	/*height: 375px;
	
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	
	scrollbar-face-color: #FFFFFF;
	
	scrollbar-arrow-color: #305C8F;
	scrollbar-highlight-color: #305C8F;
	scrollbar-shadow-color: #305C8F;*/
	}
	
.text
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 0px;
	}
	
/* ------------------------- */
.images_right
	{
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
.images_right img
	{
	margin: 0px 0px 10px 0px;
	}
	
.images_bottom
	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.images_bottom td
	{
	vertical-align: top;
	text-align: center;
	}
	
.images_bottom img
	{
	margin: 0px 3px 0px 0px;
	}
	
.images_bottom .caption
	{
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	}
	



/* ------------------------- */

.form {
	border: solid #969595;
	border-width: 1px  0px  0px  1px ;
}

div.form
	{
	border: 0px;
	}

.form  td {
	border: solid #969595;
	border-width: 0px  1px  1px  0px ;
	background-color : white;	
	padding : 5px;
}

.form input, textarea, select {
	width: 450px;
}

.form input.checkbox
	{
	width: 20px;
	border: none;
	}
	
.form input.file {
	width: 400px;
}

/* ------------------------- */
.buttons
	{
	text-align: center;
	margin-top: 20px;
	}


/* ------------------------- */
.list{
	border:1px solid #1F5C92; 
	background-color : white;	
	padding : 20px;
}

/* ------------------------- */
.small
	{
	font-size: 10px;
	}
	
.blue,
strong
	{
	color: #336699;
	}
	
.red
	{
	color: red;
	}
	
ul.1 li
	{
	list-style-image: url('../img/bullets/level_1.gif');
	}
	
ul.2 li
	{
	list-style-image: url('../img/bullets/level_2.gif');
	}

/* ------------------------- */	
.more
	{
	margin: 50px 0px 0px 0px;
	}
	
.more a,
.more a:hover,
.more a:visited
	{
	font-size: 10px;
	font-weight: normal;
	}
	
/* ------------------------- */	
.caption
	{
	font-weight: bold;
	font-size: 11px;
	
	margin: 0px 0px 10px 0px;
	}
	
/* ------------------------- */	
.slogan
	{
	font-family: 'Minion', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	
	margin: 0px 0px 0px 0px;
	}

table.list_2_cols td
	{
	padding: 3px 12px 0px 0px;
	font-size: 12px;
	color: black;
	}
	
table.list_2_cols td strong
	{
	color: black;
	}
