@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, ol, hr {
     margin-bottom: 1em; 
}

/*  Typography
-----------------------------------------------------------------------------*/

body {
     font-family:"Times New Roman", Times, serif;
     color:#3E4149;
     font-size:13px;
     line-height:15px; 
}

/*  Headings
-----------------------------------------------------------------------------*/

h1 {
     font-size: 1.4em;
     margin-bottom: .75em;
     color: #b95a02; 
}

h2 {
     font-size: 1.15em;
     font-weight: bold;
     margin-top: 1.25em;
     margin-bottom: .25em;
	 color: #000000; 
}

h3, h4, h5, h6 {
     font-size: 1.1em;
     font-weight: bold;
     margin-bottom: 0em; 
}

/*  Links
-----------------------------------------------------------------------------*/

a:link {
     color: #b95a02; 
}

a:visited {
     color: #333333; 
}

a:hover {
     color: #b20000; 
}

a:active {
     color: #ff0000; 
}

a.link-dotted:link {
     color: #b95a02;
     text-decoration:none;
     background: url(../images/backgrounds/bg_hover.gif) repeat-x left bottom; 
}

a.link-dotted:visited {
     color: #333333;
     text-decoration:none;
     background: url(../images/backgrounds/bg_hover.gif) repeat-x left bottom; 
}

a.link-dotted:hover {
     color: #b20000;
     text-decoration:none;
     background: url(../images/backgrounds/bg_hover.gif) repeat-x left bottom; 
}

a.link-dotted:active {
     color: #ff0000;
     text-decoration:none;
     background: url(../images/backgrounds/bg_hover.gif) repeat-x left bottom; 
}

/*  Lists
-----------------------------------------------------------------------------*/

ul, ol {
     padding-left: 2em; 
}

/*  Tables
-----------------------------------------------------------------------------*/

table {
     border-spacing: 0;
     border-collapse: collapse; 
}

td {
     text-align: left;
     font-weight: normal; 
}

/* Styling for forms */

#form-default table {
     border: 1px #ebebeb solid; 
}

#form-default th {
     font-weight: bold;
     padding: 4px;
     border: 1px #ebebeb solid;
     background-color: #efefef; 
}

#form-default td {
     padding: 4px;
     border: 1px #ebebeb solid; 
}

/*  Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders */

fieldset {
     border: 1px solid transparent; 
}

/*  Images
-----------------------------------------------------------------------------*/

/* Remove border around linked images */

img {
     border: 0em; 
}

img.FloatRight {
     float: right;
     margin-left: 15px; 
}

img.FloatLeft {
     float: left;
     margin-right: 15px;
}

/*  Misc 1
-----------------------------------------------------------------------------*/

/* Class for clearing floats */

.clear {
     clear:both; 
}
