body {
        background: #9E92BD url(../img/Backgry.jpg);
        color: #222222;
        font-size:100%;
        font-family:  arial, verdana, "Times New Roman", serif;
        text-align: center;
        margin: 20px;
        padding:0;
		height:100%;
}

a {color:#333300;
   text-decoration: underline;
}

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

/* Sets container max width and min width, and IE fix for same */
.width {
        width: 700px;
        margin: 0 auto;
        text-align: left;
        /*background-color: #fff;*/
}

* html .minwidth {
        border-left: 700px solid #fff;
}

* html .container {
        margin-left: -700px;
        position: relative;
}

/* IE fix for min width */

/*\*/
* html .minwidth, * html .container, * html .content {
        height: 1px;
}
/**/

/* end IE fix for min width */

/* Sets container max width and min width, and IE fix for same */

/* Holds layout */
.shell {
        border: 1px solid #000;
        /*background-color: #eee;*/
        font-size:100%;
        padding: 0px;
}
/* content cell */

.con {width:698px;
        border: 0px solid #eee;
        font-size:100%;
        padding: 0px;
   line-height: 1.2em;
}

/* content cell href */
.con a {color:#222222;
   text-decoration: underline;
}

/* content cell hover href */
.con a:hover {color:#CCB647;
   text-decoration: none;
   }

.con div.header {
width:698px;
height:120px;
font-size:0.85em;
border: 0px;
background-color:#222;
background: #9E92BD url(../img/trim.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

.con div.header div.tag{
text-align:right;
color:#eee;
margin-right:4.3em;
margin-top:-0.33em;
}

.con div.left {
width:190px;
height:400px;
float:left;
margin-left:0em;
margin-top:0.5em;
font-size:0.85em;
background-color:#440E62;
border: 1px solid #ccc;
}

.con div.center {
padding:4px;
float:left;
height:401px;
/*background-color: #eee;*/
background: #9E92BD url(../img/Backgry.jpg);
}

.con div.right {
margin-right:0.1em;
margin-top:0.5em;
font-size:0.85em;
background-color: #fff;
border: 1px solid #ccc;
height:400px;
}

.con div.copy {
padding-top:0.2em;
padding:1em;
overflow:auto;
height:92%;
border:solid 0px black;
}

.con div.navcopy {
padding:1em;
background-color: #fff;
height:300px;
}

/* content cell href */
.con div.navcopy a {color:#222222;
   text-decoration: none;
}

/* content cell hover href */
.con div.navcopy a:hover {color:#CCB647;
   text-decoration: underline;
   }

h4{
color:#440E62;
font-size:1.2em;
margin-top:-0.2em;
margin-bottom:0.9em;
border-bottom:solid 1px #eee;
}

h4.nav{
color:#440E62;
font-size:1.2em;
margin-top:-0.2em;
margin-bottom:0.9em;
border-bottom:solid 1px #eee;
}

h5{
color:#222222;
font-size:1em;
margin-top:-0.2em;
margin-bottom:0.9em;
}

hr{
border: 0;
color: #245745;
background-color: #245745;
height: 2px;
}

ul.body li{
margin-bottom:0.5em;
}

#copyright{
font-size:0.5em;
}
div.clr {
clear:both;
}

div.clrb {
clear:bottom;
}

table tr td a {color:#222222;
   text-decoration: none;
}

/* content cell hover href */
table tr td a:hover {color:#CCB647;
   text-decoration: underline;
   }