/* external css file */
/* filename 'default.css' */
/* NO HTML MARKUP ALLOWED */



.main				{
					background-image: url(../images/bg_main.jpg);
					background-repeat: repeat-y;
					}

/*
.main				{
					background: #220000 url(../images/bg_main_centered.jpg) repeat-y center;
					}
*/
p, td				{
  					font-family: arial, sans-serif;
    				color: #000000;
  					font-weight: normal;
					}

#copy				{
  					font-size: 13px;
					line-height: 1.3;
					margin-left: 50px;
					}

.intro				{
  					font-family: verdana, tahoma;
  					font-size: 13px;
					line-height: 2.2;
					margin-left: 50px;
					}

.allcaps			{
  					font-size: 12px;
					font-family: georgia, times, serif;
					letter-spacing: 2.0;
					}

.form			{
  					font-size: 11px;
					font-family: georgia, times, serif;
					}

h1, h2, h3			{
					font-family: georgia, serif;
					color: #333366;
  					font-weight: normal;
					margin-left: 50;
					padding: 0;
					}

.h1					{
					font-size: 18px;
					line-height: 1.0;
					margin-top: 6px;
					margin-bottom: -10px;
					}

.h2					{
					font-size: 15px;
					margin-bottom: -2px;
					background-image:url('../images/bg_header.jpg');
					}

.h3					{
					font-size: 13px;
					margin-bottom: -2px;
					}

					/*/*/a{}
					h1 {font-size: 130%}
					h2 {font-size: 100%}
					h3 {font-size: 100%}
					/* */ 

li					{
					list-style-image: url(../images/bullet.gif);
    				color: #000000;
  					font-weight: normal;
  					font-size: 13px;
					line-height: 1.3;
  					font-family: arial, sans-serif;
  					margin-left: -22px;
					}


a:link,
a:visited,
a:active			{
					color: #000000;
					text-decoration: underline;
        			}

a:hover				{
					color: #990000;
					text-decoration: underline;
					}



.sidenav			{
    				color: #e8b158;
  					font-size: 12px;
  					font-weight: normal;
  					font-family: verdana, tahoma;
					line-height: 1.6;
					}


a.sidenav:link,
a.sidenav:visited,
a.sidenav:active	{
    				color: #e8b158;
					text-decoration: none;
        			}

a.sidenav:hover		{
    				color: #ffffff;
					text-decoration: underline;
        			}

.blue				{
  					border-style: solid;
					border-width: 1;
  					border-color: #000000;
  					font-family: Arial, sans-serif;
  					background-color: #ffffff;
					}