* {
    margin: 0px;
    padding: 0px;
}

html,
body,
div#wrapper-a,
div#wrapper-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#wrapper-a,
* html div#wrapper-b {
    height: 100%;
}

/**
 *  general defs
 */

body {
    background: url(../images/bg/body.gif) repeat-x 0 81px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

body#internal {
    background: url(../images/bg/body_internal.gif) repeat-x 0 81px;
}

h1,
h2,
h3 {
    margin: 0 0 15px 10px;
    font-family: garamond, sans-serif;
    clear: both;
}

h1 {
    font-size: 2.30em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.50em;

}

p,
address {
    margin: 0 20px 10px 10px;
    line-height: 1.50em;
}

br.clr {
    clear: both;
}

.fl {
    float: left;
    margin-right: 10px;
}

.fr {
    float: right;
    margin-left: 10px;
}

img.fr {
    margin: 5px 0 10px 10px;
}

img.fl {
    margin: 5px 10px 0 0;
}

img.nb {
    border: none;
    padding: 0;
}

div.clr {
    clear: both;
    height: 0;
    width: 0;
    font-size: 1px;
    line-height: 1px;
}

/**
 *  wrapper / body divs
 */

div#wrapper-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;

}

div#wrapper-b {
    position: absolute;
    left: 50%;
    width: 789px;
    margin-left: -400px;
}

div#body {
    margin-bottom: 35px;
    height: auto;
}

/**
 *  top div
 */

div#top {
    position: relative;
    width: 100%;
    height: 292px;
    background: url(../images/bg/nav.gif) no-repeat;
}

body#internal div#top {
    height: 246px;
}


/*  <><><><><>  flash area rules    <><><><><>  */

div#flash-area {
    position: absolute;
    top: 70px;
    left: 285px;
    height: 177px;
    z-index: 1;
}

body#internal div#flash-area {
    background: transparent;
    top: 91px;
    height: 127px;
}

/*  <><><><><>  mid content area rules    <><><><><>  */

div#mid {
    margin: 20px 0 0 0;
    padding: 0 0 0 290px;
    color: #00458d;
}

 div#mid ul,
 div#mid ol {
    margin: 0 10px 15px 30px;
 }

 div#mid li {
	margin: 5px 0;
	line-height: 1.5;
	color: #666;
 }

div#mid dt {
	margin: 20px 0 5px 0;
	padding: 5px 0;
	font-size: 1.50em;
	border-bottom: 1px solid #ccc;

}

div#mid img {
    border: 1px solid #900;
    padding: 2px;
}

div#mid a {
	color: #900;
	text-decoration: none;
}

div#mid a:hover {
	color: #f00;
}

div#mid blockquote {
	margin: 20px;
	padding: 10px;
	color: #333;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
}

div#mid blockquote p {
	line-height: 2;
}

div#mid blockquote div {
	font-weight: bold;
}

div#right {
    line-height: 14px;
    background: #fff;
    float: left;
    margin: 0 0 25px 10px;
    height: 100%;
    width: 495px;
}

* html body div#right {
    width: 480px;
}

#right div#content {
    padding: 0 5px 0 0;
    text-align: left;
    color: #333;
}

.internal #right div#content {
    padding-top: 30px;
}