@import url(layout.css);

/*  Margins & Padding
-----------------------------------------------------------------------------*/

/* Remove padding and margin on all elements */

* {
     margin: 0em;
     padding: 0em; 
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, hr {
     margin-bottom: 1em; 
}

/*  Typography
-----------------------------------------------------------------------------*/

body {
     font-family: "Trebuchet MS", Tahoma, Arial;
     font-size: 0.75em;
     line-height: 1.45em;
     color: #592200; 
}


/*  Headings
-----------------------------------------------------------------------------*/

h1 {
     font-size: 1.35em;
     font-weight: bold;
     margin-bottom: .75em; 
}

h2 {
     font-size: 1.15em;
     font-weight: bold;
     color: #000000;
     margin-top: 1.15em;
     margin-bottom: .25em; 
}

h3, h4, h5, h6 {
     font-size: 1em;
     font-weight: bold;
     margin-bottom: 0em; 
}

#imageColumnRight h4 {
	font-size: .9em;
	padding-top: 0em;
	margin-top: -1.5em;
	margin-bottom: 1em;
	padding-left: 3px;
	padding-right: 3px;
}

/*  Links
-----------------------------------------------------------------------------*/

a:link {
     color: #c02600; 
}

a:visited {
     color: #592200; 
}

a:hover {
     color: #ff0000; 
}

a:active {
     color: #ff0000; 
}


/*  Lists
-----------------------------------------------------------------------------*/

ul {
     padding-left: 3em; 
}

/*  Tables
-----------------------------------------------------------------------------*/

table {
     border-spacing: 0;
     border-collapse: collapse; 
}

td {
     text-align: left;
     font-weight: normal; 
}

/*  Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders */

fieldset {
     border: 1px solid transparent; 
}

/*  Images
-----------------------------------------------------------------------------*/

/* Remove border around linked images */

img {
     border: 0em; 
}

img.FloatRight {
	float: right;
	margin-left: 12px;
}

img.FloatLeft {
	float: left;
	margin-right: 12px;
}

/*  Misc 1
-----------------------------------------------------------------------------*/

/* Class for clearing floats */

.clear {
     clear:both; 
}