body
{ 
    font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
    font-size: 11pt;
    color: #200808;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    background: url('images/Background.jpg') #ABCEE9;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

p
{ 
    font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
    font-size: 11pt;
    color: #200808;
}

td
{ 
    font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
    font-size: 11pt;
    color: #302018;
}


H1 {
      font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 33px;
	color: #6A0A02;
	text-decoration: none;
}

H2 {
    font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 23px;
	color: #7A0A0A;
	text-decoration: none;
}

H3 {
    font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 19px;
	color: #7A0A0A;
	text-decoration: none;
}

H4 {
      font-family: Times, Times New Roman, serif;
	font-size: 16px;
	color: #800A0A;
	text-decoration: none;
}



td.links-section {
      height: 28px;
      background: url('images/Links-BG.jpg') #aaaa66;
      padding-top: 4px;
      padding-left: 5px;
      padding-right: 4px;
      padding-bottom: 3px;
}

td.links-terminator {
    background: url('images/Links-right.jpg') #aaaa66;
    width: 48px;
    height: 28px;
}

td.links-starter {
    background: url('images/Links-left.jpg') #aaaa66;
    width: 22px;
    height: 28px;
}

.bg1 {
	font-family: Times, Times New Roman, serif;
	font-size: 8px;
	color: #111118;
   background: url('images/bg1.jpg') #ffffff;
}

.bg2 {
	font-family: Times, Times New Roman, serif;
	font-size: 8px;
	color: #111118;
   background: url('images/bg2.jpg') #ffffff;
}

.bg2r {
	font-family: Times, Times New Roman, serif;
	font-size: 8px;
	color: #111118;
   background: url('images/bg2r.jpg') #ffffff;
}


.Content {
	background-color: #FFFFFF;
      font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 11pt;
	color: #181110;
	border-top: 1px solid #444444;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #404040;
	padding: 0px;
   width: 764px;
}

td.LineH {
	background-color: #FFFFFF;
	font-family: Times, Times New Roman, serif;
	font-size: 11px;
	color: #181110;
   background: url('images/link-h.gif') #ffffff;
   height: 23px;
}

td.LineV {
	background-color: #FFFFFF;
	font-family: Times, Times New Roman, serif;
	font-size: 11px;
	color: #181110;
   background: url('images/link-v.gif') #ffffff;
   width: 19px;
}

td.LineX {
	background-color: #FFFFFF;
	font-family: Times, Times New Roman, serif;
	font-size: 11px;
	color: #181110;
   background: url('images/cross.gif') #ffffff;
   width: 19px;
   height: 23px;
}


.TextContent {
	background-color: #FFFFFF;
	font-family: Times, Times New Roman, serif;
	font-size: 11pt;
	color: #181110;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 8px;
}


.linkclass {
	font-family: Trebuchet, 'Trebuchet MS (Western)', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	color: #333339;
	text-decoration: none;
}

.linkclass:hover {
      background-color: #BBE3f4;
      width: 138px;
      padding-left: 2px;
      padding-right: 2px;
}


A.menu { font-family: Times, Times New Roman, serif; font-size: 16px; color: #6A0A02; padding-left: 9px; padding-right: 9px; text-decoration: none; font-weight: bold; font-style: italic; }
A.menu:link { color: #6A0A02; text-decoration: none;}
A.menu:visited { color: #6A0A02; text-decoration: none;}
A.menu:active { color: #6A0A02; text-decoration: none;}
A.menu:hover { color: #A18B4F; text-decoration: none; }


A.copyright { text-align: center; font-size: 7pt; color: #8888aa; font-family: Verdana, 'Trebuchet MS (Western)', Trebuchet MS, Trebuchet, Tahoma,  Arial, Helvetica, sans-serif; }
A.copyright:link { color: #8888aa; text-decoration: none;}
A.copyright:visited { color: #8888aa; text-decoration: none;}
A.copyright:active { color: #8888aa; text-decoration: none;}
A.copyright:hover { color: #b05555; text-decoration: none; }

A { text-align: center;  color: #1D56A3; }
A:link { color: #1D56A3; text-decoration: none;}
A:visited { color: #1D56A3; text-decoration: none;}
A:active { color: #1D56A3; text-decoration: none;}
A:hover {  color: #B2141C; text-decoration: none; }



/*
stylesheet
design by: laura egar
used for: website of denise deegan  www.denisedeegan.com
*/
/* IE banner */
#banner {
	width: 90%;
	margin-right: auto;
	margin-left:50px;
}
/* not IE banner */
html>body #banner {
	width: 90%;
	margin-right: auto;
	margin-left:auto;
}
/*  	IE container  */
#container {
	border: 1px solid #CC99CC;
	background: #ffffff;
	width: 800px;
	margin-left: 100px;
	margin-top: 5%;
}
/* 	every other container 	IE does not understand the child of ">" selector */
html>body #container {
	border: 1px solid #CC99CC;
	width: 800px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: auto;
	overflow: hidden;
}
/*IE footer */
#footer {
	width: 800px;
	padding: 10px;
	margin-left:100px;
}
/* every other footer */
html>body #footer {
	width: 800px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
}
#wide {
	width: 79%;
	float: right;
	margin: 2px;	
	height: auto;
}
#narrow {
	width: 19%;
	float: left;
	margin: 2px;
	height: auto;
}

#narrow li {
	font-family: verdana, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}
#footer a {
	color: white;
	background: #bedcdb;
	font-family: verdana, sans-serif;
	font-size: small;
	text-decoration: none;
}
#footer a:link { 
	color: #FFFFFF; 
	background: #bedcdb;
}
#footer a:visited { 
	color: #FFCCFF; 
	background: #bedcdb;
}
#footer a:active { 
	color: #CC99CC; 
	background: #bedcdb;	
}
#footer a:hover {
	color: #BEDCDB;
	background: #FFFFFF;
}
#floatimage  { 
	float: left; 
	border: 5px #c1c1c1; 
	margin: 10px;
}
#nofloat {
	clear: both;
}

/* 	style associated with each division  */
.denisenarrow {
	font-family: verdana,  sans-serif;
	font-size: medium;
	color: #CCCC99;
	background: #ffffff;
	text-align: center;
	padding: 5px;
	line-height: 200%;
}
.denisenarrow ul, li {
	color: #9966CC;
 	background: #ffffff;
}
.denisenarrow a:link {
	color: #9966CC;
 	background: #ffffff;
}
.denisewide {
	font-family: verdana, sans-serif;
	font-size: small;
	line-height: 150%;
	font-style: normal;
	padding: 15px;
	text-align: justify;
	background: #ffffff;
	color: #6E6E6E;
}
.denisefooter {
	font-family: verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #bedcdb;
	padding: 10px;
}
.denisemainheading {
	font-family: verdana, sans-serif;
	font-size: large;
	line-height: 200%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.denisesmallheading {
      font-family: Times, Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #4B88BF;
}

.denisewideparagraph {
	font-family: verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: justify;
	padding: 5px;
}

.denisereviewheading {
	font-family: Times, Times New Roman, serif;
	font-size: 18px;
	padding-left: 7px;
	padding-top: 17px;
	padding-bottom: 7px;
	color: #33A755;
	text-decoration: none;
}

.denisereview {
   font-family: Times, Times New Roman, serif;
   font-size: 11pt;
	font-style: italic;
	padding: 20px;
	border: 1px dotted #6BD3C9;
}

.denisereviewsubheading {
      font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 15px;
	color: #800A0A;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 4px;
}

H5 {
      font-family: Book Antiqua, 'Book Antiqua (Western)', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 15px;
	color: #800A0A;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 4px;
}

