/* Links */

	
.bottomlinks:hover {
	color: #f8afbd; 
	}

A  {
	text-decoration : none;
	color :#7E6C24;
	background-position:bottom;
	background-repeat:repeat-x;
    }

A:hover {
	text-decoration : none;
	color : #c8d777;
	background-position:bottom;
	background-repeat:repeat-x;
	}

/* Universal stylistics (<strong>, <em>, etc */

strong {
	color: #f8afbd;
	font-weight: bold;
	font-family: Georgia;}

em {
 	color: #c8d777;
	font-size: 11px; }

blockquote {
	color:#F7EFC2;
	text-align: justify;
	background-repeat: no-repeat;
	margin: 5px;
	padding-left:50px;
	padding-bottom:0px;
	line-height: 150%;
	font:11px Arial;
    }

/* Lists */

ul {
	list-style-type: disc;
	margin: 2px; 
	padding: 14px;       }


/* Main header classes */

h1 {
	font-family: Century Gothic;
	font-size: 12px;
	letter-spacing: 4px;
	color: #F7EFC2;
	text-align: left;
        border-bottom:1px solid #7E7741;
	font-weight: normal;
	margin-left:0px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-bottom: -1px;
	background-repeat: no-repeat;
	text-transform: lowercase; }


/* Body text classes */
	
pp {
	font: 16px Garamond;  
	color:#4F4416;
	text-align: justify;
	margin-top:0;
        letter-spacing: 1px;
	margin-bottom:5px;
	line-height: 155%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }

.quote {
	color:#7E6C24;
	text-align: justify;
	padding-top:0;
	margin-top: 0;
	letter-spacing: 2px;
	padding-bottom:0;
	line-height: 150%;
	font:10px Georgia;
    }

.quote em {
	color:#E0D8B8;
	font:10px Arial;
    }


.divider {
	height: 15px;
	width: 340px;
	margin-top:5px;
	margin-bottom:0px;
	background-repeat: no-repeat;
	}

/* Footer class */
	
.footer {
	letter-spacing: 2px;
	font:10px Arial;
	padding:2px 3px 2px 3px;
	color:#c8d777;
	line-height: 160%
    }

/* Misc. */	

body {font: 14px times new roman;  
	color:#000000;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 145%;	margin: 0px;
	background-color:#D1DEF3;
        background-image: url(imgs/design/background01.jpg);
    }

.image  {
    border: 1px solid #5E5C5D;
    margin: 2px;}

input, textarea {
	background-color: #e4f1ea;
   font-family: verdana, sans-serif;
   font-size:8pt;
   color: #b1cbd3;
   letter-spacing: 1px;
   border:0px;
   padding:1px;
   padding-left:3pt;
   padding-bottom:2px;
   padding-top:2px; }

.network {
	margin: 2px;
	background-image:none;
	float: left;
	}

/* Structural ids */

#frame{
	position: absolute;
	top:0px;
	left:0px;
		}

#contentcenter{
	width: 350px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top:325px;
	left:250px;
	text-align: justify;
	background-color: #FFFFFF;
		}