*
{
	font-family:		Verdana, Arial, Helvetica;
	font-size:		10px;
}

body {
	margin:		0px;
	padding:		0px;
}

#container, #top_menu, #middle_frame, #bottom, #top {
	position:		absolute;
	width:		653px;
}

#container {

	left:		50%;
	margin-left:		-326px; /* half of width */
}

/**/

#top_menu {
	height:		154px;

	background-image:	url(../Image/menu_bg.gif);
}

#middle_frame {
	top:		154px;
	height:		490px;

	background-color:	white;
}

#bottom {
	top:		644px;
	height:		70px;

	background-image:	url(../Image/row4.gif);
}

/**/

#top {
	position:		absolute;
	height:		7px;

	background-image:	url(../Image/row2.gif);
	background-repeat:	no-repeat;
}

#left, #intro, #content, #right {
	position:		absolute;
	height:		483px;
	margin-top:		7px;
}

#left {
	width:		19px;

	background-image:	url(../Image/left_top.gif);
	background-repeat:	no-repeat;
}

#intro {
	width:		200px;
	left:		19px;

	border-left:		1px solid #d2d2d2;
	border-right:		2px solid #d2d2d2;
	border-bottom:	1px solid #d2d2d2;
}

#content {
	width:		417px;
	left:		221px;
}

#right {
	width:		15px;
	left:		638px;

	background-image:	url(../Image/right_top.gif);
	background-repeat:	no-repeat;
}

/**/

#introImage {
	margin-top:		15px;
	margin-left:		7px;
}

#introContent {
	margin-top:		15px;
	margin-left:		7px;

	font-size:		8pt;
}

#introTitle {
	margin-top:		15px;
	margin-left:		7px;

	color:		#778899;
	vertical-align:	bottom;
}

#introTitle, .staticTextTitle {
	font-size:		13pt;
	font-weight:		bolder;
}

#copyright {
	margin-left:		435px;
}

/**/

#homeBlock2, #homeBlock3
{
	width:		100%;
	height:		142px;

	margin-top:		3px;

	vertical-align:	middle;
}

#homeBlock2 {
	background-image:	url(../Image/back_green.gif);
	background-repeat:	no-repeat;
}

#homeBlock3 {
	background-image:	url(../Image/back_bl.gif);
	background-repeat:	no-repeat;
	background-position:	bottom;
	background-color:	#C6D9E1;

}

#homeBlock2 table, #homeBlock3 table
{
	margin-left:		5px;
	margin-top:		3px;
	margin-bottom:	3px;
}

/**/

.contentTitle {
	font-size:		13pt;
	font-weight:		bolder;
	color:		white;
}

div.contentBox
{
	margin-left:		10px;
	padding-right:	10px;
	height:		465px;
	overflow:		auto;
}

div.contentBoxTop
{
	width:		100%;
	height:		15px;
}

/**/

div.menuButtons
{
	position:absolute;
	top: 2px;
	left:85px;
}

div.menuButtons td.menuSpacer
{
	width:11px;
}

/**/

img {
	border:		0px;
}

a {
	color:		#333333;
	font-weight:		bold;
}

a:hover {
	color:		black;
	font-weight:		bold;
}