/* Main Formatting */

body { 
  margin: 0; 
  padding: 0; 
  text-align: center;  
  background-color: #f2f2f2;
  background-image:url(../images/background.jpg);
  background-position:top;
  background-repeat:repeat-x;
}
  
div { 
  margin: 0; 
  padding: 0; 
  text-align: left; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; 
  font-weight: normal; 
  color: #666666;
}

h1 {
	color: #57638b;
	font-weight:bold;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
}

a { color: #006699; }

/* Main Layout */

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
}

#innerwrap {
	width: 705px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#contentwrap {
	width: 705px;
	height: auto;
	border: 1px solid #cccccc;
	background-image: url(../images/leftcol_border.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#contentwrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#banner {
	width: 685px;
	height: 170px; 
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 10px solid #fff;
}

/* Left Column & Sub Navigation */

#leftcol {
	width: 190px;
	/*height: 300px;*/
	top: 0px;
	left: 0px;
	float: left;
	color:#666666;
	text-align: center;
	
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 30px;
	padding-bottom: 15px;
	
	background-image: url(../images/ball_watermark.jpg);
	background-position: 0 50px;
	background-repeat: no-repeat;
}

/* Main Content */

#contentmain {
	width: 405px;
	height: auto;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	right: 0px;
	margin-left: 245px;
	top: 0px;
}

#contentmain p {
	line-height: 20px;
}

/* Top Navigation */

#topbar {
	text-align: right;
	margin-top: 20px;
	color: #999999;
	font-size: 12px;
	
	width: 705px;
	height: 80px;
	text-align: right;
	padding-bottom: 10px;
}

#topnav {
	padding-top: 63px;
	text-align: right;
}

#topnav a {
	color: #666666;
	text-decoration: none;
}

#topnav a:hover {
	color: #993333;
	text-decoration: none;
}

/* Custom Classes*/

#button1 {
	width: 190px; 
	height: 30px; 
	border: 1px solid #ccc; 
	background-color:#57638b; 
	padding-top: 15px; 
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-weight:bold;
}

#button1:hover {
	background-color:#6f7aa2; 
}

#button2 {
	width: 190px; 
	height: 30px; 
	border: 1px solid #ccc; 
	background-color:#993434; 
	padding-top: 15px; 
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-weight:bold;
}

#button2:hover {
	background-color:#b24f4f; 
}

#button3 {
	width: 190px; 
	height: 30px; 
	border: 1px solid #ccc; 
	background-color:#909c4a; 
	padding-top: 15px; 
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-weight:bold;
}

#button3:hover {
	background-color:#abb669; 
}

.sidelogo {
	margin-top:20px;
}

.thumb {
	border: 1px solid #cccccc;
	margin-right: 10px;
	margin-top: 12px;
}

.thumb:hover {
	border: 1px solid #993333;
}

.smalltext {
	font-size: 11px;
}

