body
{
	background-color: #B5A570;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

b
{
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}

em
{
	color: #892100;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}


table#maintext
{
	font-size: 12px;
	line-height: 20px;
	color: #00;
	text-decoration: none;
	border-right: #300;
	border-bottom: #300;
	border-left: #300;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	width: 968px;
	background-image: url(images/global_bg_gradient.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

td#maintext { padding: 25px 25px 25px 100px; }

table#bullets
{
	font-size: 12px;
	line-height: 20px;
	color: #00;
	text-decoration: none;
}

.intro
{
	color: #892100;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

table#email
{
	color: #64453B;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	vertical-align: middle;
	text-transform: inherit;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	border-color: #300;
	border-width: 1px;
	border-style: dotted;
}



/* MAIN NAVIGATION Links */
td#nav a
{
	display: block;
	font-family: Georgia, Palantino, Times, serif;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #892100;
	background-color: transparent;
	text-decoration: none;
}

td#nav a:visited
{
	color: #892100;
	background-color: transparent;
	text-decoration: none;
}

td#nav a:hover
{
	color: #300;
	background-color: #F7BE52;
}

td#nav a:active
{
	color: #300;
	text-decoration: none;
}


td#on
{
	font-family: Georgia, Palantino, Times, serif;
	font-size: 11px;
	color: #300;
	font-weight: bold;
	text-align: center;
	text-transform: inherit;
	background-color: #F7BE52;
	text-decoration: none;
}

/* SUB NAVIGATION Links */

table#subnav
{
	border-width: 1px;
	border-style: solid;
	border-color: #300;
	margin: 0 0 0 100px;
	padding: 0 5px 0 5px;
	background-color: #F6E4AE;
}

td#subnav a
{
	font-family: Georgia, Palantino, Times, serif;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #892100;
	background-color: transparent;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

td#subnav a:visited
{
	color: #892100;
	background-color: transparent;
	text-decoration: none;
}

td#subnav a:hover
{
	color: #300;
}

td#subnav a:active { color: #300; }

td#subnav_on
{
	font-family: Georgia, Palantino, Times, serif;
	font-size: 9px;
	line-height: 16px;
	color: #300;
	font-weight: normal;
	text-align: center;
	text-transform: inherit;
	background-color: transparent;
	text-decoration: underline;
	padding: 3px 5px 3px 5px;
}

/* Image Thumbnail Links */
table#mediakit
{
	text-align: center;
	font-size: 9px;
}

img#mediakit
{
	margin: 0 10px 5px 10px;
	border-color: #300;
	border-width: 1px;
	border-style: solid;
}

a#mediakit :hover
{
	border-color: #963;
	border-width: 1px;
	border-style: dashed;
}


/* GENERAL Links */
a
{
	color: #300;
}

a:visited { color: #963 }
a:hover { color: #C03; }
a:active { color: #C03; }


/* Making two columns */

div.columns {
        overflow: hidden;
        width: 55%;
}

div.left {
        width: 50%;
        float: left;
}

div.right {
        width: 50%;
        float: right;
}
