body
{
	background-color: #CECECE;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height:120%;
}

p {
	margin:7px 0px 7px 0px;
	}

a {
	color:#B28602;
	text-decoration:none;
}

a:hover {
	color:#B28602;
	text-decoration:underline;
}


a.bottomLinks {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

a.bottomLinks:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.small {
	font-size:10px;
}

.white {
	color:#FFFFFF;
	}
	
.grey {
	color:#919191;
	}
	
.darkGrey {
	color:#666666;
	}

.designby {
	color:#999999;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	}

.bottom {
	font-size:10px;
	color:#FFFFFF;
	background-color:#B28602;
	height:20px;
	}

.leftShadowTop {
	background-image:url(../images/sh_l.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	width:10px;
	}
	
.rightShadowTop {
	background-image:url(../images/sh_r.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	width:10px;
	}
.leftShadowBot {
	background-image:url(../images/sh_l.jpg);
	background-repeat:repeat-y;
	vertical-align:bottom;
	width:10px;
	}
	
.rightShadowBot {
	background-image:url(../images/sh_r.jpg);
	background-repeat:repeat-y;
	vertical-align:bottom;
	width:10px;
	}
.main {
	width:760px;
	background-color:#FFFFFF;
	vertical-align:top;
	}
	
.leftCol {
	width:192px;
	vertical-align:top;
	}
	
.sidesLeft {
	background-image:url(../images/sides.gif);
	background-repeat:repeat-y;
	}
	
.linksSection {
	background-image:url(../images/links_img.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px 70px 5px 5px;
	}
.newsSection {
	background-image:url(../images/leftcol_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:5px;
	vertical-align:top;
}

.content {
	vertical-align:top;
	padding:10px;
	}
li {
	list-style-image:url(../images/arrow.gif);
	margin:5px 0px;
	}
ul {
	margin-top:7px;
	margin-bottom:7px;
	}
.greyBgLight {
	background-color:#F3F3F3;
	}
.greyBgDark {
	background-color:#E8E8E8;
	}
.textPad {
	padding:7px;
	vertical-align:top;
	}
.border {
	border:1px solid #B28602;
	}
.borderGrey {
	border:1px solid #A3A3A3;
}
	
.sectionTitle {
	background-image:url(../images/devider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:7px;
	vertical-align:top;
	height:24px;
	}
	
h1 {
	color:#B28602;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:10px;
}

h2 {
	color:#B28602;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:0px;
}

.goldTop {
	border-top:1px solid #B28602;
	}
.goldBot {
	border-bottom:1px solid #B28602;
	}
.goldSides {
	border-left:1px solid #B28602;
	border-right:1px solid #B28602;
	}



form {
	margin:0px;
	padding:0px;
	}
.input {
	height:18px;
	font-size:10px;
	border:1px solid #666666;
	width:180px;
	}
textarea {
	font-size:10px;
	border:1px solid #666666;
	width:180px;
	}
.submit {
	background-image:url(../images/button_bg.gif);
	border:0px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	height:18px;
	width:70px;
	}