
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sitename - Common Cascading Style Sheet

Copyright (c) 2004 Sitename. All rights reserved.

Created: 11/Jan/2005 9:14
Updated: 12/Jan/2005 12:27

Revision History:
  1.00	Initial version. NK, 11/Jan/2005 9:14

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tags */
 
body			{ background-color: #111; margin: 30px 0px 0px 0px; text-align: center; font-family: Verdana; scrollbar-face-color: #111; scrollbar-track-color: #111; scrollbar-arrow-color: #111; scrollbar-3dlight-color: #111; scrollbar-shadow-color: #111; scrollbar-highlight-color: #111; scrollbar-darkshadow-color: #111; }
body, div, span, p, h1, h2, h3 { font-family: Verdana; font-size: 8pt; letter-spacing: 0.03em; line-height: 11pt; }
h1				{ margin-top: 0px; }
h2				{ color: #333; }
a				{ color: #000; font-weight: bold; text-decoration: none; }
a:hover			{  }

/* IDs */
#contentTable	{ background-image: url('images/bg_02.jpg'); background-repeat: no-repeat; border: 1px solid white; }
#menu			{ float: left; margin-top: 20px; }

a#menuItem01	{ background-image: url('images/nav_01_off.gif'); background-position: center center; padding-top: 5px; }
a#menuItem02	{ background-image: url('images/nav_02_off.gif'); background-position: center center; padding-top: 5px; }
a#menuItem03	{ background-image: url('images/nav_03_off.gif'); background-position: center center; padding-top: 5px; }
a#menuItem04	{ background-image: url('images/nav_04_off.gif'); background-position: center center; padding-top: 5px; }
a#menuItem05	{ background-image: url('images/nav_05_off.gif'); background-position: center center; padding-top: 5px; }

a#menuItem01:hover	{ background-image: url('images/nav_01_on.gif'); }
a#menuItem02:hover	{ background-image: url('images/nav_02_on.gif'); }
a#menuItem03:hover	{ background-image: url('images/nav_03_on.gif'); }
a#menuItem04:hover	{ background-image: url('images/nav_04_on.gif'); }
a#menuItem05:hover	{ background-image: url('images/nav_05_on.gif'); }

#content		{ border: 0px dashed red; background-color: transparent; float: right; height: 380px; line-height: 14pt; margin: 35px 15px 15px 0px; overflow: auto; scrollbar-face-color: #fff; scrollbar-track-color: #fff; scrollbar-arrow-color: #9FAAA3; scrollbar-3dlight-color: #9FAAA3; scrollbar-shadow-color: #fff; scrollbar-highlight-color: #fff; scrollbar-darkshadow-color: #666; width: 420px; }

#feature		{ border: 0px dashed red; clear: all; float: right; height: 120px; margin: 0px 15px 0px 0px; width: 420px; }

/* Classes */
.menuItem		{ border: 0px dashed red; margin-top: 15px; height: 20px; width: 178px; }
.menuItemB		{ border: 0px dashed red; margin-top: 35px; height: 99px; width: 178px; }

.red			{ color: #E9252E; }
.sublinkTop		{ margin-top: 30px; text-align: right; width: 100%; }
.sublink		{ text-align: right; }

.newsItem		{ border-bottom: 1px solid #999; margin-top: 10px; padding: 5px; width: 390px; }
.newsitem p		{ text-align: justify; width: 310px; }
.topLink		{ font-size: 7pt; text-align: right; width: 100%; }