﻿@import url("layout.css");

body {font-family: "Times New Roman", Times, serif; font-size: 1.0em; background-color: #fff; background-image: url("../images/blend_background.gif"); background-repeat: repeat; background-attachment: scroll; text-align: center;}

/* IDs */

#container {width: 700px; margin: 10px auto; text-align: left;}

#navigation {width: 700px; margin: 2px 0px 15px 8px; background-color: #fff;}

#masthead {width: 700px; margin: 25px 0 0 0; background-color: #fff; text-align: center;}

#content {width: 700px; margin: 0 0 5px 8px; background-color: #fff;}

#footer {width: 700px; margin: 8px 0px 0 8px; padding: 3px 0; background-color: #fff;}

/* Elements */

h1 {color: #FF0000; font-size: xx-large; font-weight: bold;}
h2 {color: #FF0000; font-size: x-large; font-weight: bold;}
h3 {color: #FF0000; font-size: large; font-weight: bold;}
h4 {color: #FF0000; font-size: medium; font-weight: bold;}
h5 {color: #FF0000; font-size: small; font-weight: bold;}

hr {height: 1px; width: 98%;	color: #CCCCCC; text-align: center; margin: 0 0 0 0;}

img {border-width: 0;}

/* Class Styles */

a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:active {color: #0099FF;}
a:hover {color: #0099FF;}

.fontred {color: #FF0000;}
.fontblue {color: #0000FF;}

.fontlarger {font-size: larger;}
.fontxxxred {font-size: xx-large; font-weight: bold; color: #FF0000; line-height: 130%;}
.fontxxred {font-size: x-large; font-weight: bold; color: #FF0000; line-height: 110%;}
.fontxxxblack {font-size: x-large; font-weight: bold; color: #000000; line-height: 110%;}
.fontxxx {font-size: xx-large; font-weight: bold; line-height: 110%;}

.fontmedium {font-size: medium;}
.fontsmall {font-size: small; color: #000000;}

.fontwingdings3 {font-family: "Wingdings 3";}

.highlight1 {background-color: #FFFF66;}

.textcenter {text-align: center;}
.textright {text-align: right;}


