	


/*JMSLBAM*/
/*
lightblue: #017DC7
darkblue: #014E7A
lightbrown: #C78C02
darkbrown: #7A4201
darkgrey: #383838
lightgray: #C7C7C7 
textcolor: #666666;

*/
/* General Styles
=================================*/

body, tablecontainer {
	background: url("images/bg.gif");
	/*background-color:#E9E9E9;*/
	color:#666666;
	text-align: center;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:70%; font-family:Verdana;
}

.clear {
	clear:both;
}

a:link{
	color: #017DC7;
	text-decoration: none;
	border-bottom: 1px dotted #017DC7;
}

a:visited{
	color: #017DC7;
	text-decoration: none;
	border-bottom: 1px dotted #017DC7;
}

a:hover{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #014E7A;
}


a.img, a img {
	border: none;
}
* img {
	border: none;
}



h1{
	font-size: 1.25em;
}

h2{
	font-size: 1.2em;
}

img {
	border: 0px none;
}
input, textarea
{
	border: 1px solid #666666;
}
.post
{
	/*border-bottom: 1px dotted #CCCCCC;*/
}

/* Layout
=================================*/


#wrapper{
	margin:0 auto 0 auto;
	width:664px;
	text-align: left;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:none;
	border-left:1px solid #CCCCCC;
}


#top{
	height: 5px;
	/*background: #FFFFFF url('../images/shadow_top.gif') repeat-y right;*/
}

#bg{
	/*background: #FFFFFF url('../images/shadow_side.gif') repeat-y right;*/
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:15px;
	background-color: #FFFFFF;
}

#branding{
	background: url('images/logo.jpg') no-repeat;
	width: 630px;
	height: 150px;
}

#nav{
	margin:0px;
	padding:0px;
	margin-top:5px;
	text-align:left;
	color:white;
	width:630px;
}
#nav a:link{
	text-decoration: none;
	color:white;
}
#nav a:hover{
	text-decoration: none;
	border-bottom:1px solid white;
	color:white;
}
#nav a:visited{
	text-decoration: none;
	color:white;
}

#container {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
}

#content{
	float: left;
	width: 405px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border-right: 1px dotted #CCCCCC;
	line-height: 1.6em;
}


#links {
	float: right;
	width: 180px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	line-height: 1.3em;
}


#bottom{
/*	background: url('../images/shadow_bottom.gif') no-repeat;*/
	border-top:1px solid #CCCCCC;
	height: 4px
	margin: 0px auto 0px auto;
}

#footer {
	width:664px;
	height: 10px;
	font-size: 0.8em;
	text-align:left;
	margin:0 auto 0 auto;
	padding-left: 15px;
}
.blogbody{
	padding-bottom: 20px;
}
/* list */
#links ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#links li{
	list-style: none;
	margin: 0 0 8px 0;
}
#links .subnav li {
	background: url('images/bullet.gif') no-repeat left top;
	margin: 0; padding-left:20px; padding-right:0; padding-top:2px; padding-bottom:3px
}

/* Thumbnails */
.thumbnail{
	margin: 5px;
	margin-left: 0px;
	text-decoration: none !important;
	border:none !important;
}

.img, img{
	text-decoration:none;
	padding: 5px;
	border:1px solid #C7C7C7 !important;
}
/* Images */
.icon{
	vertical-align: bottom;
	border: 0px !important;
	padding: 0px; 
	margin-right: 2px;
}
/*==================NAV=======*/

.br {
	background-image: url('images/br.jpg');
	background-repeat: no-repeat;
}
.mb {
	background-image: url('images/mb.jpg');
	background-repeat: repeat-x;
}
.bl {
	background-image: url('images/bl.jpg');
	height: 7px;
	width: 10px;
	background-repeat: no-repeat;
}
.mm {
	border: none;
	color:white;
	background-image:url('images/mm.jpg');
	padding-left:5px;
	vertical-align: top;
}
.tablecontainer {
	background-color: #FFFFFF;
	width:630px;
	font-size:80%;
	height:27px;
	padding:0px;
	margin:0px;
	

}
.tl{
	background-image: url('images/tl.jpg');
	background-repeat: no-repeat;
}
.tm {
	background-image: url('images/tm.jpg');
	background-repeat: repeat-x;
}
.tr {
	background-image: url('images/tr.jpg');
	background-repeat: no-repeat;
	height: 6px;
	width: 10px;
}
.ml {
	background-image: url('images/ml.jpg');
	background-repeat: repeat-y;
}
.mr {
	background-image: url('images/mr.jpg');
	background-repeat: repeat-y;
}



