body {
	background-color: #536279;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 11px;
	font-family: verdana,trebuchet,sans-serif;
	background-image: url(images/bkrawn.gif);
	scrollbar-face-color:#46468E;
scrollbar-highlight-color:#C1C1E1;
scrollbar-3dlight-color:#8080C0;
scrollbar-darkshadow-color:#8080C0;
scrollbar-shadow-color:#C1C1E1;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#8080C0;
}

a:link { 
 color: #333399; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 font-size: 10px; 
 font-weight: bold; 
 text-decoration: none; 
}

/*---  LEFT SIDE BAR ---*/
#menu {
 width: 175px;
 float: left;
 font: 11px/12px verdana,trebuchet,sans-serif;
 padding-right: 10px;
 text-align: right;
 color: #333;
 padding-bottom: 30px;
 border-right: 1px dotted #999;
}


/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 420px;
 float: left;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 390px;
}
body>#content {
 width: 420px;
}


/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #FFFFFF; font-weight: bold;}
.loginLinks a:visited { color:  #FFFFFF; font-weight: bold;}
.loginLinks a:active  { color:  #FFFFFF; font-weight: bold;}
.loginLinks a:hover   { color:  #F79209; font-weight: bold;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}


/*---  Used in Trackback and Pingback page.  ---*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
	font-family: verdana, trebuchet, sans-serif;
	font-size:   14px;
	color:       #FF6600;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #999999;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 11px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: verdana, trebuchet, sans-serif;
 font-size:   11px;
 color:       #FFFFFF;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
	background-color:   #CCCCCC;
	font-family:        Verdana, Geneva, "Trebuchet MS", Arial, Sans-serif;
	font-size:          10px;
	height:             1.6em;
	padding:            .3em 0 0 2px;
	margin-top:          3px;
	margin-bottom:       3px;
	border-top: 1px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: 1px solid #FFFFFF;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}





/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11x; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #000000; text-decoration: none;}
.navlinks a:visited { color:  #000000; text-decoration: none;}
.navlinks a:active  { color:  #000000; text-decoration: none;}
.navlinks a:hover   { color:  #ff0000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
.bakrawnflash {
	background-image: url(images/bkrawnflash.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.logintx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E9E9E9;
}
.logintable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.butttton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
}
.topbkraw {
	background-image: url(images/linebk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottonbk {
	background-image: url(images/bottonbk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.fotnot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.fotnot a:link    {
	color:  #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.fotnot a:visited {
	color:  #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.fotnot a:active  {
	color:  #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.fotnot a:hover   { color:  #FF6600; text-decoration: underline;font-weight: normal;}
.floot2 {
	width: 104px;
	float: left;
	font: 11px/12px verdana,trebuchet,sans-serif;
	padding-right: 5px;
	text-align: left;
	color: #333;
	padding-bottom: 1px;
	border-right: 1px none #0099CC;
	border-left-style: none;
	border-left-color: #999999;
	position: relative;
	overflow: visible;
	visibility: inherit;
}
.newshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.newshead a:link    { color:  #FF6600; text-decoration: underline;font-weight: bold;}
.newshead a:visited { color:  #FF6600; text-decoration: underline;font-weight: bold;}
.newshead a:active  { color:  #FF6600; text-decoration: underline;font-weight: bold;}
.newshead a:hover   { color:  #FFFFFF; text-decoration: none;font-weight: bold;}

.right {
 text-align: right;
}.memtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.img11 {
	margin: 7px;
	background-image: url(images/thumbnails/bakraw.gif);
	background-repeat: no-repeat;
	padding: 10px;
}
.archivetxxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
