/* CSS Document */
Body
{
font-family: Arial, sans-serif;
color: #990033;
background-color: #FFFFCC;
margin-left: 10%;
margin-right: 10%;
}

/* Hyper Links – Change text
http://www.tizag.com/cssT/pclass.php */
a:link {
color: #990033;
font-weight: bold}
a:visited { color: #CC00CC; } 
a:hover { color: #CC0033; }

/* Tables 
http://www.w3.org/TR/CSS21/tables.html#borders
http://www.thesitewizard.com/archive/fixedvsrelative.shtml */

/* Colours
http://www.allprofitallfree.com/color-wheel2.html
  */
TABLE
{

}

TABLE.navigation
{
width: 150px;
vertical-align: top;

}
TABLE.main
{
width: 650px;
padding-left: 3em;
}

.header
{

}

.header_text
{
padding-left: 2cm;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.mission_text
{
padding-left: 2cm;
font-style: italic;
font-size: 12pt;
}

.mainWindow
{
padding-left: 1.5em;

width: 650px;
}

.footer
{
text-align: center;
border-top: thin solid #990033;
font-size: 8pt;
width: 800px
}

/* Quotes tag 
http://www.w3schools.com/css/pr_gen_quotes.asp
*/

q:lang(en)
{
font-style: italic;
quotes: '"' '"' "'" "'"
}
.navigationWindow
{
vertical-align: top;
Padding-top: 1.5em;
}

.standout
{
Font-style: italic;
font-weight: bold;
}
/* Images
http://www.w3schools.com/css/css_image_gallery.asp
*/
img.ImgHeader
{
  margin: 0px;
  border: 0px;

}
img.left
{
  margin: 2px;
  border: 1px solid #990033;
  height: 20%;
  width: 20%;
  float: left;
}

img.right
{
  margin: 2px;
  border: 1px solid #990033;
  height: 20%;
  width: 20%;
  float: right;
}

img.rightlarge
{
  margin: 2px;
  border: 1px solid #990033;
  height: 40%;
  width: 40%;
  float: right;
}
