@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}
body{
margin:0 auto;
background-image:url(images/stripes.jpg);
background-repeat:repeat;
}

/*LINKBAR CSS*/
#linkbar{
margin:2% auto 0px auto;
width:750px;
height:25px;
background-color:#767676;
border:1px solid #575656;
border-bottom:none;
text-align:center;
padding-top:6px;
}
#linkbar a:link{
text-decoration:none;
font-family:"Bell MT";
font-size:14px;
color:black;
padding-right:15px;
padding-left:15px;
}
#linkbar a:visited{
font-family:"Bell MT";
font-size:14px;
color:black;
text-decoration:none;
padding-right:15px;
padding-left:15px;
}
#linkbar a:hover{
font-family:"Bell MT";
font-size:14px;
color:white;
border-bottom:1px dotted white;
padding-right:15px;
padding-left:15px;
}

/*FOOTER CSS*/
#footer{
margin:0 auto;
width:750px;
height:40px;
background-color:#767676;
border:1px solid #575656;
border-top:none;
text-align:center;
padding-top:3px;
}
#footer p{
padding:3px;
margin:0px;
font-size:.7em;
line-height:1.5em;
text-align:center;
color:black;
}
#footer a:link{
color:black;
}
#footer a:visited{
color:black;
}
#footer a:hover{
color:white;
}

#allcontent{
margin:0 auto;
width:900px;
background-color:white;
}


/*HOME CSS*/
#allcontent-home{
margin:0 auto;
width:900px;
height:500px;
background-color:white;
border-top:1px solid #575656;
border-left:1px solid #575656;
border-right:2px solid #575656;
border-bottom:2px solid #575656;
}
#rightcol{
width:400px;
float:right;
border-left:1px solid #575656;
}
#leftcol{
width:490px;
}
/*END HOME CSS*/

#allcontent{
margin:0 auto;
width:900px;
background-color:white;
border-top:1px solid #575656;
border-left:1px solid #575656;
border-right:2px solid #575656;
border-bottom:2px solid #575656;
}



/*TAGS*/
p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
line-height:1.3em;
color:black;
padding:5px;
margin-left:10px;
margin-right:10px;
}
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
line-height:1.5em;
color:black;
font-style:italic;
text-align:center;
}
h2{
text-align:left;
font-size:.9em;
font-weight:bold;
margin:15px;
}
h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
line-height:1.5em;
color:black;
font-style:italic;
text-align:center;
text-decoration:underline;
}
h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
line-height:1.5em;
color:black;
font-style:italic;
text-align:center;
}
ol{
margin:30px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
line-height:1.5em;
color:black;
}
ul{
margin:30px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
line-height:1.5em;
color:black;
list-style-image:url(images/bullet.jpg);
}
li.largebold{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height:1.3em;
font-size:1.2em;
}
blockquote{
margin:20px;
margin-left:45px;
margin-right:45px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
line-height:1.5em;
}
form{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
line-height:1.3em;
color:black;
}
#form{
margin:20px auto;
}




/*LINKS*/
a:link{
color:#3d393a;
}
a:visited{
color:#3d393a;
}
a:hover{
color:#5f6975;
}

/*CLASSES*/
.center{
text-align:center;
margin:0 auto;
}
em.bold{
font-style:normal;
font-weight:bold;
}
img.border{
border: 1px solid #575656;
}
.floatright{
float:right;
}
.floatleft{
float:left;
}
.margin15{
margin:15px;
}
.marginleft50{
margin-left:50px;
}
em.quote{
font-weight:bold;
font-style:italic;
}
em.largeli{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height:1.3em;
font-size:1.2em;
}
.noborder{
border:none;
}
img.noborder{
border:none;
}


