/*********************************************
**              PAGE ELEMENTS               **
*********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#800303;
	color:#ffffff;
	margin: 0px;
}

p {
	margin:0px;
}

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

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

/*********************************************
**                  Classes                 **
*********************************************/

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : 700;
	color: #ffffff;
}

	
.thumbs {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : 700;
	color: #273082;
	letter-spacing: 1px;
	}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : 900;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
}

.java {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.copySmall {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #ffffff;

}

.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #ffffff;

}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #ffffff;

}

.leftBG {
	background-image: url("../images/left_side.jpg");
  background-position: 1px 0px;
   background-repeat: no-repeat;
}

.rightBG {
	background-image: url("../images/right_side.jpg");
   background-position: 0px 0px;
   background-repeat: no-repeat;
}

.leftBG_bio {
	background-image: url("../images/left_side_bio.jpg");
  background-position: 1px 0px;
   background-repeat: no-repeat;
}

.rightBG_bio {
	background-image: url("../images/right_side_bio.jpg");
   background-position: 0px 0px;
   background-repeat: no-repeat;
}


.thumbout {
	border : 1px solid #000000;
}

.thumbover {
	border : 1px solid #ffbf1f;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
}

/*********************************************
**                   Links                  **
*********************************************/

a:link {
	color: #ffbf1f;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffbf1f;
	text-decoration: underline;
}

a:hover {
	color: #FFDE00;
	text-decoration: underline;
}
