body
{ background-color: Maroon;
  color: white;
  font-family: Garamond, serif;
  font-size: 12pt;
  padding: 10px; }

.Title1
{ font-size: 22pt; }
.Title2
{ font-size: 14pt; }

.Heading1
{ font-size: 16pt; }
.Heading2
{ font-size: 14pt; }

a
{ color: #ACACAC;
  text-decoration: none; }
a:hover
{ text-decoration: underline; }
a.TextLink
{ color: white; }

img
{ border-color: Black; }

#Main, #Nav, #Header, #Footer
{ padding: 15px; }

#Footer
{ text-align: right; }

#left
{ background: url('Layout/Left.bmp') repeat-y #601040; }
#right
{ background: url('Layout/Right.bmp') repeat-y top right;}
#top
{ background: url('Layout/Top.bmp') repeat-x; }
#bottom
{ background: url('Layout/Bottom.bmp') repeat-x bottom; }
#topleft
{ background: url('Layout/TopLeft.bmp') no-repeat; }
#topright
{ background: url('Layout/TopRight.bmp') no-repeat top right; }
#bottomleft
{ background: url('Layout/BottomLeft.bmp') no-repeat bottom left; }
#bottomright
{ background: url('Layout/BottomRight.bmp') no-repeat bottom right; }