/* CSS Document */

/*---------- BORDER STYLES ----------*/
.upperleft {
background-image:url(../images/borders/bdr_topleft.jpg);
background-repeat:no-repeat;
width:40px;
height:40px;
}

.uppercenter {
background-image:url(../images/borders/bdr_topslice.jpg);
background-repeat:repeat;
height:41px;
}

.upperright {
background-image:url(../images/borders/bdr_topright.jpg);
background-repeat:no-repeat;
width:40px;
height:41px;
}

.leftborder {
background-image:url(../images/borders/bdr_left.jpg);
background-repeat:repeat-y;
width:40px;
height:40px;
}

.rightborder {
background-image:url(../images/borders/bdr_right.jpg);
background-repeat:repeat;
}

.bottomleft {
background-image:url(../images/borders/bdr_bottomleft.jpg);
background-repeat:no-repeat;
width:40px;
height:41px;
}

.bottomcenter {
background-image:url(../images/borders/bdr_bottomslice.jpg);
background-repeat:repeat;
height:41;
}

.bottomright {
background-image:url(../images/borders/bdr_bottomright.jpg);
background-repeat:no-repeat;
width:40px;
height:41px;
}

/*---------- NAVIGATION STYLES ----------*/

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

.wireframemenu{
border: 1px solid #003366;
background-image: url(../_themes/edge/edgbkgnd.gif)
border-bottom-width: 0;
width: 135px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 135px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #003366;
text-decoration: none;
border-bottom: 1px solid #003366;
}

.wireframemenu a:visited{
color: #003366;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FFEEE4;
color: black;
}

.wirehighlight {
background-color: #FFEEE4;
color: black;
}

/*---------- BREADCRUMB STYLES ----------*/

.breadcrumb {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

.breadcrumb a{
color: #003366;
}

.breadcrumb a:visited{
color: #003366;
}

.breadcrumb a:hover{
background-color: #FFCCCC;
color: black;
}

/*---------- CONTENT STYLES ----------*/

body {
font-family: verdana, arial, helvetica, sans-serif;
color:#333333;
font-size:12px;
line-height:1.5;
}

a{
font-family: arial, verdana, helvetica, sans-serif;
color: #003366;
}

a:visited{
font-family: arial, verdana, helvetica, sans-serif;
color: #003366;
}

a:hover{
font-family: arial, verdana, helvetica, sans-serif;
background-color: #FFCCCC;
color: black;
}


/*---------- HEADLINE STYLES ----------*/
h1 {
font-family: arial, verdana, helvetica, sans-serif;
font-size:16px;
color:#660000;
font-weight:bold;
}

h2 {
font-family: arial, verdana, helvetica, sans-serif;
font-size:14px;
color:#660000;
font-weight:normal;
font-style:italic;
}

/*---------- FOOTER STYLES ----------*/

.footer {
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
}

.footer a{
color: #003366;
font-weight:bold;
}

.footer a:visited{
color: #003366;
font-weight:bold;
}

.footer a:hover{
background-color: #FFCCCC;
color: black;
font-weight:bold;
}