/* sets propertys on the body of the website */
body{
background-color:#FFFFF2;
background-image:url('Media/gradientBG.png');
background-repeat:repeat-x;
background-attachment:fixed;}



/* sets propertys on the generic text block class */
.TextBlock{
vertical-align:text-top;
background-color:white;
background-repeat:no-repeat;
background-position:right bottom;
padding: 15px;
width:840px;
-moz-box-shadow: 2px 2px 2px #000;
-moz-border-radius: 5px;
-webkit-box-shadow: 2px 2px 2px #000;
-webkit-border-radius: 5px;
box-shadow: 2px 2px 2px #000;
border-radius: 5px;}

.iconcell{
width: 180px;
height: 180px;
background-color:white;
background-repeat:no-repeat;
background-position:center top;}

.bgcell{
background-color:white;
background-repeat:no-repeat;
background-position:center top;}

.bgcellbig{
background-color:white;
background-repeat:no-repeat;
background-position:right bottom;} 



/* sets propertys of the text classes */
.heading{
font-family:arial;
text-align:center;
color:#fc6208;
font-size:20px;}

.headingblack{
font-family:arial;
text-align:center;
color:black;
font-size:20px;}

.bodytext{
font-family:arial;
font-size:14px;
text-align:justify;}

.centeredtext{
font-family:arial;
font-size:14px;
text-align:center;}

.QuotedText{
font-family:arial;
font-size:14px;
font-style:italic;}

/* sets the styles of the links in the page */
a:link {color:black;
font-family:arial;
text-decoration:none;
border-style: none;
outline: none;}
a:visited {color:black;
font-family:arial;
text-decoration:none;
border-style: none;
outline: none;}