/* CSS Document */

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.border1{
	border-top: 1px solid #DDDEE0;
	border-left: 1px solid #DDDEE0;
	border-right: 1px solid #DDDEE0;
	border-bottom: 1px solid #DDDEE0;
}


#wrap {
	width: 930px;
	height:850px;
	background: url(images/bg2.jpg) repeat-y center;
	text-align: left;
}

#content-wrap {
 	border-top: 1px solid #DDDEE0;
	clear: both;
	width: 800px;
	height: 680px; 
	margin: 10px auto;
}

/* body */
body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

#header {
	width: 930px;
	position: relative;
	height: 158px;
	background: #CCC url(images/header2.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
}

#header h1#slogan {
	position: absolute;
	margin: 5px 0px 0px 180px;
	padding: 0;
	font: normal 14px 'Century Gothic', Arial, Sans-serif;
	text-transform: none;
	color: #0099FF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 73px;
	left: 49px;
	width: 396px;
}

#header h2#movetext {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #660000;
	top: 138px;
	left: 272px;
	width: 587px;
	height: 34px;

}

/* image */
img.logo {
	background: #FAFAFA;
   border: none;
	margin: 40px 40px 40px 30px; 
	
}


/* start - table */
table {
	background-color: #FFFFFF;	
}

.tableposition{
margin: 30px 0 0 20px;
}

td {
	color:#CC0000;
	font-family: "bold Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

td.first{
border-top: 1px solid #DDDEE0;}

td.second{
border-left:1px solid #DDDEE0;}

th {
	padding-left: 0px;
	padding-right: 5px;
	color: #CC0000;
}


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	margin: -10px 0 0 0;
	width: 930px;
	height: 130px;
	text-align: center;	
	font-size: 92%;	
}
.styleBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #FF6600;
}
.border2 {
	border: 1.5px solid #666666;
}
.style15 {
	font-size: 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style41 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.border1Copy {
	border: 1pt solid #999999;
}
