/* Start of CMSMS style sheet 'Theme' */
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: #ffffff;
	background-color: #969684;
	margin: 0px;
	padding: 0px;
}

.PageBkg{
	background-image: url(../uploads/images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.FooterBkg{
	background-image: url(../uploads/images/footer-bkg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

input, textarea{
	color: #000000;
	background-color: #E4E4E4;
	padding: 3px;
	border: 1px solid #000000;
}

#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;
	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;
}

.DottedLineHorizontal{
	background-image: url(../uploads/images/dotted_live_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLineVertical{
	background-image: url(../uploads/images/dotted_live_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

h1/*Title*/{
	font-size: 24px;
	font-weight: bold;
	color: #F5EADA;
	line-height: 1.5em;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../uploads/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 42px;
margin-top:0px; padding-top:0px;
}

h1 a:link/*Title*/{
	font-size: 24px;
	font-weight: bold;
	color: #F5EADA;
	line-height: 1.5em;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../uploads/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 42px;
	text-decoration:underline;
margin-top:0px; padding-top:0px;
}

.Title{
	font-size: 24px;
	font-weight: bold;
	color: #F5EADA;
	line-height: 1.5em;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../uploads/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 42px;
}

h2 /*TitleInner*/{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../uploads/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 42px;
margin-top:0px; padding-top:0px;
}

h3 /*LargeTextInner*/
{	font-size: 16px;
	font-weight: bold;
	color:#000000;
margin-top:0px; padding-top:0px;
}

h3 a:link /*LargeTextInner*/
{	font-size: 16px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.TitleInner{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../uploads/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 42px;
}

.InnerText{
	color: #000000;
}

h4/*Inner Text*/{
	color: #000000;
	font-size: large;
	line-height:1.5em;

}

a.SubNaviLink{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.SubNaviLink:Hover{
	color: #FFFFCC;
}
a.NormalLink{
	color: #ffffff;
}
a.NormalLink:Hover{
	color: #000000;
}
a.WhiteLink{
	color: #CCCCCC;
}
a.WhiteLink:Hover{
	color: #ffffff;
}
a.BlackLink{
	color: #000000;
}
a.BlackLink:Hover{
	color: #333333;
}
a.FooterLink{
	color: #969684;
}
a.FooterLink:hover{
	color: #ffffff;
}

input, textarea{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}

.LargeText{
	font-size: 16px;
	font-weight: bold;
}


	
	
.LargeTextInner{
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
.FooterText{
	color: #969684;
}

.contactform td {
	color: #000000;
}
.HeaderBorder{
	border: 10px solid #242424;
}
.ImageBorderWhite{
	border: 4px solid #ffffff;
}

/* End of 'Theme' */

