/* Start of CMSMS style sheet 'Theme' */
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	background-color: #061E40;
	margin: 0px;
	padding: 0px;
	background-image: url(../uploads/images/bkg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

input, textarea{
	color: #000000;
	background-color: #E4E4E4;
	padding: 3px;
	border: 1px solid #000000;
}

#Header{
	width: 950px;
	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;
}

.Title{
	font-size: 26px;
	font-weight: normal;
	color: #6699FF;
	line-height: 1.5em;
	display: block;
}

a{
	color: #6699FF;
}
a:Hover{
	color: #fff;
}
a.FooterLink{
	color: #fff;
}
a.FooterLink:hover{
	color: #6699FF;
}

input, textarea{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}

.LargeText{
	font-size: 16px;
	font-weight: normal;
	color: #6699FF;
}
.FooterText{
	color: #FFFFFF;
}
/* End of 'Theme' */

