/****************************************************************************
	Global styles
****************************************************************************/
BODY {
	font-family: Verdana, sans-Serif;
}

TABLE {
	/*border-collapse: collapse;*/
}

TD {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

IMG {
	border: none;
}

TD, DIV, P, BODY {
	font-size: 11px;	
}

TR {
	vertical-align: top;
}

FORM {
	display: inline;
}

A {
	color: black;
	text-decoration: underline;
}

/*
P {
	margin: 0px;
}
*/

/****************************************************************************
	Front page styles
****************************************************************************/
.frontBody {
	width: 290px;
	margin-top: 35px;
	text-align: center;
}

.frontBody A {
	display: block;
	float: left;
	
	padding: 3px;
	width: 90px;
	
	color: white;
	background-color: #92B5D5;
	text-decoration: none;
}

/****************************************************************************
	Ordinary page styles
****************************************************************************/
#outerCanvas, HTML
{
	width:100%;
	height:100%;
}

#innerCanvas 
{
	width:890px;
	height:500px;
	border:1px solid #396EA8;
	background:url(images/sub_background.jpg) repeat-x white;
}

.footer
{
	height: 20px;
	padding-bottom:10px;
	color:black;
}

/*
.footer .spaced {
	letter-spacing: 6px;
	padding-bottom: 10px;
}

TD.footer P, TD.footer A
{
	color:white;
}
*/

#contentCell {
  width: 723px;
}

.rightContent {
	position: absolute;
	/*margin-left: 515px;
	margin-top: 130px;	*/
	top: 130px;
	right: 50px;
}

.rightContent IMG {
	border: 1px solid #396EA8;
}

FORM .left {
	width: 90px;
}

FORM .right INPUT, FORM .right TEXTAREA {
	font-size: 11px;
	font-family: Verdana, sans-Serif;
	width: 215px;		
}

/****************************************************************************
	Menus
****************************************************************************/
#leftMenuCell {
	vertical-align: bottom;
	width: 167px;
}

.leftMenu A {
	display: block;
	padding: 2px 3px 2px 3px;
	width: 150px;
	margin-top: 3px;
	margin-left: 11px;
	
	font-size: 10px;
	
	color: white;
	text-decoration: none;	
}

.menuLevel1 A {
	background-color: #92B5D5;
}

.menuLevel2 A {
	background-color: #7693AE;
}

.menuLevel3 A {
	background-color: #396EA8;
}

.bottomLeftNavigation {
	margin-left:11px;
}

.bottomLeftNavigation .leftLink {
	font-size: 10px;

	display:block;
	float:left;
	padding: 2px 3px 2px 3px;
	width:100px;
	color: white;
	background-color: #92B5D5;
	text-decoration: none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.bottomLeftNavigation .backLink {
	font-size: 10px;

	display:block;
	float:left;
	margin-left:3px;
	padding: 2px 3px 2px 3px;
	width:48px;
	/*clear:right;*/
	color: white;
	background-color: #396EA8;
	text-decoration: none;
}

.bottomLeftNavigation .logo {
	border:none;
	float:none;
	margin-top:3px;
	margin-bottom:10px;
}

/****************************************************************************
	Content field specfics
****************************************************************************/
#pageNavigation {
	/*margin-left:120px;
	margin-top:20px;*/
	position: absolute;
	margin-left: 120px;
	margin-top: 450px;
	
	width:236px;
}

.textHeader {
	font-family: Tahoma, sans-Serif;
	font-size: 20px;
}

.textNormal {
	font-size: 11px;	
}

.bodyLeftMargin {
	padding-left: 120px;
}

.bodyTop {
	padding-left: 120px;
	padding-top: 96px;
	width: 356px;
	text-align: justify;
}

.bodyTopCell {
	padding-left: 120px;
	/*padding-top: 96px;*/
 	/*height:150px;*/
 	height:150px;
	width: 236px;
	text-align: justify;
	
	vertical-align: bottom;
	overflow: hidden;

	/*border: 1px solid black;*/  
}

.bodyTitle {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 22px;
}

.bodyBottom {
	padding-left: 120px;
	width: 356px;
	text-align: justify;
}

