A 			{ color: #993333; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; font-weight:bold; } 
A:link		{ color: #993333; text-decoration: none; } 
A:visited	{ color: #993333; text-decoration: none; } 
A:active	{ color: #993333;  } 
A:hover		{
	color: #993333;
	text-decoration: underline;
} 

body {
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	margin-top:10px;
	margin-bottom:10px;
	color:#666666;
	background-color: #E0E0E0;
}

#page{
	background-color: #FFF;
}

h1 {
	font-family: georgia, arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-left: 0px;
}

				/*TOP NAVBAR*/	
#topnav {
	position:relative;
	display:block;
	height:39px;
	margin:0;
	background-color: transparent;
	background-image: url(/images/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999999;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#topnav  ul {
margin:0;
padding:0;
list-style-type:none;
width:auto;
}
#topnav  ul li {
display:block;
float:left;
margin:0;
}
#topnav  ul li a {
	letter-spacing: 2px;
	display:block;
	float:left;
	padding:11px 20px 0 20px;
	height:23px;
	text-decoration:none;
	color:#666;
	background-color: transparent;
	background-image: url(/images/bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#topnav  ul li a:hover {
	color:#993333;
	background-color: #fff;
	background-image: url(/images/bgON.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

#topnav ul li a.current {
	color:#993333;
	background-color: #fff;
	background-image: url(/images/bgON.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

.byline, .entryfooter, .trackbackfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #999999;
}
.byline{
	clear:both;
}

.commentBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #CCC;
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
}

#banner, #banner a {
	background-color: #FFFFFF;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	line-height: 179px;
	color: #FFFFFF;

}

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	background-color: #993333;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	padding: 5px;
	font-weight: bold;
}

.header, .header a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.menuBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
	color: #000000;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em;
	color: #993333;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;  
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .7em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.footerHeader {
	background-color: #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #666;
	border:1px solid #999;
	padding:5px;
	font-weight:normal;
	text-align: center;
}

.rightMenu {
	border:1px solid #999;
	margin:8px;
	color: #FFFFFF;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}



.commentBody, .trackbackBody{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .7em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .7em; 
	color: #000000;
 }



.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: .7em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}