/*
Filename: default.css

For use in  root directory
Purpose: for general control of styles.  
        More specific styles should be coded into specific pages or in style sheets at the subdirectory level.
Also see:
        sizes.css (used to specify font sizes for tags)
        screen.css (used for display-only tags) 
        print.css (used for print-only tags) 
*/


        
BODY	{
	background-attachment: fixed;
	background-color: #8C92A0;
	background-image: url(assets/bg_grad.jpg);
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif}

H1	{font-size: large;    color: #A2637C;  margin: 0%;  line-height: 200%}

H2 	{font-size: medium;   color: #A2637C;  margin: 0%}

H3 	{font-size: small;    color: #A2637C;  margin: 0%}

H4 	{font-size: x-small;  color: #A2637C;  margin: 0%;  font-weight: bold}

H5 	{font-size: xx-small; color: #A2637C;  margin: 0%;  font-weight: bold}

H6 	{font-size: small;    color: #000000;  margin: 0%;  font-weight: bold}

P  	{margin-top: 0}


				

/* ........ Sidebar Navigation ...........................................*/

#sidebarNav	{width: 133px}

#sidebarNav a	{
	display: block;
	background: url(assets/btn_bg.gif);
	border-right:  2px solid #666699;
	border-bottom: 2px solid #666699;
	border-top:  1px solid #999999;
	border-left: 1px solid #999999;
	padding-right:  5px;
	padding-left:   10px;
	padding-top:    5px;
	padding-bottom: 5px;
        margin: 6px 5px 6px 5px;
	color: #0000CC;
	text-decoration: none;
	font-size: 11px;
        font-style: italic;}

#sidebarNav a:hover  {background: #A2637C;  color: white}

/* ........ End of Sidebar Navigation ...........................................*/



/* ........ Classes ...........................................*/
.maintable     {
                background: #FFFFFF;
                background-image: url(assets/lake_drawing.gif);
                background-repeat: repeat-y;
                font-size: smaller }


.maintable1     {
                background: #FFFFFF;
                background-image: url(assets/lake_drawing_short.gif);
                background-repeat: repeat-y;
                font-size: smaller }

.maintable2     {
                background: #FFFFFF;
                background-image: url(assets/background_white.gif);
                background-repeat: repeat-y;
                font-size: smaller }

.maintable3     {
                background: #999999;
                background-image: url(assets/background_gray.jpg);
                background-repeat: repeat-y;
                font-size: smaller }

.color1 	{color: #A2637C}         /* Maroon */

.color1bold	{color: #A2637C;  font-weight: bold}

.color2 	{color: #666666}         /* Gray */

.color2bold	{color: #666666;  font-weight: bold}

.color3 	{color: #FF0000}         /* Red */

.color3bold	{color: #FF0000;  font-weight: bold}

.color4 	{color: #33CC66}         /* Green */

.color4bold	{color: #33CC66;  font-weight: bold}




.smallcaption 	{font-size: xx-small;  font-weight: normal}

.larger		{font-size: larger}

.smaller	{font-size: smaller}

.xlarge		{font-size: x-large}

.large		{font-size: large}

.medium		{font-size: medium}

.small		{font-size: small}

.xsmall		{font-size: x-small}

.xxsmall	{font-size: xx-small}



.center 	{text-align: center}

.left 		{text-align: left}       

.right 		{text-align: right}

.justify	{text-align: justify}

.dated		{text-align: right; font-size: smaller; color: #666666}




