/* CSS Document */



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

body
{
background:url(images/bg2.png);
background-repeat:repeat-x;
width:auto;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
} 

.linebg
{
background:url(images/linebg.png);
background-repeat:repeat-y;
}

.tborder
{
border: 1px;
border-color:#000066;
}

.title
{
font:Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight:bold;
text-indent:19px;
}

.title2
{
font:Arial, Helvetica, sans-serif;
color: #272361;
font-weight:bold;
text-indent:15px;
}

.lineup
{
text-indent:20px;
}

.content
{
font-family:verdana, arial;
line-height:15px;
color: #272361;
font-size:12px;
font-weight:none;
padding:5px;
background-image:url(images/contentbg.png);

}

.content2
{
font-family:verdana;
line-height:15px;
color: #272361;
font-size:12px;
font-weight:none;
padding:5px;
border-bottom:1px;
border-bottom-color:272361;
}

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


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

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

.mainitems{
}

.mainitems a{
text-decoration: underline;
color:#272361;
}

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

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

.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;
}


#floatingtitle
{
	position: absolute;
	left: 163px;
	top: 59px;
	font-size:24px;
	font-weight:bold;
	font:verdana, Arial, Helvetica, sans-serif;
}

#content_table
{
 	border-width: 3px;
	border-color: #272361;
	border-style:solid;
}

.imageborder
{
	border-color: #000066;
	border-width: 1;
}

.mainbg
{
 background:url(images/yellowbg.png)
}

.iborder{
  border: 2px solid #272361;
  display: block;
  padding: 2px;
  margin: 2px;
       }
	   
.captions
{
font-family:verdana, arial;
line-height:15px;
color: #272361;
font-size:9px;
font-weight:none;
padding:5px;

}



h3
{
font-family:verdana, arial;
font-size: 17px;
line-height:15px;
}
	   
h4
{
font-family:verdana, arial;
font-size: 14px;
line-height:12px;
}

.titlebg
{
background-image:url(images/titlebg.png);
}

.bgimages
{
padding:0px;
background-image:url(images/contentbg.png);

}

.indenttimes
{
text-indent:200px;
}


