/* CSS Document */

BODY,body {
	background-image:       url("images/bg.gif");
        font-family:            verdana, sans-serif;
        font-size:              12px;
        font-style:             normal;
        line-height:            18px;
        color:                  #000000;
        background-color:       #cccccc;
        margin-top:             5px;
        margin-left:            5px;
        margin-right:           5px;
        margin-bottom:          5px;
}

TD,td {
        font-family:            verdana, sans-serif;
        font-size:              12px;
        font-style:             normal;
        line-height:            18px;
}

div.container{ margin:0px auto 0px auto; padding:0px; width:100%; text-align:center; background: #FFFFFF; }
div.content{ margin:0px auto 0px auto; padding:0px; text-align:left; background: #FFFFFF; }

A,a:link                        { font-family: verdana, sans-serif; font-size: 12px; color: #003399; text-decoration: underline; font-weight: normal; }
A,a:visited                     { font-family: verdana, sans-serif; font-size: 12px; color: #003399; text-decoration: underline; font-weight: normal; }
A,a:active                      { font-family: verdana, sans-serif; font-size: 12px; color: #0066FF; text-decoration: none; font-weight: normal; }
A,a:hover                       { font-family: verdana, sans-serif; font-size: 12px; color: #0066FF; text-decoration: none; font-weight: normal; }

A,a.toplink:link	{ font-family: arial, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
A,a.toplink:visited	{ font-family: arial, sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
A,a.toplink:active	{ font-family: arial, sans-serif; font-size: 14px; color: #CCFFFF; text-decoration: none; font-weight: bold; }
A,a.toplink:hover	{ font-family: arial, sans-serif; font-size: 14px; color: #CCFFFF; text-decoration: none; font-weight: bold; }

A,a.subnavi:link	{ font-family: arial, sans-serif; font-size: 14px; color: #747E8D; text-decoration: none; font-weight: bold; }
A,a.subnavi:visited	{ font-family: arial, sans-serif; font-size: 14px; color: #747E8D; text-decoration: none; font-weight: bold; }
A,a.subnavi:active	{ font-family: arial, sans-serif; font-size: 14px; color: #5A6370; text-decoration: none; font-weight: bold; }
A,a.subnavi:hover	{ font-family: arial, sans-serif; font-size: 14px; color: #5A6370; text-decoration: none; font-weight: bold; }

A,a.biglink:link                { font-family: verdana, sans-serif; font-size: 12px; color: #003399; text-decoration: underline; font-weight: bold; }
A,a.biglink:visited             { font-family: verdana, sans-serif; font-size: 12px; color: #003399; text-decoration: underline; font-weight: bold; }
A,a.biglink:active              { font-family: verdana, sans-serif; font-size: 12px; color: #0066FF; text-decoration: none; font-weight: bold; }
A,a.biglink:hover               { font-family: verdana, sans-serif; font-size: 12px; color: #0066FF; text-decoration: none; font-weight: bold; }

A,a.cheader:link        { font-family: helvetica, sans-serif; font-size: 14px; color: #cccccc; text-decoration: none; font-weight: normal; }
A,a.cheader:visited     { font-family: helvetica, sans-serif; font-size: 14px; color: #cccccc; text-decoration: none; font-weight: normal; }
A,a.cheader:active      { font-family: helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration: none; font-weight: normal; }
A,a.cheader:hover       { font-family: helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration: none; font-weight: normal; }


/* Navigation Leftside */

#leftnavmenu {
	top: 5px;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leftnavmenu a {
	width: 145px;
	display: block;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
        text-align: left;
	text-decoration: none;
	margin: 3px 0px 0px 0px;
	background-color: #502e3e;
	padding: 3px 6px 3px 6px;
}
#leftnavmenu a.visited {
        background-color: #962000;
}
#leftnavmenu a.lin { 
	background-color: #962000; 
}
#leftnavmenu a:active { 
        background-color: #962000;
	color: #fcf8d8; 
}
#leftnavmenu a:hover { 
        background-color: #962000;
	color: #fcf8d8; 
}

/* Subnavigation */

ul#subnav {
	list-style:	url("/images/greyArrow.gif");
	margin-left:	10px;
	padding-left:	10px;
}

ul#subnav li {
	margin-left:	2px;
	padding-left:	2px;
	font-family:	helvetica, sans-serif;
	font-size:	14px;
	font-style:	normal;
	line-height:	20px;
}

ul#subnav li div {
	padding:	0px;
}

ul#subnav li div a {
	display:	block;
}

ul#subnav li div a:hover {
	background-color:	#CCFFFF;
}

ul#smallnav {
        list-style:     url("/images/blueArrow.gif");
        margin-left:    10px;
        padding-left:   10px;
}

ul#smallnav li {
        margin-left:    2px;
        padding-left:   2px;
        font-family:    verdana, sans-serif;
	font-size:	12px;
        font-style:     normal;
        line-height:    20px;
	font-weight:	normal;
}

ul#smallnav li div {
        padding:        0px;
}

ul#smallnav li div a {
        display:        block;
}

ul#smallnav li div a:hover {
        background-color:       #0066FF;
}


/* Headers */

H1,h1 {
        font-family:    verdana, sans-serif;
        font-size:      16px;
        font-weight:    bold;
        color:          #7c171d;
        line-height:    20px;
}


H2,h2 {
        font-family:    verdana, sans-serif;
        font-size:      15px;
        font-weight:    bold;
        color:          #7c171d;
        line-height:    18px;
}


H3,h3 {
	font-family:	verdana, sans-serif;
	font-size:	14px;
	font-weight:	bold;
	color:		#8b373c;
        line-height:    16px;
}
