body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #f22c05;
	text-decoration: underline;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F38C05;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
}
.border {
	border: 1px solid #F38C05;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a.subs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	text-decoration: underline;
        font-weight: bold;
        margin-left:15px
}
a.curlitl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
        font-weight: bold;
}

h1 {
        font: 14pt arial; 
        font-weight: bold; 
        color: #333333;
}
.con2 {
        font: 13pt arial; 
        font-weight: bold; 
        color: #cc3300;
}
#center_wrapper
{
margin-left:auto;
margin-right:auto;
width:800px;


}

#lmenu, #contentLayer, #rmenu,#top
{

display:inline;
float:left;

}

#top {
background-image: url('images/top.jpg');
background-image-repeat:;
width:800px;
height:184px;
z-index:1;
}


#roll {
left:260px;
position:relative;
top:30px;
width:134px;
z-index:2;
}
#lmenu {

width:170px;
z-index:3;
}

#contentLayer {

width:450px;
z-index:0;
}


#rmenu {

width:180px;
z-index:5;
}

/* LEFT MENU STYLE */
/* remove all the bullets, borders and padding from the default list styling */
#menuLeftTopics ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* position relative so that you can position the sub levels */
#menuLeftTopics li {
	position:relative;
}

/* get rid of the table */
#menuLeftTopics table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the links */
#menuLeftTopics a, #menuLeftTopics a:visited {
	display:block;
	height:20px;
	line-height:20px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width:155px;
	text-decoration: none;
	text-transform: capitalize;
	text-indent:5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: 0px;
}

/* style the link hover */
#menuLeftTopics a:hover{
	color:#fff; 
	background:#cc3300;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuLeftTopics ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:155px; 
	background:#f38d05;
}
/* make the second level visible when hover on first level list OR link */
#menuLeftTopics ul :hover ul{
	visibility:visible;
}
/* END Left Menu Style */

