body {
margin : 0;
padding : 0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #ffffff;
line-height : 1.7em;
color : #555;
}
			/*TOP BANNER*/

#headerTop {
height : 23px;
margin: 0;
padding : 0;
background : #F17327;
color : #555;
text-align : center;
}

#header {
height : 165px;
margin: 0;
padding : 0;
background : #F17327 url(ExtenzeImages/ExtenzeLogo.jpg) no-repeat center bottom;
color : #555;
}

			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #174A7F;
color : #fff;
text-align : center;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #174A7F;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}

#topnav a:link.active, #topnav a:visited.active, #topnav a:hover, #topnav li.active a{
text-decoration : none;
background : #f17327;
color : #000;
}
			/*3 COLUMNS*/

#gutter {
float : left;
width : 8%;
height : 1px;
}
#col1 {
float : left;
width : 25%;
margin-bottom : 1em;
padding-left : 2%;
}
#col2 {
float : left;
width : 58%;
margin-bottom : 1em;
border-right : 1px dashed #dda875;
padding-right : 2%;
}
			/*RIGHT NAVIGATION*/

#navcontainer ul {
margin: 0 0 0 15px;
padding: 0px;
list-style-type: square;
color : #174A7F;
}

#navcontainer h2 {
margin-left: -15px;
}

#navcontainer ul li a {
font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
text-align : left;
}

#navcontainer ul li a:hover {
color : #f17327;
text-decoration : underline;
}

#navcontainer ul li:hover, #navcontainer ul li:hover a{
color : #f17327;
}

#navcontainer ul li.active, #navcontainer ul li.active a{
font-weight : bold;
font-weight : bold;
list-style-type: none;
}



			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #f17327;
border-top : 5px solid #174A7F;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : center;
}
#footer a {
color : #000;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 0px;
font-size : 1.1em;
color : #172A2F;
background : inherit;
}
h2 {
margin-top : 0;
padding-top : 2.0em;
padding-bottom : 0.0em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #F17327;
background : inherit;
}
h3 {
margin : 0;
color : #F17327;
font-weight : bold;
padding-bottom : 0px;
font-size : 1.2em;
}

h4 {
font-weight : normal;
font-size : 80%;
line-height : 130%;
}

.h4 {
font-weight : normal;
font-size : 80%;
line-height : 130%;
}

blockquote {
margin-top : 0px;
font-style : italic;
margin-left : 0px;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding-right : 15px;
}
.myimage2 {
float : right;
padding-left : 10px;
}
.myimage3 {
display: block;
margin-right : auto;
margin-left : auto;
}

ul {
margin-top : 0.4em;
}
