/* Start of CMSMS style sheet 'Theme' */
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #878F8B;
	background-color: #727D76;
	margin: 0px;
	padding: 0px;
	background-image: url(../uploads/images/bkg.jpg);
	background-repeat: repeat-x;
}

#Header{
	width: 950px;
	background-image: url(../uploads/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
}

#Navigation{
	width: 950px;
	background-color: #000000;a
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

#Content{
	background-color: #ffffff;
	padding: 20px;
}

#Footer{
	width: 950px;
	background-color: #000000;
	color: #cccccc;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

.DottedLiveHorizontal{
	background-image: url(../uploads/images/dotted_live_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLiveVertical{
	background-image: url(../uploads/images/dotted_live_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.Title{
	font-size: 18px;
	font-weight: bold;
	color: #727D76;
	line-height: 1.5em;
}

a.NormalLink{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
a.NormalLink:Hover{
	color: #ECCC4E;
}

a.EmailLink{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a.EmailLink:Hover{
	color: #ECCC4E;
}

a.FooterLink{
	color: #ECCC4E;
}
a.FooterLink:hover{
	color: #999;
}

.FooterText{
	font-size: 11px;
	color: #999999;
}

.WhiteTextLarge{
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2em;
}

.TextLarge{
	font-size: 20px;
	font-weight: bold;
	color: #A0BD6D;
	line-height: 1.2em;
}

.TextLargeNormal{
	font-size: 16px;
	font-weight: bold;
	color: #A0BD6D;
	line-height: 1.2em;
}
.WhiteText{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

input, textarea{
	color: #000000;
	background-color: #E4E4E4;
	padding: 3px;
	border: 1px solid #000000;
}
.BlackText{
	color: #000000;
	font-size: 14px;
}

.BlackTextSmall{
	color: #34383C;
	font-size: 11px;
}

.TextBorder{
	border: 1px solid #414A45;
	padding: 20px;
}
.TextBorderLeft{
	padding: 20px;
	background-color: #414A45;
}

.ImageBorder{
	border: 4px solid #34383C;
}
/* End of 'Theme' */

