﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	background-image: url('../images/page_bkg.gif');
	color: #000000;
}



#navContainerTop{
    background-color: #2d69b0;
    height: 30px;
    margin-left: 30px;
}

#navContainerTop a:link, #navContainerTop a:visited{
   color: #ffffff;
   font-size: 13px;
   font-weight: 600;
   text-decoration: none;
   margin: 0px 15px 0px 15px;
}

#navContainerTop a:hover {
   color: #b7dlec;
   text-decoration: underline;
}



#navContainerLeft{
    margin: 30px 10px 30px 0px;
    font-size: 13px;
    padding: 0px;
    height: 0px;

}
#navContainerLeft ul{
    margin: 25px 10px 25px 0px;
    padding: 0px;
    color: #ffffff;
    font-weight: 700;

}
#navContainerLeft li {
   list-style-type: none;
   border-bottom: 1px solid #5b92d2;
   text-align: right;
   font-weight: normal;
   }

#navContainerLeft a:link, #navContainerLeft a:visited{
   color: #ffffff;
   text-decoration: none;
}

#navContainerLeft a:hover {
   color: #b7d1ec;
}
#title {                 /* Welcome to the Library! */
   margin: 10px 10px 10px 20px;
   color: #2d69b0;
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
}

#announcements {
   width: 510px;
   margin: 10px 10px 10px 20px;
   padding: 10px;
   border: 1px solid #5b92d2;
}
#content {
   width: 530px;
   height: 350px;   /* 350 is the minimum height or page components will start coming apart */
   margin: 10px 10px 10px 20px;
   padding: 0px;
}
#content p.importantBlue {
    color: #2d69b0;
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
}
#content p.importantRed {
    color: #c00000;
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
}
#content a:link, #content a:visited {
    color: #2d69b0;
}
#content a:hover{ 
    color: #1c3d63;
}
#content .nav {
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}
#footer td {
   font-size: 10px;
   color: #2d69b0;
}

h1 {
   margin: 10px 10px 5px 0px;
   width: 400px;
   color: #c00000;
   font-size: 20px;
   font-style: italic;
   border-bottom: 1px solid #5b92d2;
}

h2 {
   margin: 10px 10px 10px 0px;
   width: 200px;
   color: #c00000;
   font-size: 16px;
   font-style: italic;
   border-bottom: 1px solid #5b92d2;

}
h3 {
   margin: 10px 10px 10px 0px;
   width: 300px;
   color: #c00000;
   font-size: 16px;
   font-style: italic;
   border-bottom: 1px solid #5b92d2;

}

hr {
   margin-top: 20px;
   clear: both;
   width: 530;
   border: 0;
   color: #5b92d2;
   background-color: #5b92d2;
   height: 1px;
}



/*--------- Miscellaneous --------*/


.floatRight {/*right float with border */
   float: right;
   margin: 5px 0px 5px 10px; /*sets the margins so the image sits nicely in the p elements*/
   border: 1px solid #132437;
}
.floatRight2 {/*right float with no border */
   float: right;
   margin: 5px 0px 5px 10px; /*sets the margins so the image sits nicely in the p elements*/
   border: 0px;
}

.floatLeft {/*left float with border */
   float: left;
   margin: 5px 10px 5px 0px;/*sets the margins so the image sits nicely in the p elements*/
   border: 1px solid #132437;
}
.smallfont11{
   font-size: 11px;
}