/* 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: #0D0D27;
	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: #1F1802;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

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: #3333CC;
text-decoration: none;}

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

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

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

/* Below is specific to DOMAIN NAME pages */

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

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

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

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

.white {color: #fff;}

.breadcrumb {font-size: 10px;}

.main {margin-top: 20px;}

.main_bg {background-image: url(images/bg_parchment.jpg);
background-repeat: repeat;}

.top_tile {background-image: url(images/tile_top.gif);
background-repeat: repeat-x;}

.top_ads {margin-top: 70px;
margin-right: 10px;}

.left_tile {background-image: url(images/tile_left.gif);
background-repeat: repeat-y;}

.nav_tile {background-image: url(images/nav_tile.gif);
background-repeat: repeat-y;}

.nav {margin-left: 20px}

.right_tile {background-image: url(images/tile_right.gif);
background-repeat: repeat-y;}

.ads_tile {background-image: url(images/ads_tile.gif);
background-repeat: repeat-y;}

.side_ads {margin-left: 24px;}

.content {padding: 0 20 20 20px;}

.footer_tile {background-image: url(images/tile_footer.gif);
background-repeat: repeat-x;}

.photo {border: 2px solid #1F1802;}

.pagebanner {margin-left: 10px;}


