/* CSS Document */
body{
background-color:#fff;
font-family:Tahoma;
font-size:11px;
color:#000;
margin:0px;
padding:0px;
}

ul{list-style:square;}

img{border:none;}
/* Form Style */
input ,textarea ,select{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
background-color:#E6E6E6;
border:1px solid #D4D2D2;
}
input:hover ,textarea:hover ,select:hover{
background-color:#E6E6E6;
border:1px solid #BFBFBF;
}

.button{
background-color:#FFDB0D;
color:#000;
font-weight:bold;
border:1px solid #848051;
padding:1px;
}

.button:hover{
color:#024C79;
background-color:#FFE349;
border:1px solid #000;
}

/* Title Style */
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#fff;
margin:0px;
padding:0px;
line-height:33px;
background:#364751 url(white_arrow.jpg) 10px 12px no-repeat;
text-indent:22px;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#5D5D5D;
background:url(star_icon.jpg) 0px 7px no-repeat;
margin:0px;
padding:0px;
line-height:28px;
text-indent:20px;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#FFDB0D;
margin:0px;
padding:0px;
line-height:33px;
background:#364751 url(white_arrow.jpg) 10px 12px no-repeat;
text-indent:22px;
}

/* Left Menu Style */
.menuOut {
cursor:pointer;
margin:0px; 
color:#000; 
line-height:29px; 
border-bottom:1px dotted #877B39;
background:#FFDA0C url(dark_blue_arrow.jpg) 10px 13px no-repeat; 
text-indent:20px;
}
.menuOut a{color:#000; text-decoration:none;}
.menuOut a:hover{color:#000; text-decoration:none;}

.menuOver {
cursor:pointer;
margin:0px; 
color:#000; 
line-height:29px; 
border-bottom:1px dotted #877B39;
background:#FFDA0C url(dark_blue_dnarrow.jpg) 10px 13px no-repeat; 
text-indent:20px;
}

.submenu {
line-height:29px; 
border-bottom:1px dotted #877B39;
background:#FFE349 url(light_blue_arrow.jpg) 20px 13px no-repeat; 
text-indent:35px;
}

.submenu a {
color:#034C79; 
text-decoration:none; 
line-height:29px; 
background:#FFE349 url(light_blue_arrow.jpg) 20px 13px no-repeat; 
text-indent:35px;
display:block;
}
.submenu a:hover {
color:#000; 
text-decoration:underline; 
line-height:29px; 
background:#FFE349 url(light_blue_arrow.jpg) 20px 13px no-repeat; 
text-indent:35px;
display:block;
}

/* Other Style */
.pathlink{
color:#31434E;
font-size:11px;
font-weight:normal;
}
.pathlink a{color:#31434E; text-decoration:none;}
.pathlink a:hover{color:#000; text-decoration:underline;}
.pathlink .currentpg{color:#31434E; font-weight:bold;}

.bluetext{color:#005896; font-weight:bold;}

.photoframe{background:url(photo_frame.jpg) 0px 0px no-repeat;}

/* Footer Style */
.footer{
color:#828282;
font-size:11px;
}
.footer a{color:#828282; text-decoration:none;}
.footer a:hover{color:#000; text-decoration:underline;}

