/*********************************************************************/
/*	MAIN
/*********************************************************************/

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

html {
	width:100%;
}

body {
	margin:0px;
	padding:0px;

	background-color:#000000;
	color:#FFFFFF;

	background-image:url(/site/images/background_page.jpg);
	background-repeat:no-repeat;
	background-position: 976px 0px;

	margin-bottom:15px; /* works for IE (see also page_right) */

/*
	background-image:url(/site/images/background_body.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;

	margin-bottom:247px;
*/

}

a:link {
	color:#666666;
}
a:active {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#044ca1;
}

p {
	margin:0px;
	margin-bottom:15px;

	letter-spacing:1px;
	line-height:14px;
	
	text-align:justify;
}

li {
	letter-spacing:1px;
	line-height:14px;
}

h1 {
	color:#000000;

	margin:0px;
	margin-top:10px;
	margin-bottom:10px;

	padding-left:10px;
	padding-bottom:1px;

	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

h2 {
	color:#666666;

	margin:0px;
	margin-bottom:10px;
	
	padding-left:5px;
	padding-bottom:1px;	

	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;	

	border-bottom:1px solid #000000;
}

h3 {
	color:#666666;

	margin:0px;
	margin-bottom:10px;

	padding-left:5px;
	padding-bottom:1px;	

	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;

	border-bottom:1px solid #000000;
}

/*********************************************************************/
/*	FRAMEWORK ()
/*********************************************************************/

#container {
	width:auto;

/*
	background-image:url(/site/images/background_page.jpg);
	background-repeat:no-repeat;
	background-position: 976px 0px;
*/
}

#page {
	width:990px;
}


#page_left {
	float:left;
	width:405px;
}

#page_right {
	float:left;	
	width:571px;
	height:653px;

	background-color:#FFFFFF;
	
	background-image:url(/site/images/background_content.jpg);
	background-repeat:no-repeat;
	background-position: 371px 59px;

	margin-bottom:15px; /* works for FF (see also body) */
}

#page_menu {
	height:59px;
}

#container_right_title {
	height:40px;
}

#page_right_content {
	width:490px;
	height:530px;

	overflow-y:scroll;
	
	margin-left:10px;
	padding-right:10px;
}

/*********************************************************************/
/*	FRAMEWORK (print)
/*********************************************************************/

#header_print {
	display:none;
}

#footer_print {
	display:none;
}

/*********************************************************************/
/*	CONTENT ()
/*********************************************************************/


/*********************************************************************/
/*	PAGER ()
/*********************************************************************/

#pager {
	background-color:#000000;
	color:#FFFFFF;
	
	margin-top:10px;
	margin-bottom:10px;
}

#pager td {
	background-color:#000000;
	color:#FFFFFF;
}

#pager a {
	color:#FFFFFF;
	font-weight:bold;
}

/*********************************************************************/
/*	FORMS ()
/*********************************************************************/

input, textarea {
	margin:2px;
	border:1px solid #999999;
	padding:2px;
	color:#333333;
}

.FormButton {
	background-color:#959595;
	padding:2px;

	color:#FFFFFF;

	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}

.FormCheckGood {
	/*empty because back to browser default*/
}

.FormCheckBad {
	border:2px solid #FF0000;
	color:#333333;	
}

.RequiredField {
	color:#FF0000;
	font-weight:bold;
}

/*********************************************************************/
/*
/*********************************************************************/



