/* CSS Document */

a.link-blue {
	text-decoration:none;
	color: blue;}

a.link-blue-underlined {
	text-decoration: underline;
	color: blue;}

.center {
	text-align: center;}

.left {
	text-align: left;}

.right {
	text-align: right;}

.justify {
	text-align: justify;}

.bubble_image {
	padding: 5px 10px 5px 0px;
	right: 5px;}

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
img, a img {
	border: none;
	}
body {
	text-align: center;
	background-color: #D9D9D9;
	}

h3{
font-family:Georgia, Times, serif;
}
#container {
	text-align: left;
	margin: 0px auto;
	border-left: 1px solid #A65354;
	border-right: 1px solid #A65354;
	width: 798px;
	clear: both;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	}
	
#ins_container {
	text-align: left;
	margin: 0px auto;
	border-left: 1px solid #FBBF09;
	border-right: 1px solid #FBBF09;
	width: 798px;
	clear: both;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	}
#header {
	width: 798px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 241px;
	clear: both;
	}
	
#ins_header {
	width: 798px;
	height: 241px;
	clear: both;
	}
#nav {
	width: 180px;
	float: left;
	clear: left;
	padding: 5px 0px 0px 5px;
	}
#ins_nav {
	width: 180px;
	float: left;
	clear: left;
	padding: 5px 0px 0px 5px;
	}
#content {
	width: 405px;
	float: left;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	}
#ads {
	float: right;
	clear: right;
	width: 175px;
	padding-top: 5px;
	text-align: left;
	}
#btm_ad {
	clear: both;
	width: 100%;
	text-align: center;
	}
#footer {
	clear: both;
	width: 100%;
	border-top: 3px solid #939393;
	background-color: #680205;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	}
#ins_footer {
	clear: both;
	width: 100%;
	border-top: 3px solid #939393;
	background-color: #022068;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	}
#footer_text {
	text-align: left;
	padding: 15px;
	
	/*margin-bottom: 30px;
	width: 768px;*/

	}
#footer_text a {
	color: #fff;
	}
#nav a {
	display: block;
	border-left: 3px solid #A65354;
	border-bottom: 1px solid #A65354;
	width: 165px;
	padding: 9px 0px 9px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	clear: both;
	margin-bottom: 4px;
	}
#nav a:hover {
	border-left: 3px solid #D9D9D9;
	}
	
	
#ins_nav a {
	display: block;
	border-left: 3px solid #022068;
	border-bottom: 1px solid #022068;
	width: 165px;
	padding: 9px 0px 9px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	clear: both;
	margin-bottom: 4px;
	}
#ins_nav a:hover {
	border-left: 3px solid #FBBF09;
	}	

.bubble {
	background-image: url(images/bubble_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 34px;
	width: 405px;
	}

#bubble {	
	background-image: 
	url(images/bubble_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 34px;
	width: 405px;
	}

#holder {
	background-image: 
	url(images/bubble-bg2.jpg);
	background-repeat: repeat-y;
	width: 405px;
	clear: both;}
	
#bub-left {
	background: #f2f2f2;
	width: 90px;
	margin-left: 5px;
	padding: 10px 5px 0px 0px;
	float: left;}
	
#bub-right {
	background: #f2f2f2;
	width: 275px;
	padding: 0px 5px 0px 5px;
	text-align: justify;
	float: left;}

#bub-right p {
	padding: 5px;}

.fill {
	background-image: 
	url(images/bubble-bg2.jpg);
	background-repeat: repeat-y;}

.bubble_alt {
	background-image: url(images/bubble_bottom2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 34px;
	width: 405px;
	}
.bubble p, .bubble_alt p {
	background-image: url(images/bubble_bg.jpg);
	background-repeat: repeat-y;
	width: 375px;
	padding: 0px 15px;
	margin: 0px;
	color: #000;
	background-color: inherit;
	}
a.more_link {
	background-color:#f2f2f2;
	display: block;
	clear: both;
	float: right;
	color: #680205;
	font-weight: bold;
	padding: 5px 0px;
	}
a:hover {
	text-decoration: none;
	}
a.more_link_noline {
	background-color:#f2f2f2;
	display: block;
	clear: both;
	float: right;
	color: #680205;
	font-weight: bold;
	padding: 5px 0px;
	text-decoration: none;}
/* Calendar */
.calheaders {
	padding: 5px;
	font-size: 16px;
	background:  #690205;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	
/* SubNavs */
#sub-nav a {
color:#990000;
font-weight:bold;
text-decoration:underline;
}

#sub-nav a:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.link_no_frills{
 text-decoration:none; 
 font-weight:bold;
 }
