@charset "utf-8";
/* CSS Document */
/*****************************************************************/
/* Global                                         		 		 */
/*****************************************************************/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
	background:#eee;
	text-align:center;
}
.clearer {
    clear:both;	
}
a {
	cursor:pointer;
}
a:hover {
	cursor:pointer;
}
/*****************************************************************/
/* Wrapper										 		 		 */
/*****************************************************************/
.wrapper {
	width:980px;
	margin:0 auto;
	background:url(../images/golf-ball.jpg) no-repeat 0 250px #FFFFFF;
	text-align:center;
}
/*****************************************************************/
/* Header										 	 		 */
/*****************************************************************/
.header {
	float:left;
	width:100%;
	height:250px;
}
/*****************************************************************/
/* Status 								 	 	 		 		 */
/*****************************************************************/
.status {
	float:left;
	width:96%;
	margin:0 2% 1.2em 2%;
	text-align:right;
}
.status p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
}
.status a {
	color:#ce830e;
}
/*****************************************************************/
/* Content 								 	 	 		 		 */
/*****************************************************************/
.content {
	float:left;
	text-align:left;
	min-height:460px;
}
#content_without_column {
	width:785px;
	margin:0 15px 0 0;
}
#content_with_column {
	width:535px;
}
.content h1 {
	margin:0 0 0.5em 0;
	font-family:"Times New Roman", Times, serif;
	font-stretch:expanded;
	font-size:1.3em;
	color:#ce830e;
	text-align:left;
}
.content h2 {
	margin:1em 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-stretch:expanded;
	font-size:1.2em;
	color:#ce830e;
	text-align:left;
}
.content h3 {
	margin:1em 0 0.5em 0;
	font-family:"Times New Roman", Times, serif;
	font-stretch:expanded;
	font-size:1.3em;
	color:#2c66a1;
	text-align:left;
}
.content p {
	margin:0.5em 0 1em 0;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:550;
	text-align:left;
	color:#000000;
}
.content p.alignRight {
	text-align:right;	
}
.content p.alignCenter {
	text-align:center;
}
.content ul {
	margin-bottom:2em;
}
.content li {
	margin:1em 3em 1em 3em;
	line-height:20px;
	list-style:square;
	text-align:left;
}
.content a {
	color:#2c66a1;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}
.content div.textBox {
	float:left;
	margin:0 0 0.5em 0;
}
/*****************************************************************/
/* COLUMN							 	 	 		             */
/*****************************************************************/
.column {
	float:left;
	min-height:460px;
}
.column h3 {
	margin:1em 0 1em 0;
	font-family:"Times New Roman", Times, serif;
	font-stretch:expanded;
	font-size:1em;
	color:#ce830e;
	text-align:center;
}
#col_left {
	width:180px;
}
#col_right {
	margin:0 15px 0 0;
	width:250px;
}
/*****************************************************************/
/* COLUMN TEXT BOX							 	 	 		     */
/*****************************************************************/
.column div.textBox {
	float:right;
	width:230px;
	margin:0;
	background:url(../images/text-box-bg.gif) repeat-y center center;
}
.column div.textBox p {
	margin:0 1.3em 0.5em 1.7em;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	color:#000000;
}
.column div.textBox li {
	margin:0 1.3em 0 3.5em;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	color:#000000;
}
.column div.textBox div.textBoxHead {
	float:left;
	width:100%;
	background:url(../images/text-box-head.gif) no-repeat center top;
}
.column div.textBox div.textBoxMain {
	float:left;
	width:100%;
}
.column div.textBox div.textBoxFoot {
	float:left;
	width:100%;
	background:url(../images/text-box-foot.gif) no-repeat center bottom;
}
/*****************************************************************/
/*Footer									     			     */
/*****************************************************************/
.footer {
	float:left;
	height:3em;
	width:100%;
	margin:1em 0 0 0;
	text-align:center;
	clear:both;
}
.footer p {
	margin:0 0 0 0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#2c66a1;
	text-align:center;	
}
.footer a {
	color:#ce830e;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}