body
{
	margin: 0px;
	background-color: rgb(100, 150, 220);
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
}

#itable
{
	width: 840px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

#itable tr {vertical-align: top;}

#iheader
{
	height: 176px;
	background-color: rgb(0, 90, 170);
}

#imenu
{
	height: 24px;
	background-color: rgb(0, 90, 170);
	font-weight: bold;
}

.cmenuitem
{
	display: inline-block;
	padding: 5px 12px;
}
.cmenuitemactive
{
	display: inline-block;
	padding: 5px 12px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
.cmifirst {padding: 5px 9px;}
.cmilast {padding: 5px 9px;}

.cdropdownmenuitem {line-height: 1.4em;}

#icontent
{
	padding: 40px;
	font-size: 13px;
	line-height: 1.4em;
}

#itop {}
#ileft {float: left; width: 360px; display: inline;} /* display = inline needed for IE */
#iright {float: left; width: 360px; margin-left: 40px; display: inline;}
#ibottom {clear: both;}

#ifooter
{
	height: 24px;
	background-color: rgb(0, 90, 170);
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 5px;
}



h1, h2, h3, h4, h5 {color: rgb(0, 90, 170); margin: 0px 0px 10px 0px;}
h1 {font-size: 17px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
p {margin: 0px 0px 10px 0px;}

ul
{
	list-style-type: square;
	padding-left: 30px;
	margin: 0px 0px 10px 0px;
}

.align-center {text-align: center;}



a {text-decoration: underline;}
a:link {color: rgb(0, 0, 0);}
a:visited {color: rgb(0, 0, 0);}
a:hover {color: rgb(75, 165, 245);}
a:active {color: rgb(0, 0, 0);}
a:focus {color: rgb(0, 0, 0);}

.cmenuitem a {text-decoration: none;}
.cmenuitem a:link {color: rgb(255, 255, 255);}
.cmenuitem a:visited {color: rgb(255, 255, 255);}
.cmenuitem a:hover {color: rgb(75, 165, 245);}
.cmenuitem a:active {color: rgb(255, 255, 255);}
.cmenuitem a:focus {color: rgb(255, 255, 255);}

.cdropdownmenuitem a {text-decoration: none;}
.cdropdownmenuitem a:link {color: rgb(255, 255, 255);}
.cdropdownmenuitem a:visited {color: rgb(255, 255, 255);}
.cdropdownmenuitem a:hover {color: rgb(75, 165, 245);}
.cdropdownmenuitem a:active {color: rgb(255, 255, 255);}
.cdropdownmenuitem a:focus {color: rgb(255, 255, 255);}

.cmenuitemactive a {text-decoration: none;}
.cmenuitemactive a:link {color: rgb(0, 0, 0);}
.cmenuitemactive a:visited {color: rgb(0, 0, 0);}
.cmenuitemactive a:hover {color: rgb(75, 165, 245);}
.cmenuitemactive a:active {color: rgb(0, 0, 0);}
.cmenuitemactive a:focus {color: rgb(0, 0, 0);}

#ifooter a {text-decoration: underline;}
#ifooter a:link {color: rgb(255, 255, 255);}
#ifooter a:visited {color: rgb(255, 255, 255);}
#ifooter a:hover {color: rgb(75, 165, 245);}
#ifooter a:active {color: rgb(255, 255, 255);}
#ifooter a:focus {color: rgb(255, 255, 255);}