body {
	margin: 0px;
	padding: 0px;
	background-color: #353535;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}

A {
	color: #44681A;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	background-color: #E8F0CF;
	background-image: url(images/pgbackground.gif);
	width: 100%;
	overflow: auto;
}

#left {
	padding-top: 40px;
	width: 302px;
	background-color: #E6F6B4;
	float: left;
}

#logo {
	background-image: url(images/prismlogo.gif);
	background-repeat: no-repeat;
	width: 302px;
	height: 42px;
	position: relative;
}

#leftlinks {
	margin-top: 50px;
	width: 100%;
	position: relative;
}

#leftlinks TD {
	padding: 10px 60px;
}

#leftlinks .link{
/*	background-image: url(images/list_doublearrows.gif);
	background-repeat: no-repeat;
	background-position: 0 1.2em;*/
	padding-left: 50px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#leftlinks TD {
	background-image: url(images/td_background.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

#ringimg {
	margin-top: 80px;
	padding-bottom: 120px;
	width: 239px;
	height: 239px;
	background-image: url(images/ringimg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#rightcontent {
	padding-top: 40px;
	padding-left: 20px;
	float: left;
	width: 550px;
	line-height: 20px;
}

#award {
	width: 100%;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-left: 100px;
	background-image: url(images/knot.jpg);
	background-repeat: no-repeat;
	line-height: normal;
	color: #44681A;
}

.boldgreenheadings {
	font-weight: bold;
	color: #44681A;
}

.textfields {
	width: 200px;
}

.button {
	border: 1px solid #385A10;
	color: #385A10;
	font-weight: bold;
	font-size: 11px;
	background-color: #A7D474;
	padding: 6px 10px;
}

ol li {
	margin-bottom: 15px;
}

ul li {
	margin-bottom: 10px;
}

.questions {
	font-weight: bold;
	color: #44681A;	
}

#packages ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#packages TD {
	padding: 15px 20px;
	vertical-align: top;
}

#scripts TD {
	padding: 15px 0px;
	vertical-align: top;
}

#portfolio {
	width: 120%;
	height: 260px;
	overflow: auto;
}

td.paddingleft {
	padding-left: 12px;
}

#footer {
	clear: both;
	float: left;
	margin-top: 40px;
	padding: 20px;
	font-size: 11px;
	background-color: #44681A;
	color: #FFFFFF;
	width:960px;
}

#footer A {
	color: #FFFFFF;
	text-decoration: none;
}

h4 {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #44681A;	
	text-align: center;
}
.strikethrough {
	text-decoration:line-through;
}
.bigred {
	color:#FF0000;
	font-size: 20px;
}