A 			{ color: #ffffff; text-decoration: none; font-family: "Trebuchet MS", verdana, arial, sans-serif;} 
A:link		{ color: #ffffff; text-decoration: none; } 
A:visited	{ color: #0147FA; text-decoration: none; } /* B013CC */
A:active	{ color: #000088;  } 
A:hover		{ color: #77dcf7; text-decoration:none; } 

body {
	background-color: #0389C2; background: url("../../images/darkflash.gif") repeat fixed 0px 125px;
 	margin:0 0 5px 0;
	padding:0; 
}

#page{
	background-color: #15385E;
	position:relative;
	top:125px; 
}

h1 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

.body {
	font-family: Calibri, "Arial Narrow", sans-serif;
	font-size: 1em; 
	color: #FFF; 
	margin-left: 0px;
}

.body A{
	font-family: Calibri, "Arial Narrow", sans-serif;
	font-size: 1em;
	border-bottom:1px dotted #77dcf7;
}

.body A:hover {

	color: #77dcf7; text-decoration:none; 
	border:none;

}

.byline, .entryfooter, .trackbackfooter {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #77dcf7;
}
.byline{
	clear:both;
}

.commentBody {
	font-family:  Calibri, "Arial Narrow", sans-serif;
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
	
}
/*  #banner { border:1px solid #15385e;  }  */


#banner, #banner a {
	font-family: Garamond, Georgia, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-variant:small-caps;
	color: white;
	background-color:transparent;
	position:relative;
	top:5px;
	left:10px; 
 
}
 
 
input, select, textarea {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1.2em; 
	color: #1E5288; 
}


.menuTitle {
	font-family:Garamond, Georgia, sans-serif; 
	font-size: .9em;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFFFFF;
	background-color: #1E5288;
	text-align: center;
	letter-spacing: .2em;
	padding: 4px;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color:#0389c2;
}

.menuBody {
	font-family: verdana, arial, sans-serif;
	font-size: .65em;
	text-align: left;
	padding: 2px 2px 2px 2px;
	line-height: 14px;
	color:1e5288; 

}

.menuBody .header {
	font-size: 1em;
	color:1e5288; 
}


.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
	font-weight:bold;
	color:1e5288; 
	text-align: left;
}

.date {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;  
	color: #FFF; 
	border:1px solid #77dcf7;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #77dcf7; 
	border:1px dotted #77dcf7;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.footerHeader {
	background-color: #1e5288;
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #ffffff; 
	border:1px solid #ffffff;
	padding:5px;
	font-weight:normal;
}

.footerHeader A {

	color: #77dcf7;
	font-weight:bold;
}

.footerHeader A:link {

	color: #77dcf7;
	font-weight:bold;

}

.footerHeader A:visited {
	
	color: #77dcf7;
	font-weight:bold;
}

.footerHeader A:active {

}

.footerHeader A:hover{
	border-bottom:1px dotted #77dcf7;
}

.rightMenu {
	border:1px solid #ffffff;
	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: FFF;
	border: solid thin #0000cc;
	background-color: #ffffcc;
  padding: 4px 4px 4px 4px;
  line-height: 15px;	
}
 */
.code {
	font-family:courier new;
	font-size:12px;
	color: #0000cc;
 	outline: solid thin #1026BC; 
	background-color: #DFF3F2;
	height:auto;
	overflow: auto;
/* 	max-height: 200px; */
	height: expression(this.scrollHeight > auto ? "auto" : "auto"); /* IE */
	padding:1em;
	line-height: 6px;
	
	margin:5px;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #f3f3f3;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}

/* remove special links in code view */
.code a[href^="mailto:"] {
	background: none;
	padding:0px;
}
.code a {color:#000088;;text-decoration:none;}

/*==================Special======================*/

#regExTable {		color:#00FF00; 
	background-color:#000000;
	
}
	
.specialTable{

	color:#00FF00; 
	background-color:#000000;
	padding:.5em;
	
}


/*==================Special======================*/
 .center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}

a img, a:hover img  {
	border: 0px !important; 
	text-decoration:none; 
}

.noborder  {
	border: 0px !important;
	text-decoration:none; 
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #77dcf7;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#15385e;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

.commentBody, .trackbackBody{
	font-family:  Calibri, "Arial Narrow", sans-serif; 
	font-size: 1em; 
	color: #ffffff; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: Calibri, "Arial Narrow", sans-serif;
	font-size: .8em;  
	color: #77dcf7;
 }

.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: .7em;
	color:#ffffff;
}

.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;
}

.statstable td{border-bottom:1px dotted #77dcf7; border-collapse:collapse; margin:0;padding:0; }

/*==================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: #ffffff;
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:#15385e;
margin:8px;
}

.cfstuff {padding:.5em;}

.feed dt, .feed dd{margin:0 0 0 1em;}

.feed dt {font-size:1.1em;}

#feedTitle, #feedTitle2, #feedTitle3 {text-align:center; margin:.25em; font-size:1.2em; border-bottom:.1em solid #0000ff; border-top:.1em solid #0000ff; padding:.5em 0;} 

#commentsTitle{text-align:left; margin:.25em; font-size:1.1em; border-top:.1em solid #0000ff; padding:.5em 0;} 

#archivesTitle{text-align:left; margin:.25em; font-size:1.1em; padding:.1em;} 

#newsTitle, #cfbloggersTitle{text-align:left; margin:.25em; font-size:1em; border-top:.1em solid #0000ff; padding:.5em 0;} 

#grindTitle{ margin:.25em; padding:.5em 0;} 

.pagesNav dt, .pagesNav dd {margin:0 0 .25em .25em;}

.pagesNav dt {font-size:1.1em;}

.frantic {outline:.25em solid #0000ff;}

.rss{padding:1em; z-index:1;}