/* CSwebstyles.css - style sheet for www.cs.uwp.edu
   Created by Karen Larson Feb '03
*/

/* general formatting */
body { 
       font-family: "Verdana", "Helvetica", "Ariel", sans-serif; 
       font-size: 1em; 
       text-align: left; 
       line-height: 100%; 
       list-style-type: disc; 
       padding-top: 2px; 
       background-color: #FFFFFF; 
}

/* Format links */
a:link {
       color: #006A25;
       text-decoration: underline;
       font-size: 1em;
}

a:visited {
       color: #800080;
       font-size: 1em;
       text-decoration: underline;
}

a:hover  {
       color: #00A54E;
       font-size: 1em;
       text-decoration: underline;
}


/* Format page links menu area on left side of page*/
.left {
       width: 22%; 
       font-family: Verdana, Ariel, sans-serif; 
       font-size: 1em; 
       float: left; 
       border-style: solid; 
       border-width: 2px; 
       border-color: #006A25;
       padding: 4px; 
       background-image: url('Images/tez0196.jpg');
}

.left a:link {text-decoration: none;}

.left a:visited {text-decoration: none;}

.left a:hover {text-decoration: none;}

/* Format text area right side of page */
.right {
       width: 72%;
       font-family: Verdana, Ariel, sans-serif; 
       font-size: 1em;
       color: #000000;
       float: right; 
       padding: 5px; 
       background-color: #FFFFF; 
}

/* Format the links area at page bottom */
.pgbottom {
       clear: both;
       text-align: center;
       font-size: .75em;
}


/* Format title for secondary pages */
h1 { 
       font-family: Verdana, Ariel, sans-serif;
       color: #000000; 
       font-size: 1.75em; 
       line-height: 100%;
       text-align: left; 
}
