body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: verdana,trebuchet,sans-serif;
	background-image: url(images/bkrawn.gif);
}

a:link {
	color: #006699;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:active { 
	color: #006699;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #006600;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---  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:       #006699;
 font-family: Tahoma;
 font-size:   12px; 
}
.loginLinks a:link    { color:  #006699; font-weight: bold;}
.loginLinks a:visited { color:  #006699; font-weight: bold;}
.loginLinks a:active  { color:  #006699; font-weight: bold;}
.loginLinks a:hover   { color:  #cccccc; 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:       #333333;
 font-weight: bold;
}

/*---  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: 12px;
 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:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
	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;
	height:             1.6em;
	padding:            .3em 0 0 2px;
	margin-top:          3px;
	margin-bottom:       3px;
	border-right-width: .1em;
	border-bottom-width: 0.1em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
} 

/*--  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:   10px;
 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:       #006699;
 font-family: verdana, trebuchet, sans-serif;
 font-size:   11px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #006699; text-decoration: underline;}
.navlinks a:visited { color:  #006699; text-decoration: underline;}
.navlinks a:active  { color:  #006699; text-decoration: underline;}
.navlinks a:hover   { color:  #000000; text-decoration: none;}


/*  Days of the week text  */
.weekdays {
	font-family: tahoma;
	font-size:   11px;
	color:       #666666;
	font-weight:  normal;
	text-align: right;
}

/*  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:   12px;
 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;}
.bar1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
	background-image: url(images/bar1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h5 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #006699;
	margin-left: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.twolines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.lineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.lineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.img1 {
	padding: 0px;
	border: thin solid #666666;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 1px;
}
.img2 {

	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 5px;
}
.img3 {
	padding: 0px;
	border: 1px solid #666666;
	margin-right: 2px;
	margin-left: 2px;
	float: right;
}
.futnot {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	padding: 12px;
	background-image: url(images/bar2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.copyrayt {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}.top_pixel1 {
	background-image: url(images/pixel1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.lineleft1 {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.topline1 {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #669900;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	background-color: #F2F2F2;
}
.table_bor1 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.border11 {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.txt001 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	line-height: 18px;
}
.txt002 {

	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}
.txt003 {


	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	line-height: 18px;
}
.bordertable1 {
	border: 1px solid #FFCC00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.txt004 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	text-align: right;
	line-height: 18px;
	padding-bottom: 5px;
}

