/***** TABULA RASA *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 2;
 font-size: 75%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background: #fdfcf3 url(images/bg.jpg) repeat-x;
 color: #000066;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}

:focus {
 outline: 0;
}

ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

/***** STRUCTURE *****/
/*
div {
 border: 1px solid red;
}
*/

#envelope {
 margin: 0 auto;
 width: 800px;
}

#header {
 height: 216px;
}

#navigation {
 height: 50px;
}

#navigation li {
 float: left;
 margin: 5px 10px 0 18px;
 padding: 0 5px 0 5px;
}

#navigation li.last {
 margin: 5px 0 0 18px;
 padding: 0 5px 0 5px;
}

#navigation a {
 display: block;
 font-size: 105%;
 padding: 7px 5px 0px 5px;
 border: none;
 color: #fdfcf3;
}
	
#navigation a.active {

}
  
#navigation li.active {
 border-bottom: 7px solid #fdfcf3;
}

#content {
 background: #fdfcf3;
 padding-bottom: 50px;
 line-height: 1.75;
 margin: 0 0 0 7px;
 text-align: justify;
}

#column1, #column2, #column3 {
 float: left;
 width: 240px;
}

#column1, #column2 {
 margin: 20px 33px 0 0;
}

#column3 {
 margin: 20px 0 0 0;
 width: 235px;

}

#footer {
 clear: both;
 text-align: center;
 color: #000000;
 background: #fdfcf3 url(images/footerbg.jpg) repeat-x;
 height: 100px;
 margin: 0;
 padding: 15px 0 0 0;
}

/***** TYPOGRAPHY & STYLES *****/
a {
 text-decoration: none;
 border-bottom: 1px dotted #0052a5;
 color: #0052a5;
 padding: 0 0 1px 0;
}

a.active {

}

a:hover {
 border-bottom: 1px solid #0052a5;
}

a:focus {

}

a:visited {

}

p {
 margin: 5px 0 0 0;
}

h1, h2, h3 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: normal;
}

h1 {
 font-size: 32px;
 color: #fff;
 letter-spacing: .03cm;
}

.fauxh1 {
 font-size: 32px;
 color: #fff;
 letter-spacing: .03cm;
}

h2 {
 font-size: 18px;
 font-weight: bold;
 color: #fff;
}

.fauxh2 {
 font-size: 18px;
 font-weight: bold;
 color: #0052a5;
 margin: 20px 0 0 0;
}

#content h2 {
 font-size: 18px;
 font-weight: bold;
 color: #0052a5;
 margin: 20px 0 0 0;
}

h3 {
 font-size: 16px;
 color: #fff;
 letter-spacing: .01cm;
}

.fauxh3 {
 font-size: 16px;
 color: #fff;
 letter-spacing: .01cm;
}

#content h3{
 font-size: 16px;
 color: #0052a5;
 letter-spacing: .01cm;
 margin: 10px 0 0 0;
}
#content li{
 list-style: disc;
}

/***** CLEARFIX *****/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/***** EVERYTHING ELSE *****/
.small-caps {
 font-size: 88%;
 text-transform: uppercase;
 letter-spacing: 112%;
}

.mouseprint {
 font-size: 65%;
}

.headerimg {
 float: left;
 margin: 15px 25px 0 -15px;
}

img.right {
 float: right;
 margin: 0 0 10px 15px;
}

img.left {
 float: left;
 margin: 0 15px 10px 0;
}

.headerh1 {
 padding: 75px 0 0 0;
 color: #fff;
}

.plainwhite {
 color: #fff;
 border: none;
 text-decoration:: none;
}

.plain {
 text-decoration: none;
 border: none;
 color: inherit;
 list-style: none;
}

.inline {
 display: inline;
 margin: 0 15px 0 0;
}

.mininav {
 margin: 20px 0 0 0;
}

#TJK_ToggleON, #TJK_ToggleOFF {
 display:none
}