a.terms{
	color: #CCC;
	text-decoration:none;
}

a.terms:hover{
	color: #fff;
	text-decoration:underline;
}

a.krpLink,
a.krpLink:visited
{
	text-decoration: none;
	color: #f76707;
}

a.krpLink:hover
{
	text-decoration: underline;
	color: #f76707;
}

a#aboutPage:hover{
	background-image: url(../images/aboutUsHL.png);
}

a.white, a.white:visited{
	color: #ccc;
	text-decoration: none;
}

a.white:hover
{
	color: #fff;
	text-decoration: underline;
}

h2,h3{
	color: #9b9b9b;
}

h4, h5{
	padding-left: 5px;
	color: #000;
	background-image: url(../images/headerBG.jpg);
	background-repeat:repeat-x;
}

/*Template Divs*/
body{
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	margin: 0px 8px 8px 8px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
}
#mainContainer{
	margin-left:auto;
	margin-right:auto;	
	width: 850px;
}

#banner{
	height: 150px;
	background-image: url(../images/banner.png);
	/*background-color: #414141;*/
}

#menuBG{
	position: relative;
	background-image: url(../images/menuBG.png);
	width: 850px;
	height: 40px;
}

#menuFlash{
	position: absolute;
	left: 25px;
	width: 800px;
	height: 40px;
}

#content{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 5px 38px;
	width: 850px;
	background-image: url(../images/contentMiddleBG.png);
	background-repeat:repeat-y;
}

#contentText{
	color: #fff;
	width: 774px;
}

#contentBottom{
	height: 26px;
	background-image: url(../images/contentBottomBG.png);
}

#terms{
	font-size:9px;
	color: #ccc;
	margin: 5px 0px 0px 345px;
}
/*End of Template Divs*/

/*Home Page*/
p.silver{
	background-color: #333;
	color: #fff;
}
ul{
	margin: 16px 0px 16px 0px;
	padding: 0px 0px 0px 40px;
}

li{
	padding: 0px;
	margin: 0px;
}

#thesis{
	height: 830px;
}

#thesisLeftCol{
	float:left;
	height: 230px;
	width: 474px;
}

#thesisRightCol{
	float:right;
	height: 540px;
	width: 300px;
	background-image: url(../images/stat.png);
}

#testimonial{
	position: relative;
	height: 120px;
}

#testimonialContentPreview{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;	
	background-color: #575757;
	display: block;
	padding: 10px 0px 10px 10px;
}

#testimonialContent{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;	
	background-color: #575757;
	display:none;
	padding: 10px 0px 10px 10px;
}

a.testLink,
a.testLink:visited{
	cursor:pointer;
	color: #fff;
}

a.testLink:hover{
	text-decoration:underline;
	color: #fff;
}

p#test{
	margin: 10px 0px 0px 10px;
}

#quote{
	position: absolute;
	top: -30px;
	left: -11px;
	font-size:70px;
}

#closure{
	padding: 10px 0px 0px 0px;
	height: 505px;
	border-bottom: 1px dotted #ccc;	
}

#safe{
	height: 300px;
	background: #6b6b6b;
}

/*End of Home Page*/

/*KRP Page*/
img#krpBanner{
	margin: 0px 0px 10px 25px;
	border: 1px solid #ccc;
}
/*End of KRP Page*/