/* GLOBAL TEMPLATE STYLES */
body {
	margin: 0px;
	padding: 0px;
	background-color: #6F0039;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

div > p {
	margin-top: 0px;
}
img {
	border: 0px;
}
h1 {
	color: #663399;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
}
h2 {
	color: #9C1A5D;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
}

.testimonial {
	color: #663399;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

/* COMMON REUSABLE STYLES */
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
}
.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	border: 3px solid #FFFFFF;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 3px;
}
.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	border: 3px solid #FFFFFF;
}
.bold {
	font-weight: bold;
	color: #6C3F8F;
}
.italic {
	font-style: italic;
}
.normal {
	font-style: normal;
	font-weight: normal;
}
.bg-black {
	background-color: black;
}
.bg-white {
	background-color: white;
}
.allcap {
	text-transform: uppercase;
}


/* COLOR STYLES */
.darkblue {
	color: #003366;
}
.brown {
	color: #A56028;
}
.beige {
	color: #FFCC99;
}
.darkgreen {
	color: #336633;
}
.green {
	color: #B2D46F;
}
.lightgreen {
	color: #9CC661;
}


/* GLOBAL LINK STYLE */
a:link {
	color: #339900;
	text-decoration: underline;

}
a:visited {
	color: #339900;
	text-decoration: underline;
}
a:active {
	color: #339900;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}



/* TEMPLATE STYLES */
.master {
	background-color: #7AD3F7;
	width: 769px;
	margin: auto;
	padding: 0px;
}

.rightColumn {
	margin: 0px;
	padding: 0px;
	width: 225px;
	float: right;
}

.box {
	padding: 0px;
	width: 173px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}

.box a:link {
	color: #FFFFFF;
	text-decoration: none;	
}
.box a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.box a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.box a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

.box p {
	padding: 0px;
	margin: 0px;
}

.boxContent_green {
	width: 143px;
	margin: 0px;
	background-image: url(images/box_green_back.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

.boxContent_green h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFF33;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: normal;
}

.boxContent_green h1 a:link {
	color: #FFFF33;
	text-decoration: none;
}
.boxContent_green h1 a:visited {
	color: #FFFF33;
	text-decoration: none;
}
.boxContent_green h1 a:active {
	color: #FFFF33;
	text-decoration: none;
}
.boxContent_green h1 a:hover {
	color: #FFFF33;
	text-decoration: none;
}

.boxContent_purple {
	width: 143px;
	margin: 0px;
	background-image: url(images/box_purple_back.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

.boxContent_purple h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #66FFFF;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: normal;
}

.boxContent_purple h1 a:link {
	color: #66FFFF;
	text-decoration: none;
}
.boxContent_purple h1 a:visited {
	color: #66FFFF;
	text-decoration: none;
}
.boxContent_purple h1 a:active {
	color: #66FFFF;
	text-decoration: none;
}
.boxContent_purple h1 a:hover {
	color: #66FFFF;
	text-decoration: none;
}

.boxContent_yellow {
	width: 143px;
	margin: 0px;
	background-image: url(images/box_yellow_back.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

.boxContent_yellow h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #339900;
	margin: 0px;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
}

.boxContent_yellow h1 a:link {
	color: #339900;
	text-decoration: none;
}
.boxContent_yellow h1 a:visited {
	color: #339900;
	text-decoration: none;
}
.boxContent_yellow h1 a:active {
	color: #339900;
	text-decoration: none;
}
.boxContent_yellow h1 a:hover {
	color: #339900;
	text-decoration: none;
}

.boxContent_pink {
	width: 143px;
	margin: 0px;
	background-image: url(images/box_pink_back.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

.boxContent_pink h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFF66;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: normal;
}

.boxContent_pink h1 a:link {
	color: #FFFF66;
	text-decoration: none;
}
.boxContent_pink h1 a:visited {
	color: #FFFF66;
	text-decoration: none;
}
.boxContent_pink h1 a:active {
	color: #FFFF66;
	text-decoration: none;
}
.boxContent_pink h1 a:hover {
	color: #FFFF66;
	text-decoration: none;
}

.leftColumn {
	margin: 0px;
	padding: 0px;
	width: 544px;
	float: left;
}

.content {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 29px;
}

/* SUBPAGE TEMPLATE STYLES */

.subHeader {
	width: 769px;
	margin: 0px;
	padding: 0px;
}

.subContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 118px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.footer {
	background-color: #CDCD97;
	padding: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 769px;
}
.footerContent {
	color: #666633;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footer a {
	padding: 0px 3px;
}
.footer a:link {
	color: #666633;
font-size: 11px;
	text-decoration: underline;
}
.footer a:visited {
	color: #666633;
font-size: 11px;
	text-decoration: underline;
}
.footer a:active {
	color: #666633;
font-size: 11px;
	text-decoration: underline;
}
.footer a:hover {
	color: #CC6600;
font-size: 11px;
	text-decoration: underline;
}