@charset "utf-8";
/* CSS Document */

body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#333333;
	line-height:16px;
	}

h1{
	font-size:1.3em;
	font-weight:bold;
	}

h2{
	font-size:1.2em;
	font-weight:bold;
	}


/* DIV STYLES */

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer{
		line-height:30px;
		}

#content{

	}
	
#left-column{
	margin:5px;
	font-size:1em;
	font-weight:bold;
	}

#middle-column{
	margin:5px;
	line-height:24px;
	}

#right-column{
	margin:5px;
	}


/* MOUSE LINK, VISITED HOVER */


#middle-column a:link { color: #ac161a; text-decoration: none }
#middle-column a:visited { color: #ac161a; text-decoration: none }
#middle-column a:hover { color: #333; text-decoration: none }


#left-column a:link { color: #ffffff; text-decoration: none }
#left-column a:visited { color: #ffffff; text-decoration: none }
#left-column a:hover { color: #000; text-decoration: none }

#footer a:link { color: #ffffff; text-decoration: none }
#footer a:visited { color: #ffffff; text-decoration: none }
#footer a:hover { color: #000; text-decoration: none }

/* IMAGE ALIGNMENT */

.picture-left{
	margin-right:10px;
	border:thin solid;
	}

.picture-right{
	margin-left:10px;
	border:thin solid;
	}
	
.picture-middle{
	margin-left:10px;
	margin-right:10px;
	border:thin solid;
	}

/* DIV STYLES */

.tan-18b{
	   font-size:1.8em;
       color:#f1eacd;
       font-weight:bold;
       }

.tan-16b{
	   font-size:1.6em;
       color:#f1eacd;
       font-weight:bold;
       }
	   
.tan-14b{
	   font-size:1.4em;
       color:#f1eacd;
       font-weight:bold;
       }

.tan-12b{
	   font-size:1.2em;
       color:#f1eacd;
       font-weight:bold;
       }
	
.tan-18{
	   font-size:1.8em;
       color:#f1eacd;
       }

.tan-16{
	   font-size:1.6em;
       color:#f1eacd;
       }
	   
.tan-14{
	   font-size:1.4em;
       color:#f1eacd;
       }

.tan-12{
	   font-size:1.2em;
       color:#f1eacd;
       }
	
.tan-10{
	   font-size:1em;
       color:#f1eacd;
       }

.tan-6{
	   font-size:.6em;
       color:#f1eacd;
       }

.tan-6b{
	   font-size:.6em;
       color:#f1eacd;
	   font-weight:bold;
       }

.tan-8{
	   font-size:.8em;
       color:#f1eacd;
       }

.tan-8b{
	   font-size:.8em;
       color:#f1eacd;
	   font-weight:bold;
       }
