body {
	background-color: #F0F0F0;
	margin: 0px 0px 0px 0px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #000000;	
}

td.left {
	background: #F0F0F0 url(../images/layout/left-gray.png) top right repeat-y;
}

td.middle {
	background: #FFFFFF url(../images/layout/background.png) top left repeat-x;
	width: 757px;
	height: 800px;
}

td.right {
	background: #F0F0F0 url(../images/layout/right-gray.png) top left repeat-y;
}

div.navigation {
	margin: 10px 20px 20px 10px;
    float: left;
    text-align: left;
    width: 172px;
}

div.content {
	float: left;
	width: 540px;
	padding-right: 10px;
}

h1 {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-variant: small-caps;
	font-style: italic;
	font-size: 18px;
	font-weight: bolder;
	color: #118CB8;	
}

td.activeMenuItem {
	background: transparent url(../images/layout/menu-active-background.png) top left no-repeat;
	height: 38px;
	width: 172px;
}

td.activeMenuItem a {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-variant: small-caps;
	font-style: italic;
	font-size: 14px;
	font-weight: bolder;
	color: #118CB8;	
	text-decoration: none;
}

td.inActiveMenuItem {
	background: transparent url(../images/layout/menu-inactive-background.png) top left no-repeat;
	height: 25px;
	width: 172px;
}

td.inActiveMenuItem a {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-variant: small-caps;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #118CB8;	
	text-decoration: none;
}

td.activeSubMenuItem {
	background: #077298 url(../images/layout/submenu-active-background.png) top left repeat-x;
	padding: 10px 10px 10px 18px;
}

td.activeSubMenuItem a {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-variant: small-caps;
	font-size: 11px;
	width: 170px;
	color: #FFFFFF;	
	text-decoration: none;
}

td.activeSubMenuItem a:hover {
	font-family: Verdana,Helvetica,Sans-Serif;
	font-variant: small-caps;
	font-size: 11px;
	width: 170px;
	color: #FFFFFF;	
	text-decoration: underline;
}

textarea {
    width: 250px;
    height: 150px;
}

