html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #6498c0;
  color: #2a2d2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
  color: #000099;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}

h2 {
  color: #000099;
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 5px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sideNote {
	background-color: #FFFFCC;
	border: thin solid #666666;
	padding: 10px;
	width: 500px;
	font-size: 10px;

}

#sideNote h4{
	font-size: 15px
}

a,  a:link, a:visited, a:active, a:focus {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}

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

p {
  line-height: 1.4em
}

#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 838px;
}
#outerWrapper #header {
  background-color: #8e9fd0;
  background-image: url(images/header1.jpg);
  background-repeat: no-repeat;
  height: 178px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center;
  vertical-align: bottom;
}
#outerWrapper #contentWrapper  {
  background-image: url(images/body_bg.jpg);
  background-repeat: repeat-y;
}

#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 0px; 
  width: 200px;
}

#outerWrapper #contentWrapper #leftColumn1 h1{
  font-size: 18px;
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}

#outerWrapper #contentWrapper #leftColumn1 h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0px 0px 15px;
  padding: 0;
  line-height: 14px;
}

#outerWrapper #contentWrapper #leftColumn1 a {
  color: #990000;
}

#outerWrapper #contentWrapper #leftColumn1 a:hover {
  color:#CC0000;
  text-decoration: none;
}

#leftMenu {
  float: left;
  padding: 10px 20px 25px 40px; 
  width: 150px;
  color:#000099;
  font-family: "Courier New", Courier, monospace;
}

#leftMenu h1{
  font-size: 16px;
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}

#leftMenu h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0px 0px 15px;
  padding: 0;
  line-height: 14px;
}

#leftMenu p {
  margin: 5px 0px 10px 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

#leftMenu a {
  color: #990000;
}

#leftMenu a:hover {
  color:#CC0000;
  text-decoration: none;
}

.borderThin {
	width: 160px;
    margin: 0px 0px 10px 40px; 
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-align: center;
}

.borderThin2 {
	width: 160px;
    margin: 0px 0px 10px 40px; 
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-align: center;
}

#outerWrapper #contentWrapper #content, #content-home {
  margin: 0 0 0 230px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 5px 40px 10px 10px; 
}

#outerWrapper #contentWrapper #content2 {
  margin: 0 0 0 40px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 5px 40px 10px 10px; 
}

#outerWrapper #contentWrapper #content p, #content-home p, #content2 p {
  font-size: 13px;
}

#content-home p {
  font-size: 13px;
  line-height: 1.2em
}

#portfolioBox {
	width: 550px;
	height: 310px;
	background-image: url(images/portfolio-set.jpg);
	background-repeat: no-repeat;
}

#post-itNote {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	width: 160px;
	background-image: url(images/post-it-note_body.jpg);
	background-repeat:repeat-y;
    margin: 10px 0px 10px 40px; 
	padding: 0;
}

#post-itNoteTop {
  background-image: url(images/post-it-note_top.jpg);
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
}

#post-itNoteContent {
	padding: 0 10px 10px 10px;
}

#outerWrapper #contentWrapper #leftColumn1
#post-itNote #post-itNoteContent h1 {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  padding-right: 10px;
  font-style: normal;
}

#outerWrapper #contentWrapper #leftColumn1
#post-itNote #post-itNoteContent h2 {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  padding-right: 10px;
  font-style: normal;
}

#outerWrapper #contentWrapper #leftColumn1
#post-itNote #post-itNoteContent h3 {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  color: #000000;
  padding-right: 10px;
  font-style: normal;
}

#post-itNoteContent p {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#outerWrapper #contentWrapper #leftColumn1
#post-itNote #post-itNoteContent a  {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#outerWrapper 
#contentWrapper 
#leftColumn1
#post-itNote 
#post-itNoteContent a:hover {
  color: #000;
  text-decoration: underline;
}


#post-itBottom {
  background-color: #ffffff;
  background-image: url(images/post-it-note_bottom_sig.jpg);
  background-repeat: no-repeat;
  height: 63px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#post-itNoteContent a,  
#post-itNoteContent a:link, 
#post-itNoteContent a:visited, 
#post-itNoteContent a:active, 
#post-itNoteContent a:focus {
  color: #006633;
  font-weight: bold;
  text-decoration: none;
}

#post-itNoteContent a:hover {
  color: #CC0000;
  text-decoration: underline;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #pageBottom {
  background-image: url(images/bottom_bg.jpg);
  background-repeat: no-repeat;
  height: 208px;
  padding: 10px 200px 0px 40px; 
  margin-bottom: 5px;
}

img.inLine, img.inLineFramed
{ 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

img.inLineFramed
{ 
	border-top: #999999 solid 1px;
	border-left: #999999 solid 1px;
	border-right: #666666 solid 2px;
	border-bottom: #666666 solid 2px;
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;

}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #990000;
	text-decoration: none;
}

.scriptFont {
	font-family: "Rage Italic" "Monotype Corsiva", Pristina;
	font-size: 24px;
}