body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 0px;
	font-size: 11px;
	font-family: Arial,trebuchet,sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.eoi{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/eoi-bg1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

.eoi-main{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/dd-mminds.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	height: 25px;
}
a:link { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

/*---  LEFT SIDE BAR ---*/
#menu {
	width: 150px;
	float: left;
	padding-right:5px;
	text-align: right;
	color: #333;
	padding-bottom: 30px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FF6600;
	clear: both;
	font-family: Arial, trebuchet, sans-serif;
	font-size: 11px;
	line-height: 19px;
}


/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 440px;
 float: left;
 text-align: left;
 line-height: 17px;
 margin-left: 5px;
 margin-bottom: 0px;
 padding-bottom: 5px;
 padding-left: 5px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 410px;
}
body>#content {
 width: 440px;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	padding-bottom: 10px;
}


/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #003399; font-weight: bold;}
.loginLinks a:visited { color:  #003399; font-weight: bold;}
.loginLinks a:active  { color:  #999999; 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 {
	background-color:   #fff;
	font-family:        Arial, Sans-serif;
	font-size:          11px;
	height:             1.5em;
	margin-top:          3px;
	margin-bottom:       3px;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	border: 1px solid #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:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; 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;}

#cat {
	margin: 0;
	padding: 0;
}
	
#cat ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#cat ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	text-indent: 25px;
}

#cat ul li a {
	width: 145px;
	height: 2em;
	padding-right: 10px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 11px;
	background-color: #FF9900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EDEEE8;
	border-bottom-color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
}

html>#cat ul li a  {
	font-size: 11px;
} 

#cat ul li a:hover {
	color: #FFEAEA;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #C40000;
	background-color: #FF4A4A;
	background-image: url(images/btn-bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.il{
  float:left;
  display:block;
  margin:5px 10px 3px 0;
  font:normal 11px/1.4em Verdana, Sans-serif;
  color:#666;
  float:left;
  padding:7px;
  border:1px solid #CCCCCC;
  }

#eoi-hdr-nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FF9933;
	height: 25px;
}

#eoi-hdr-nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF9933;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
}

#eoi-hdr-nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	background-color: #FF3300;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#eoi-find{
	background-image: url(images/eoi-search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
}

#eoi-find-box{
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#eoi-archive{
	background-image: url(images/eoi-archives.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
}

#eoi-archive-box{
	border: 1px solid #DFB300;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#eoi-arcsum{
	background-image: url(images/eoi-archsum.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
}

#eoi-arcsum-box{
	border: 1px solid #710000;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#eoi-mailing{
	background-image: url(images/eoi-mailing.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}

#eoi-mailing-box{
	border: 1px solid #990000;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}