﻿@import url('layout.css');

body {font-family: "Times New Roman", Times, serif; font-size: 1.0em; background-color: #fff;}

/* IDs */

#container {width: 700px; margin: 10px auto;}

#navigation {width: 700px; margin: 10px 0 0 8px; background-color: #fff; text-align: center;}

#masthead {width: 700px; margin: 10px 0 0 8px; background-color: #fff; text-align: center;}

#content {width: 700px; margin: 1px 0 5px 8px; background-color: #fff; text-align: left;}

#footer {width: 700px; margin: 0 0 5px 8px; padding: 3px 0; background-color: #fff; text-align: center;}

/* Elements */

a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:active {color: #0099FF;}
a:hover {color: #0099FF;}

img {border-width: 0;}

hr {width: 90%; height: 1px; color: #CCCCCC;}

h1 {font: xx-large; color: #FF0000;}
h2 {font: x-large; color: #FF0000;}
h3 {font: large; color: #FF0000;}

/* Class Styles */

.fontred {color: #FF0000;}
.fontblue {color: #0000FF;}
.fontbigblue {color: blue; font-size: 18px; font-weight: bold; line-height: 140%;}

.fontlarger {font-size: larger;}
.fontxxlarge {font-size: xx-large;}
.fontlarge {font-size: large;}
.fontmedium {font-size: medium;}
.fontsmall {font-size: small; color: #000000;}

.highlight1 {background-color: #FFFF66;}

.textleft {text-align: left;}
.textcenter {text-align: center;}
.textright {text-align: right;}

.underline {text-decoration: underline;}

