@media print {
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: black;}

body
{
font-family: georgia, times, "times new roman", serif;
background: white;
font-size: 10pt;
}

#box
{
border: 2px;
border-style: solid;
border-color: black;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#redbox
{
border: 2px;
border-style: solid;
border-color: black;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #FFDDDD;
}

#yellowbox
{
border-style: solid;
border-color: #B22222;
padding: 1em;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background: #FFFF00;
}

#container
{
margin: 0;
}

#banner
{
font-family: georgia, times, "times new roman", serif;
font-size: 9pt;
border-bottom: 1px solid black;
}

#nav
{
display: none;
}

#nav p { margin-top: 0; }

#content
{
padding-top: 1em;
padding-bottom: 1em;
}

#content h2 { margin-top: 0; }

#footer
{
clear: both;
text-align: center;
border-top: 1px solid black;
font-size: 6pt;
}

.uploadbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
display:none;
}

}

@media screen {
body
{
margin: 0;
padding: 0;
font-family: georgia, times, "times new roman", serif;
font-size: 11pt;
color: #000;
background-color: #fff;
text-color: #000000;
}

#box
{
border-style: solid;
border-color: #084B85;
padding: 1em;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background: #CECEFF;
}

#yellowbox
{
border-style: solid;
border-color: #B22222;
padding: 1em;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background: #FFFF00;
}

#redbox
{
border-style: solid;
border-color: #FF0000;
padding: 1em;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background: #FFDDDD;
}


#container
{
margin: 0;
background-color: #FFF;
background-repeat: repeat-y;
}

#banner
{
background-color: #084B85;
border-bottom: 1px solid #000093;
font-size: 10pt;
padding: .5em;
color: white;
}

#nav
{
float: left;
padding-top: 1em;
padding-left: .5em;
height: 100%;
}

#nav p { margin-top: 0; }

#content
{
padding-top: 1em;
padding-bottom: 1em;
padding-right: 5em;
margin-left: 185px;
}

#content a:link {text-decoration: none; color: #660000;}
#content a:visited {text-decoration: none; color: #660000;}
#content a:active {text-decoration: none; color: #660000;}
#content a:hover {background: #FEAC00; text-decoration: underline overline; color: #660000;}

#content h2 { margin-top: 0; }

#footer
{
clear: both;
background-color: #084B85;
text-align: center;
padding-bottom: 1em;
border-top: 1px solid #000093;
font-size: 8pt;
width: 100%;
padding: .5em;
color: white;
}

#footer a:link {text-decoration: none; color: #FEAC00;}
#footer a:visited {text-decoration: none; color: #FEAC00;}
#footer a:active {text-decoration: none; color: #FEAC00;}
#footer a:hover {background: #FEAC00; text-decoration: underline overline; color: black;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
border-bottom: 1px solid #000093;
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #084B85;
padding: 1px 5px;
border: 1px solid #000093;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #FF8000;
}

.suckerdiv .subfolderstyle{
background: url(/media/arrow-list.gif) no-repeat center right;
background-color: #084B85;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
}
