/* Default CSS Stylesheet for a new Web Application project */
body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
text-align: center;
background-color: #f4f4f4;
min-width: 760px;
}

#wrapper {
width: 760px;
margin: 0 auto;
text-align: left;
background-color: #fff;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

#logo {
clear: both;
padding: 0px 0px 0px 0px;
width: 760px;
text-align: center;
}

#footer {
margin-top: 5;
padding: 0px 0px 0px 0px;
width: 760px;
text-align: center;

}

#leftBar {
width: 120px;
float: left;
background-color: #fff;
border-right:1px solid  #f0f0f0;
}


#content {
width: 630px;
float: right;
background-color: #fff;
}

#mainContent {
width: 480px;
margin: 0;
float: left;
border-right:1px solid  #f0f0f0;
}


#secondaryContent {
width: 145px;
float: right;
}


#menu {
clear: left;
float: left;
margin: 0 0px 0px 0px;
padding: 5px;
font-size: 0.9em;
width: 760px;
text-align: right;
background-color:  #EDF3FE;
}

#menu a {
font-weight: bold;
text-decoration: none;
color: #993300;
padding: 4px;
background:  #EDF3FE;
}	
	
#menu a:hover {
background: #993300;
color: #ffffff;
}

#postdate {
color: #808080;
font: Verdana;
font-weight: bold;
}


#postheader {
font-size: 20px;
color: #993300;
}

#postheader a {
font-weight: bold;
color: #993300;
}	
	
#postheader a:hover {
/*background: #86C32A;*/
color: #993300;
/*border-left: 1px solid #86C32A;*/
/*#86C32A*/
}

#photocaption {
clear: both;
padding: 0 0 0 0;
border-left: 1px dotted #94BD53;
border-right: 1px dotted #94BD53;
border-bottom: 1px dotted #94BD53;
text-align: center;
font-size:.95em;
}

#photo {
text-align: center;
font-size: 0.9em;
}


#footer a {
color: #86C32A;
text-decoration: none;
}

#postborder {
border-style: dotted;
border-width: 2px 0px 0px 0px;
border-color: #86C32A;
color: inherit;
padding: 0px;
margin: 4px;
}

#greenborder {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #ccc;
color: inherit;
padding: 0px;
margin: 4px;
}

#greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 5px;
}

#bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 5px;
}

#greybox {
background-color:  #f4f4f4;
/*border: 1px solid #ccc;*/
color: inherit;
padding: 5px;
margin: 5px;
}

#emptybox {
color: inherit;
padding: 5px;
margin: 5px;
}

.center  {text-align: center;}
.left  {text-align: left;}
.right  {text-align: right;}

#splitleft {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

/* font css properties */
.footnotehead { font-family: Verdana,Arial; font-size: 10px; font-weight: bold;}
.footnote { font-family: Verdana,Arial; font-size: 10px;}


a {
text-decoration: none;
/*color: #74A8F5;*/
color: blue;

}

a:hover {
text-decoration: underline;
color: #86C32A;
}

a img {
border: 0;
}


.small {
font-size: 0.9em;
}

.smaller {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}
