/* CSS Document */

body
{
background-repeat:repeat-x;
width:auto;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: left;
font-family:verdana, arial;
line-height:15px;
color: #272361;
font-size:12px;
font-weight:none;
padding:5px;
} 

a:link {
  color: #4C4D85; 
  text-decoration: underline; }
a:visited {
  color: #4C4D85; 
  text-decoration: underline; }
a:active {/*colour in NN4.xx is red*/ 
  color: #4C4D85; 
  text-decoration: underline; }
a:hover { /*this effect is not shown in NN4.xx*/
  color: #4C4D85; 
  text-decoration: underline; }


.mainbg
{
background:url(images/midlogo.jpg);
background-repeat:no-repeat;
}

.bg
{
background:url(images/bgfront.png);
background-repeat:repeat-x;
}

.bg2
{
background:url(images/bgfront.png);

}

#searcharea
{
	position: absolute;
	left: 900px;
	top: 235px;
}


.searcharea
{
background:url(images/searchbg.png);
}













#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
}

.mainitems a{
text-decoration: underline;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
}

.subuls li{
width: 100%;
font-size:11px;
font:Arial, Helvetica, sans-serif;
}

.subuls li a{
/* link style
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


.captions
{
font-family:verdana, arial;
line-height:15px;
color: #272361;
font-size:9px;
font-weight:none;
padding:5px;

}

.bottombg
{
 background:url(images/bottom2.png);
 background-repeat:no-repeat;
}

.contentwhitebg
{
	font-family:verdana, arial;
	line-height:15px;
	color: #272361;
	font-size:12px;
	font-weight:none;
	padding:5px;
}


#submit-image-signup {
  width: 42px;
  height: 13px;
  margin: 0;
  padding: 0px;
  border: 0;
  background: transparent url(images/signup.png) no-repeat center top;
 	text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#submit-image-search {
  width: 23px;
  height: 17px;
  margin: 0;
  padding: 0px;
  border: 0;
  background: transparent url(images/search_gobutton.png) no-repeat center top;
 	text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

