body 
{
	background: #e6e9ff  url("images/bg/bgillus.jpg") no-repeat;/**/
	background-attachment: scroll;
	background-position: right top;
	text-align: left;
}

body#narrowBG
{
	background: #e6e9ff  url("images/bg/bgillus.jpg") no-repeat;/**/
	background-attachment: scroll;
	background-position: right top;
	text-align: left;
}

a
{
	text-decoration: none;
	color: #5050b0;
}

a:visited
{
	color: #303090;
}

a:hover
{
	color: #101070;
	background-color: #d0d0f0;
}

a.blockLink
{	
	background-color: #d8d8f0;
	padding: 2px 2px 2px 10px;
	margin: 2px;
	width: 20em;
	display: block;
}


/* --- Page Header and Right Hand Image */

#page_heading
{
	height: 177px;
	padding: 0px 20px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#page_heading img
{
	height: 160px; 
	width: 750px;
}

#ProtectRightImage
{	
	float: right;
	height: 397px;
	width: 180px;
}
/* --- Page Header and Right Hand Image */



/* +++ Navigation Menu */
#navigation
{
	float: right;
	width: 15em;

	margin: 10px 5px 0px 30px;
	padding: 0px;
	font-family: Verdana;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li
{
	height: 60px;
	margin: 0px;
}

#navigation a
{
	line-height: 50px;
	text-align: right;
	font-weight: bold;
	
	text-decoration: none;
	display: block;
	color: #00a;
}

#navigation a:hover
{
	color: red;
	background-color: transparent;
}

#navigation img
{
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	height: 50px;
	width: 50px;
}

#navigation img.arrowselected
{
	float: left;
	margin: 17px 0px 0px 0px;
	height: 16px;
	width: 16px;
	display: none;
}

#navigation a:hover img.arrowselected
{
	display: block;
}

#navigation img.arrowNotSelected
{
	float: left;
	margin: 17px 0px 0px 0px;
	height: 16px;
	width: 16px;
	display: block;
}

#navigation a:hover img.arrowNotSelected
{
	display: none;
}

.menuitem img
{
	float: right;	
}

#navigation .homeMenuItem a
{
	text-align: left;	
}

.backLink
{
	text-align: right;
	display: block;
}
.homeMenuItem img
{
	float: left;	
}

/* --- Navigation Menu */
#imageContent
{	
	padding-top: 30px;
	padding-left: 35px;
	margin-left: 15px;
	background: url("images/bg/curvebg2.jpg") no-repeat top left;
	width: 830px;
}

#imageContent img
{
	width:640px;
	height:480px;
}

#content
{
	font-family: tahoma;
	text-align: justify;
	background: url("images/bg/curvebg2.jpg") no-repeat top left;
	
	padding: 15px 40px 80px 30px;
	margin: 00px 30px 0px 15px;
}

#content h1
{
	font-size: 150%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#content em
{
	text-decoration: none;
	font-size: 105%;
	font-weight: bold;
}

#footer
{
	font-variant: small-caps;
	font-family: tahoma;
	text-align: center;
	font-size: smaller;
	padding: 121px 0px 0px 0px;
	margin: -20px 0px 10px 15px;
	clear: left;
	background: url("images/bg/curvebg.jpg") no-repeat top left;
}

footer img
{
	border: none;
	width: 12px;
	height: 12px;
}

div.hr
{	
	position: relative;
	top: 1px;
	overflow:hidden;
	font-size: 1px;
	height: 1px;
	background: black;
	padding: 0px;
	margin: 0px 0px 0px 15%;
}

form#loginForm
{
	clear: left;
	margin: 5px 15px 5px 5px;
	padding: 15px;
	border: #cce dashed 2px;
	background: #f0f0ff; 
	width: 24em;
}
