a {	color: #FFF; text-decoration: none; }
a:link { color: #003366; text-decoration:none; }
a:visited { color: #FF0000; text-decoration:none; }
a:hover { color: #036bb3; text-decoration:none; }
a:active { color:#036bb3; text-decoration:none; }
a:visited:hover { color: #036bb3; text-decoration:none; }

body {
	position: relative; 
	margin: 0; 
	padding: 0;
	background-color: #F2F7FC;
	background-image: url(../images/site-back.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header { 
	height: 105px;
	color: #153754; 
	vertical-align: middle; 
	text-align: center;
	background-image: url(../images/site-header-back.gif);
	background-position: top center;	
}

#header h2 { 
	color: #153754; 
	letter-spacing: 0.2em;
	text-transform: lowercase; 
	font: bold 30px sans-serif; 
	vertical-align: middle; 
	text-align: center;
	background-image: url(../images/site-header-back.gif);
	background-position: top center;
}

#header h1 { 
	color: #5d7ea5; 
	text-transform: uppercase;
	font: bold 22px sans-serif;	
	vertical-align: middle; 
	text-align: center;
	background-image: url(../images/site-header-back.gif);
	background-position: top center;
}

#header img {
	z-index: 2;

}

#main 
{
	position: absolute; 
	top: 105px; 
	left: 160px; 
	right: 30px;
	color: #000; 
	font: 13px sans-serif; 
	margin-bottom:20px;
	padding: 10px; 
	border: solid #000;
	background-color: #F2F7FC;
	background-image: url(../images/site-back.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main p 
{
	margin: 0 1em 1em;
}

#main h3 
{
	margin-bottom: 0.25em;
}


.rightbox {
    float: right;
	width: 200px;
	margin-left: 5px;
    padding:10px 10px;
    background:#D2E7FE;
	border: 2px solid black;
	text-align: center;
}


.letterbox {
    float: left;
	width: 150px;
	margin-right: 5px;
    padding:10px 10px;
    background:transparent;
	border: 2px solid black;
}

.letterbox img {border:0;}


.redirbox {
	width: 100px;
	margin-top:0px;
	margin-left:20px;
    padding:10px 10px;
    background:#F2F7FC;
	text-align:center;
	border: 2px solid black;
	color: #000; 
	font: 13px Arial, sans-serif; 
	background: transparent;
}


.label {
	width: 120px;
}
.form {
	
}

.calevent { padding-left: 150px; width: 400px; height:auto }
.calevent img { border: 0;}

.leftbox {
    float: left;
	width: auto;
	font: 14px Arial, italic sans-serif;
	text-align:center;
	margin-top:5px;
	margin-right: 5px;
    padding:10px 10px;
    background:#D2E7FE;
	border: 2px solid black;
}

.leftbox img {border:1px solid black;}

.namebox {
	width: 370px;
	font: 14px Arial bold sans-serif;
	text-align:left;
    padding:10px 10px;
    background:transparent;
	border: 0px;
}
.namebox2 {
	position:relative;
	margin-left:420px;
	width: 370px;
	font: 14px Arial bold sans-serif;
	text-align:left;
    padding:10px 10px;
    background:transparent;
	border: 0px;
}


#iconlist {
	margin-top: 420px;
	padding: 10px 10px;
	position: relative;
}

#iconlist img { border: 0;}


#searchbar form {
	padding:10px 10px;
    float:left;
    width:10.5em;
    text-align:left;
    margin:0;
    line-height:.7em;
}
#searchbar input {
    font-size:.8em;
}

#logon {
	text-align: center;
}

h1 
{
	margin: -9px -9px 0.5em;
	padding: 15px 0px 5px; 
	text-align: right;
	background: #000; 
	color: #FF0000; 
	letter-spacing: 0.5em;
	text-transform: lowercase; 
	font: bold 25px sans-serif; 
	height: 28px; 
	vertical-align: middle; 
	white-space: nowrap;

}

h2 
{
	margin: 9px -9px 0.5em;
	padding: 5px 5px 5px;
	text-align: left;
	background: #000; 
	color: #036bb3; 
	letter-spacing: 0.5em;
	text-transform: uppercase; 
	font: bold 19px sans-serif; 
	height: 25px; 
	vertical-align: middle; 
	white-space: nowrap;

}


#linklist {
	 position: absolute;
	 top: 55px;
	 left: 0px;
	 width: 160px;
	 font: 16px Arial, sans-serif;

}



#linklist a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif; 
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0; 
	text-decoration: none;
	color: #FFF;
	background-image:url(../images/dna-side-dark.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border:0px solid #000;
}

#linklist a:hover 
{
	color: #036bb3;
	background-image:url(../images/dna-side-light.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border:0px solid #000;
}

#linklist a:visited 
{
	color: #FF0000;
	background-image:url(../images/dna-side-dark.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border:0px solid #000;
}

#linklist a:visited:hover 
{
	color: #036bb3;
	background-image:url(../images/dna-side-light.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border:0px solid #000;
}


#Sidebar {
	position: absolute;
	left:0px;
	top:105px;
	width:160px;
	height:300px;
	background-image:url(../images/site-back.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
   	background-attachment: fixed;
	border:0px solid #000;
}

#footer {
	position: absolute;
	left:25%;
	bottom:-70px;
	color: #000;
	padding: 20px 10px;
	text-align: center;
}

