body {
                     /*background-image:url(http://www.davidtinney.com/images/blue-greyshadow.jpg);*/
                     text-align: center;
                     font-family: Helvetica, Arial, sans-serif;
                     font-size: 14px;
                     /*background-color: #ffcc66;*/
                     background-color: rgb(212, 209, 200);
                     background-repeat: repeat-x;
                     scrollbar-face-color: #CC0000;
                     scrollbar-arrow-color: white;
                     scrollbar-track-color: #EEEEEE;
                     scrollbar-shadow-color:'';
                     scrollbar-highlight-color:'';
                     scrollbar-3dlight-color:'';
                     scrollbar-darkshadow-Color:'';
}
#container {
                         width: 800px;
			\width: 820px;
			w\idth: 790px;
			border-left: 1px solid gray;
                        border-right: 1px solid gray;
                        border-bottom: 1px solid gray;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			padding: 0px;
                        background-color: white;
}
#container[id] { width: 800px; }
#container a:link {color: blue; text-decoration: underline;}
#container a:visited {color: red; text-decoration: underline;}
#container a:hover {color: black; background-color: rgb(208, 225, 253); text-decoration: none;}
#container a:active {color: black; background-color: rgb(208, 225, 253); text-decoration: none;}

#content {
			padding-left: 37px;
                        padding-right: 37px;
                        padding-top:   10px;
                        padding-bottom: 37px;
			margin-left: 0px;
			/*border-top: 1px solid black;*/
			background-color: white;
}
#boxx {
                        width: 850px;
			\width: 870px;
			w\idth: 850px;
                        background-color: transparent;
}
#boxbanner {            width: 800px;
                        float: center;
                        background-color: white;
}
#boxheadline {          width: 780px;
                        float: center;
                        background-color: white;
}
#box {
		       float: left;
                       text-align: left;
                       width: 200px;
                       \width: 210px;
                       w\idth: 200px;
                       margin: 5px;
                       margin-right: 5px;
                       margin-left: 5px;
                       padding: 4px;
                       background-color: white);
	       }
#boxb {
		       float: center;
                       width: 450px;
                       \width: 460px;
                       w\idth: 450px;
                       margin: 5px;
                       /*border: 1px thin dashed black;*/
                       padding: 3px;
                       background-color: white;
}
#boxc {
		       align: right;
                       width: 250px;
                       \width: 260px;
                       w\idth: 250px;
                       margin: 5px;
                       float: right;
                       margin-right: 0px;
                       margin-left: 5px;
                       padding: 3px;
                       background-color: white;
}
#boxd {
		       float: left;
                       text-align: left;
                       width: 220px;
                       \width: 230px;
                       w\idth: 220px;
                       border: 1px solid black;
                       margin: 5px;
                       margin-right: 5px;
                       margin-left: 5px;
                       padding: 4px;
                       background-color: white);
	       }
h1 {
	font-size: 32pt;
	text-align: center;
        font-weight: bold;
	font-style: normal;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        color: rgb(190,34,39);
}
h2 {
	font-size: 20pt;
	text-align: center;
        font-weight: bold;
	font-style: normal;
	font-style: oblique;
        color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16pt;
	text-align: center;
        font-weight: bold;
	font-style: normal;
	font-style: oblique;
        color: rgb(51,51,51);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 18pt;
	font-weight: normal;
	text-align: justify;
        font-family: sans-serif; 
}
p {
	font-size: 16pt;
	font-weight: normal;
	text-align: justify;
        font-family: sans-serif; 
}

