body {
	background: url(../images/bg.jpg) repeat-x #2E2C7F;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
	text-align: left;
	}

#content {
	width: 744px;
	height: auto;
	margin-left: 25px;
	}

#textarea {
	width: 744px;
	height: auto;
	background: url(../images/letip_05.png) repeat-y;
	}

#maintext {
	width: 561px;
	height: auto;
	margin-left: 10px;
	float: left;
	}

#rightarea {
	width: 172px;
	height: auto;
	float: left;
	}

/*=====Homepage=====*/

.columns {
	width: 270px;
	height: auto;
	float: left;
	}

.motm {
	width: 320px;
	height: auto;
	float: left;
	}

/*=====Link Styles=====*/

a:link {text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {text-decoration: none;}
a:visited:hover {text-decoration: underline;}

#footer a {color: #999; text-decoration: underline;}
#footer a:hover {text-decoration: none;}
#footer a:visted {color: #999; text-decoration: underline;}
#footer a:visited:hover {text-decoration: none;}

/*=====Text Styles=====*/

h1, h2, h3 {
	font-size: 22px;
	margin: 3px 0px;
	font-weight: lighter;
	}

h2 {font-size: 19px;}
h3 {font-size: 15px; font-weight: 600}

.divider {
	width: 100%;
	height: 2px;
	border-top: 1px #000 dotted;
	}

/*=====Members=====*/

.member {
	width: 555px;
	height: auto;
	}

.toptitle {
	width: 100%;
	height: auto;
	border-bottom: 1px #000 dotted;
	}

.topinfo {
	width: 345px;
	float: left;
	}

.name {
	font-size: 19px;
	font-weight: 600px;
	color: #B50000;
	}
	
.job, .title {
	font-size: 13px; 
	color: #000
	}

.title {
	float: right;
	color: #2E2C7F;
	width: 200px;
	text-align: right;
	font-weight: bold;
	}

.memberinfo {
	width: 180px;
	height: auto;
	float: left;
	}

/*=====Fines Table=====*/

#fines {
	width: 555px;
	height: auto;
	}

.finedesc {
	width: 500px;
	height: 20px;
	padding-top: 3px;
	float: left;
	}

.fineprice {
	width: 45px;
	height: 22px;
	padding-top: 3px;
	float: right;
	color: #FF0000
	}
	
/*=====Popup Bubble=====*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration: none;
	}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25; 
	text-decoration: none;
	background:;
	}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; 
    left:0;
	padding: 15px 0 0 0;
	width:400px;
	color: #000;
    text-align: left;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
	}
	
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/sitephotos/popup/bubble.png) no-repeat top;
	}
	
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/sitephotos/popup/bubble_filler.png) repeat bottom; 
	}
	
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/sitephotos/popup/bubble.png) no-repeat bottom;
	}

/*=====Photo Gallery=====*/

.pics {
	width: 160px;
	float: left;
	margin: 0px 10px 10px 0;
	padding: 5px;
	border: 1px #D2D2D2 solid;
	text-align: center
	}

.pics img {border: 0}

/*=====Forms=====*/

.headings {
	background-color: #EBEBEB;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	}

.fieldtitle {
	width: 150px;
	height: 20px;
	float: left;
	font-weight: bold;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 5px;
	}

html>/**/body .fieldtitle {height: 17px;}

.fieldarea {
	width: 350px;
	height: 20px;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	}

.formfield {
	border: 1px #000 solid;
	}

.red {color: #FF0000}

/*=====Coranto=====*/

.item {
	border: 1px #CCC solid;
	width: 490px;
	padding: 1px;
	margin-bottom: 20px;
	margin-top: 8px;
	}

.subject {
	width: 488px;
	background-color: #282B73;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	margin-bottom: 1px;
	padding-left: 2px;
	}

.date {
	font-size: 9px;
	width: 488px;
	height: 13px;
	color: #FFF;
	background-color: #4D4D4D;
	vertical-align: middle;
	padding-left: 2px;
	}

.news {
	width: 450px;
	padding: 5 2 2 5px;
	}


/*=====Footer=====*/

#footer {
	width: 100%;
	height: 30px;
	font-size: 10px;
	color: #888;
	}

