/* generated by csscreator.com */ 
html, 
body
{ 
margin:0; 
padding:0; 
text-align:center; 
background-color:#000080;
font-size:90%;
margin-top:2px;
} 
 
#wrapper
{ 
width:793px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#banner
{
position:relative; 
height:216px; 
width:793px;
background-color:white; 
background-image:url(../images/banner2.jpg);
} 


#content
{
width:793px;
background-image:url(../images/contentbg.gif);
background-repeat:repeat-y;
}
 
#colone
{
width:25px; 
float:left; 
position:relative; 
background:transparent;
}
 
#coltwo
{
float:left; 
position:relative; 
height:100%;
width:15px; 
}

#colthree 
{
width:175px; 
height:100%;
float:left; 
position:relative; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}



.arrowlistmenu
{
width: 175px; /*width of accordion menu*/
list-style-type: none;
}

.arrowlistmenu .menuheader
{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(file:///H|/TAFE2008/visualeyes2/css/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor:;
cursor: pointer;
list-style-type: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(file:///H|/TAFE2008/visualeyes2/css/titlebar-active.png);
list-style-type: none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
list-style-type: none;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
list-style-type: none;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
list-style-type: none;
}

.arrowlistmenu ul li a
{
color: #A70303;
background: url(file:///H|/TAFE2008/visualeyes2/css/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
list-style-type: none;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
list-style-type: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
list-style-type: none;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
list-style-type: none;
}


#colfour
{
width:568px; 
margin-left:0px;
height:100%;
float:right; 
position:relative; 
padding: 5px 5px 0px 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

img.right
{
float: right;  /*place the image to the right of the paragraph*/
border: 1px solid #000000;  /*add a black border to all 4 sides*/
margin: 5px 12px 1px 5px;  /*set the margins for the image and keeps it away from the text*/

}

img.left
{
float: left;  /*place the image to the left of the paragraph*/
border: 1px solid #000000;  /*add a black border to all 4 sides*/
margin: 5px 12px 1px 5px;  /*set the margins for the image and keeps it away from the text*/
}

 
#footer
{
clear:both;
background-color:#138808;
color:#000000;
height:20px;
text-align:right;
padding:5px;
font-size:95%;
}

div#footer a
{
color:#ffffcc;
}

div#footer a:hover
{
background-color:#693400; 
}


