.demoimage {
	margin: 0px 0px 10px 10px;
	border:1px solid #cccccc;
	padding:4px;
	float:right;
}


#top_logo {
	background-color:#FFFFFF;
	background-image:  url("images/main_back.jpg");
	background-repeat: no-repeat;
 height:184px;
	border-top:1px solid #ffffff;
	margin:0px;
	margin-left:12px;
 margin-right:150px;
}


body {
	background:#FFFFFF url("images/page_back.jpg") repeat-y;
	margin: 0px;
}


a {
color:#990000;
text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#menu {
	float:left;
	/*width:185px;*/
 width:160px;
	position:absolute;
	left:0px;
	top:200px;
/*  border-style:solid;
 border-width:1px;
 border-color:blue;
*/
}


body > #menu {
	position:fixed; 
}

#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;

}

.menulink {
   /* color:#000000; */
color:blue;
	text-decoration:none;

/*
	background:#cecece url("images/menu_off.jpg") repeat-y top;
*/

	height:29px;
	display:block;
	line-height:29px;
	font-weight: 400; 
 font-family: calibri, sans-serif;
	font-size:95%;
	padding-left:30px;
}

.menulink:hover {
	color:#990000;
	text-decoration:underline;

/*
	background:#cecece url("images/menu_over.jpg") repeat-y top;
*/

}
#bottommenu {
	background:#FFFFFF url("images/menu_bottom.jpg") no-repeat right top;
	padding:10px;

}
#bottommenu p {
	margin:0px 0px 0px 5px;
	text-align:left;
}

#content{
	margin:0px 90px 0px 180px;
	min-height:225px;
	height:225px; /* ie mis-treats height as min-height*/

/* NEW */
 margin-right:150px;
}

body > #content {
	height:auto; /* fixing the ie min-height hack from above for browsers that know better */
}
#mainheading {
	text-indent:-500px;
}


#site_bottom {
	width:700px;
	border-top:1px solid #999999;
	clear:left;
	margin:15px 0px 0px 12px;
}
#site_bottom  p {
	text-align:right;
	color:#999999;
	margin:0px;
}
.footer_link {
	/* color:#999999; */

color:#6C6C6C;

	text-decoration:underline;
}
.footer_link:hover {
	color:#990000;
	text-decoration:underline;
}


h1 {
	font: bold 180% calibri, sans-serif;
 text-transform:uppercase;
 font-weight:600;
	color: #990000;
text-shadow: 2px 2px 1px #B9B9B9;
}

h2 {
	font: normal 140% calibri, sans-serif;
 font-weight:400;
	color: #990000;
/* 	background: #FFFFFF url("images/heading_image.jpg") no-repeat; */
	padding:1px 0px 0px 0px;
	border:0px solid black;
}
h3 {
	font:bold 90% calibri, sans-serif;
	margin-bottom:-12px;
}
p, #content li, td {
	font:95% calibri,sans-serif;
	text-align:justify;
}


ul {
	list-style-image: url(images/list_arrow.gif);
}


.table1, form {padding-top:1em; padding-right:2em; padding-bottom:1em; padding-left:2em; 2em;background-color:#D2D2FF;-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}


