body {
min-width: 850px;
max-width: 1100px;
margin : auto;
padding : 0;
font : 90% verdana, helvetica, "Trebuchet MS", arial, sans-serif;
background :#ffffff;
line-height : 1.5em;
color : #000;
text-align: center;
}

.main-table {
width: expression(document.body.clientWidth > 1101? "1100px": "auto");
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background : #ffffff;
}

/*CONTAINER*/

#container {
border-left : 1px solid #fdd017;
border-right: 1px solid #fdd017;
margin: 0 0 0 0;
}



			/*TOP BANNER*/
#header {
height : 90px;
margin-top : 0;
padding : 0;
background : #fdd017;
color : #000;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : center;
height: 15px;
}

#topnav li {
display : inline;
}

#topnav li a, #topnav a:visited {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}

#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #fdd017;
color : #000;
}
			/*2 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}

#col1 {
float : left;
width : 50%;
padding-right : 3%;
padding-left : 2%;
text-align: left;
background : #ffffff;
border-right: 1px solid #fdd017;
}

#col2 {
float : left;
width : 39%;
padding-left : 2%;
padding-right : 3%;
text-align: center;
background: #ffffff;
}


			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #ffffff;
color : #555;
}

#navcontainer ul li a {
padding : 20px;
color : #555;
background : transparent url(img/list-off-orange.gif) no-repeat left center;
text-align : left;
font : 12px verdana, helvetica, "Trebuchet MS", arial, sans-serif;
text-decoration : none;
}

#navcontainer ul li a:hover {
color : #555;
background : transparent url(img/list-on-orange.gif) no-repeat left center;
}

#navcontainer ul li a#current {
background : transparent url(img/list-active.gif) no-repeat left center;
color : #000;
}
			/*FOOTER*/
#footer {
clear : both;
height : 30px;
background : #fdd017;
border-top : 1px solid #fdd017;
color : #000;
text-align : center;
line-height: 1em;
}

#footer a {
color : #006699;
background : inherit;
}

#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 0.5em;
padding-bottom : 0.2em;
text-align : center;
letter-spacing : 1.5px;
font : 1.75em verdana;
color : #000;
}

h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.2em;
letter-spacing : 1px;
font : 1.25em verdana;
color : #000;
background : inherit;
}

h3 {
margin-top : 0;
font-size : 0.85em;
text-align : center;
color : #000;
background : inherit;
}

h4 {
margin-top : 0;
font : 1em verdana;
line-height: 1em;
color : #000;
background : inherit;
}

h5 {
margin-top : 0;
font-size : 0.85em;
color : #000;
background : inherit;
}

li {
line-height: 1.5em;
}

blockquote {
font-style : italic;
color : #555;
}

.caption {
margin-top : 0;
font-size : 0.8em;
color : #000060;
text-align : center;
background : inherit;
}

center {
text-align : center;
}

			/*LINKS*/
a {
text-decoration : underline;
color : #000060;
background : inherit;
}

a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}

a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}

.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}

.myimage3 {
text-align: center;
padding : 10px;
border : 1px solid #aaa;
}

table {
font : 90% verdana, helvetica, "Trebuchet MS", arial, sans-serif;
color : #000;
}