/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	background: #000;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #670673;}

H1 {font-size: 20px;}

H2 {font-size: 18px;}

H3 {font-size: 16px;}

H4 {font-size: 14px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #670673;
text-decoration: none;}

A:visited {color: #660099;
text-decoration: none;}

A:active {color: #663399;
text-decoration: none;}

A:hover {color: #666;
text-decoration: underline;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
text-decoration: none;}

A.white:visited {color: #fff;
text-decoration: none;}

A.white:active {color: #fff;
text-decoration: none;}

A.white:hover {color: #fff;
text-decoration: underline;}

A.green:link {color: #33CC00;
text-decoration: none;
font-size: 10px;}

A.green:visited {color: #33CC00;
text-decoration: none;
font-size: 10px;}

A.green:active {color: #33CC00;
text-decoration: none;
font-size: 10px;}

A.green:hover {color: #33CC00;
text-decoration: underline;
font-size: 10px;}

.footer {font-size: 10px;}

#green_bar {background: #33CC00;
text-align: center;
padding: 6 0 2 0px;
vertical-align: tmiddle;}

.logo {margin: 10px;}

html>body .maincontent {margin-top: 10px;
margin-bottom: 10px;
padding: 0 0 0 10px;}

.maincontent {background: #fff;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;}

.leftcolumn {padding-right: 5px;}

html>body .rightcolumn {padding: 10px;}

.rightcolumn {border-left: 2px solid #000;
padding-left: 10px;
text-align: center;
background-image: url(images/bg_grey_stripe.jpg);
background-repeat: repeat-xy;}

.footertable {padding: 10px;
position: relative;}

.whitetext {color: #fff;}

.menufix {text-align: left;}

.breadcrumb {font-size: 10px;}

#black_bar {background-image: url(images/bg_black_stripe.jpg);
background-repeat: repeat-x;
height: 54px;}



