body, h1, h2, h3, h4, h5, h6, hr, br, ol, ul, li, form, div, input, button { 
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	list-style-type: none;
}
body,
html {
	margin: 0;
    padding: 0;
	height: 100%;
}
body.main {
    min-width: 780px;
    background: #fff;
}

/* global styles */
img {
	border: 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}
h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 1em 0;
}
h2 {
    font-size: 1.1667em;
    line-height: 1.286em;
    margin-top: 1.929em;
    margin-bottom: 0.643em;
}
a {
    text-decoration: none;
    color: #36c;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.sidenote {
    font-size: 0.8333em;
    line-height: 1.8em;
}
span.amp {
    font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-style: italic;
    font-size: 110%;
}
.flickrthumbborder {
    margin: 4px;
    border: 1px solid #000;
    background: #fff;
    width: 93px;
    float: left;
}
.flickrthumb {
    margin: 6px;
    border: 3px solid #000;
    width: 75px;
}
/* global styles */



/* main page styles */

body.main #iecontainer {
    text-align: center;
    height: 100%;
}
body.main #container {
    width: 780px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
}
body.main #left {
    width: 385px;
    border-right: 5px solid #333;
    float: left;
    height: 100%;
    background: #fff;
}
body.main #leftcontent {
    padding: 25px;
}
body.main #right {
    width: 380px;
    border-left: 5px solid #333;
    float: left;
    height: 100%;
    background: #fff;
}
body.main #right .logo {
    padding: 10px 0 10px 0;
    float: right;
}
body.main #rightcontent {
    padding: 0 0 0 25px;
}
body.inside {
    background: #666;
}

/* end main page styles */



/* subpage styles */

#top {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #000;
}
#middle {
    background: #fff;
}
#middle-content {
    width: 650px;
    padding: 50px 15px 20px 100px;
    text-align: justify;
}
#middle-content a {
    text-decoration: none;
    color: #36c;
    font-weight: bold;
}
#middle-content a:hover {
    text-decoration: underline;
    font-weight: bold;
}
#bottom {
    border-top: 3px solid #000;
    background: #666;
    height: 100px;
}
#bottom-content {
    padding: 10px 0 20px 20px;
    color: #fff; 
}
#bottom-content a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#bottom-content a:hover {
    text-decoration: underline;
    font-weight: bold;
}
/* end subpage styles */