html
{
	margin: 0px 0px; 
	height: 100%; 
	background: url(../_images/html_bg) top left repeat;
}

body
{
	position: relative;
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
	background: url(../_images/header_blue_bg.png) top left repeat-x;
	line-height: 1.3em;
}

h1.portlet_header
{
	font-size: 11px;
	font-weight: 700;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #006FB4;
	aborder-bottom: 1px solid #DDDDDD;
}
p.portlet_content
{
	font-size: 10px;
	padding: 8px;
	margin: 0px;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
}

div.page
{
	position: relative;
	width: 963px;
	height: 100%; 
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

div.page_content
{
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

div.footer
{
	color: #777777;
	font-size:  11px;
	text-align: center;
	margin: 7px 0px 20px 0px;
}

td.page_menu
{
	width: 200px;
	height: 100%;
	background: url(../_images/menu_frame.png) top right repeat-y;
}

td.page_content
{
	width: 544px;
	height: 100%;
}

td.page_right
{
	width: 214px;
	height: 100%;
	background: url(../_images/right_frame.png) top left repeat-y;
}

img.header_flap
{
	position: absolute;
	left: 674px;
	top: 8px;
}

form
{
	display: inline;
}
input
{
	font-size: 11px;
	font-weight: 400; 
}
textarea
{
	font-size: 11px;
	font-weight: 400; 
}
input.submit
{
	border: 1px solid #A1A1A1;
	background-color: #DBDBDB;
	color: #787878;
	height: 20px;
	font-weight: 700;
	cursor: pointer;
}

h1
{
	font-size: 13px;
	font-weight: 700; 
	color: #006FB4;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2
{
	color: #A29250;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	
}
p
{
	font-weight: 400;
	margin-bottom: 11px;
	line-height: 1.5em;
}

p.small_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
}




td.footer
{
	font-size:10px;
	font-weight: 400;
	color: #A8A8A8;	
}



a { color: #788FC5; text-decoration: none; }
a:link { color: #788FC5; text-decoration: none; }
a:visited { color: #788FC5; text-decoration: none; }
a:active { color: #CF1313; text-decoration: none; }
a:hover { color: #3E6AA9; text-decoration: underline; }
a:focus { color: #788FC5; text-decoration: underline; }





