/*   Body  _______________________________________________________________ */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:   12px;
	color: #000000;
	margin:  0px;
	padding: 0px;
	background-color: #03537c;
}
input[type=hidden] {
	visibility: hidden; 
}
form{
	display: inline;
}
img { 
	border: 0; 
} 
#white {
	color: #FFFFFF;
}

/*   Table  _______________________________________________________________ */
table th, tr, td {
	font-family: "Trebuchet Ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f2d22;
	margin: 0px;
	border: 0px;	
}

/*   Containers  ___________________________________________________________ */
.container {
	padding: 0px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.left {
	background-image:url(images/bg_col1.gif);
	width: 516px;
}
.right {

	background-image:url(images/bg_col2.gif);
	width: 223px;
}

/*   Input  _______________________________________________________________ */
input, textarea, select {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #d3d3d3;
	display: inline;
	
}

input.button {
	height: 16px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	display: inline;
}

input.image {
	border: 0px;
	display: inline;
}

input.radio {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}

input.checkbox {
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	display: inline;
}



/*   Fonts & Links  _________________________________________________________ */

.text {
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
}


a, a:active, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #58463b;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;	
}


a.menu, a.menu:active, a.menu:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #58463b;
	text-decoration: none;
}
a.menu:hover {
	color: #FF6600;
	text-decoration: underline;	
}


.big_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color: #58463b;
	text-decoration: none;
}

.white {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}


/*   Paragraph  _________________________________________________________ */

p {
	margin-top:     0px;
	margin-bottom: 11px;
}


/*   List  _______________________________________________________________ */

ul, ol {
	margin: 5px 0px 5px 25px;
}

ul {
	list-style-type: square;
	color: #666666;
}

li {
	margin-bottom: 5px;
}




/*   Borders  ______________________________________________________________ */


.no_border {
	border: 0px solid #FFFFFF;
}

.border_6px {
	border: 7px solid #f2dbc1;
}




/*   H ___________________________________________________________________ */


h1, h2, h3 {
	font-weight: bold;
	padding:  15px 0px 0px 0px;
	display: inline;
	color: #345993;
	height:  25px;	
}

h1 { font-size: 22px; }
	
h2  { 
	font-size: 16px;
	line-height: 26px;
}

h3  { font-size: 11px; }


