/* IE includes padding in the width, whereas Firefox increases the overall width by the padding */
/* Firefox ignores params starting in "_" */

body, td, div, .p, a
{
	font-family: verdana, arial, helvetica, sans-serif;
}

body
{
	background-color: #084071;
	font-size: 0.8em;
 	margin: 0;
	padding: 0;
	text-align: center; /* Central display of page */
}

div
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

p
{
	margin-bottom: 0;
	margin-top: 0;
}

#jacket
{
	color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 766px;
}

#jacket .table_border_1
{
	border-bottom: 1px solid #D0D0D0; 
	border-left: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#jacket .table_border_2
{
	border-bottom: 1px solid #D0D0D0; 
	border-right: 1px solid #D0D0D0; 
}

#jacket .table_header
{
}

#jacket .table_header_color
{
	background-color: #B0B0B0;
	color: #FFF;
	font-size: 90%;
}

#jacket .table_header_underline
{
	background-color: #666;
	height: 3;
}

#jacket .table_header_border_1
{
	border-bottom: 1px solid #666; 
	border-left: 1px solid #AAA; 
	border-right: 1px solid #AAA; 
}

#jacket .table_header_border_2
{
	border-bottom: 1px solid #666; 
	border-right: 1px solid #AAA; 
}

#jacket .table_row_a
{
	color: #222;
	background-color: #FAFAFA;
}

#jacket .table_row_b
{
	color: #222;
	background-color: #E8E8E8;
}

#jacket .table_title
{
	font-size: 95%;
	font-weight: bold;
	height: 24px;
}

#jacket .table_title_color
{
	background: #61839E;
	border-bottom: 1px solid #4A6376;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	height: 24px;
}

#menu
{
	background-image: url(images/bg_menu.jpg);
	background-color: #E0E0E0;
	height: 20px;
	padding-left: 0px;
	padding-top: 20px;
}

#image_string
{
	float: left;
	margin: 10px 0 0 0;
	width: 200px;
}

#content
{
	float: left;
	margin: 10px 10px 0 14px;
	width: 250px;
}

#content p
{
	margin-bottom: 10px;
}

#content h1
{
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	font-size: 200%
}

#content a, #content a:visited
{
	color: #FFD943;
	text-decoration: underline;
}

#content a:hover, #content a:focus
{
	color: #FFD943;
	text-decoration: none;
}

#content_wide
{
	margin: 10px 10px 0 0;
	width: 450px;
}

#content_wide a, #content_wide a:visited
{
	color: #FFD943;
	text-decoration: underline;
}

#content_wide a:hover, #content_wide a:focus
{
	color: #FFD943;
	text-decoration: none;
}

#footer
{
	font-size: 0.8em;
	margin-top: 20px;
	text-align: center;
}

#footer a, #footer a:visited
{
	color: #FFD943;
	text-decoration: none;
}

#footer a:hover, #footer a:focus
{
	color: #FFD943;
	text-decoration: underline;
}

#menupaper
{
	background-image: url('images/menu_paper.jpg');
	color: #222;
	font-family: "times new roman", verdana, arial, helvetica, sans-serif;
	font-size: 160%;
	font-style: italic;
	padding: 6px;
	text-align: center;
}

#menupaper .course
{
	font-size: 130%;
	font-style: italic;
	text-decoration: underline;
}

#cap
{
	font-size: 300%;
/*	font-weight: bold; */
	float: left;
	height: 26px;
	line-height: 26px;
	margin-top: 4px;
	margin-right: 1px;
}

.border_all
{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.border_LRT
{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.img_phonenumber
{
	cursor: pointer;
	margin: 9px 0 9px 5px;
}

.img_tip
{
	float: right;
	margin: 0 4px 0 0;
}

.note
{
	color: #ffff00; /* EDEE7A */
}

.arrow
{
	cursor: default;
}

.hand
{
	cursor: pointer;
}

.help
{
	cursor: help;
}

#dhtmltooltip
{
	background-color: #FFFFE1; /* FEE9CC */
	border: 1px solid #61839E;
	color: #000;
	font-size: 0.8em;
	padding: 3px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 200px;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
