/*GENERAL LAYOUT*/
*
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
}

body
{
	height: 100%;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 13px;
	line-height: 130%;
	background-color: #eeeeee;
	color: #222;
}

#container
{
    min-height: 100%;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -31px;
    text-align: left;
	background-color:#f5f9fd;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

* html #container {height: 100%;}

#aspnetForm
{
	height:100%;
}

#headwrapper
{
	height:170px;
}

#header
{
	background-image:url(/images/tile_back.gif);
	background-repeat:repeat-x;
	height:139px;
}

#header #logo
{
	float:right;
}

/*TOP MENU*/
#topMenu
{
	background: url(/images/topmenu-background.gif);
	background-position: center center;
	background-repeat:repeat-x;
	height:30px;
	width:100%;
	/*overflow:hidden;*/
	border-top: solid 1px #564c66;
	border-bottom: solid 1px #564c66;
}
#topMenu p
{
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold; 
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	/*padding: 7px 0 7px 0;*/
}
#topMenu p a:link, #topMenu p a:visited
{
	color: #3A4F6C;
	text-decoration: none;
	/*padding: 0 6px 0 6px;*/
}
#topMenu p a:hover
{
	color: #5176B5;
}
/*
#topMenu ul
{
	float:left;
	width:40%;
	list-style-type:none;
	border-left: 1px dotted #564c66;
}

#topMenu ul li
{
	display:inline;
}

#topMenu ul li a
{
	display: block;
	float: left;
	color: white;
	padding: 7px 10px;
	text-decoration: none;
	border-right: 1px dotted #564c66;
	cursor: pointer;
}

#topMenu ul li a:visited
{
	color: white;
}

#topMenu ul li a:hover
{
	color: white !important;
	padding-top: 8px;
	padding-bottom: 9px;
	background-image: url(/images/indentbg2.gif);
	background-position: center center;
	background-repeat: repeat-x;
}
*/
/*END OF TOP MENU*/

#left
{
	width: 180px;
    /*background-color:#f5f9fd;
    border-top: solid 1px #564c66;
    border-left: solid 1px #564c66;
    border-bottom: solid 1px #564c66;*/
    float:right;
}
#navigation
{
	margin-top: 24px;
	width: 180px;
	/*border-left: #cccccc 1px dotted;*/

}
.Accordion
{
    border-left: solid 1px #cccccc;
}


#center
{
	width: 778px;
    /*border: solid 1px #072a66;
	background-color:#f5f9fd;*/
    float: left;
	/*border-right: dotted 1px #564c66;*/
}

#content
{
	margin: 24px;
}

#footer-empty
{
	height: 40px;
	clear: both;
}

#footer
{
	height: 30px;
	width: 960px;
	margin-left: auto;
    margin-right: auto;
	background-color: #8394b2;
	border-top: 1px solid #564c66;
	/*border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;*/
}

#footer p
{
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	width: 100%;
}


/*END OF GENERAL LAYOUT*/

.blockHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #439ccf;
	border: solid 1px #ffffff;
}

/*LEFT MENU*/

.leftMenuHeader a
{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #439ccf;
	/*border: solid 1px #ffffff;*/
}
.leftMenuHeaderSelected a
{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-color: #439ccf;
	/*border: solid 1px #ffffff;*/
}
.leftMenuHeader a:hover
{
	cursor: pointer;
}
.leftMenuHeaderSelected a:hover
{
	color: #ffffff;
}
.leftMenu li
{
	border-bottom: #cccccc 1px dotted;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.leftMenu a
{
}

/*END OF LEFT MENU*/

.floatingElement
{
	float: left;
	text-align: center;
	margin-right: 10px;
}

/*GLOBAL TEG FORMAT*/
a
{
	/*color: #0099ff;*/
	color: #439ccf; 
/*	color: #0093dd;		C 
	color: #dd137b;		M 
	color: #fff500;		Y
	color: #1f1a17;		K	
	color: #414141					*/
}

a:hover {color: #da251d;}

img {border: 0;}

p,ul {list-style-type:none;}

.printLink
{
	font-size:10px;
}

/*END OF GLOBAL TEG FORMAT*/