*{ 	font-size:14px;
}
table,td,tr,th {
  margin:0px;
  padding:0px;
}
p {
  margin:0px;
  padding:0px;
}
xdiv{
	border:1px solid #FF00EE; 
}

body {	
	background-color:#2D6FA6;	
	background:url(img/texture.jpg);	
	margin:0px;
	padding:0px;
	text-align:left;
	height:100%
}
a:link {
	color:#0099FF;
}
a:visited {
	color:#0066CC;
}
a:hover {
	color:#000000;
}

#main {
	width:100%;
	display:block;
	text-align:center;
	height:auto;
	padding:0px;
}
#head {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:720px;
	height:360px;
}
.texture {
	background: no-repeat center top url(img/head.jpg);
}
#box{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:720px;
}
#nav {
		/* border:1px solid #FF0000; */
	width:200px 

	/* margin:0px 10px 20px 0px;*/

}
#nav ul{
	padding:0px;
	margin:0px;
}
#nav li{
	height:20px;
	display:block;
	text-align:left;
	color:#6E6E6E;
	padding:0px;
	margin:0px;
	list-style-type: none;
	border-bottom:0px solid #D4D3D1;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:15px;
	font-weight: bold;	
}
#nav a:link, #nav a:visited{
	display:block;
	padding-left:15px;
	padding-right:5px;
	text-decoration:none;
	color:#6E6E6E;
	border-bottom:1px solid #D4D3D1;
	background-image: url(img/dot2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav a:hover{
	text-decoration:none;
	color:#000000;	
	border-bottom:1px solid #000000;
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.pageTitle {
	text-align:left;
	clear:both;
	color:#ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 22px;
	letter-spacing: 2px;
	width:580px;
	margin-top:25px;
}
.page {
	/* border:1px solid #000000; */
	
	margin-top:50px;
	margin-left:15px;
	margin-right:25px;	
	margin-bottom:20px;	
	padding-left:15px;
	display:table;
	text-align:justify;
	font-family: "Trebuchet MS", Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.tableProgram{
	padding: 0px 20px 10px 13px;
	margin:0px;
	clear:both;
	background-image: url(img/tableBg.jpg);
	background-position: center top;
	background-repeat:repeat-y;
}
.tableFoot{
	margin-left:-1px;
	width:735px;
	height:20px;
	background-image: url(img/tableBgFoot.jpg);
	background-position: center bottom;
	background-repeat:repeat-y;
}
.title {
	/* border:1px solid #FF0000; */
	margin-left:-1px;	
	display:block;	
	width:735px;
	clear:both;
	color:#6C7786;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 19px;
/*	padding:10px 10px 5px 70px; */
	padding:10px 0px 5px 0px; 
	background-image: url(img/tableBgHead.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	font-weight:bold;
}
.subtitle{
	font-weight:bold;
	background-color: #A5AFB8;
	color: #000000; 
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 15px;
	padding:5px 0px 5px 25px;
	margin-left:0px;
	margin-right:0px;
}
.tableProgram table {
	width:700px;
}
.tableProgram th {
	width:100px;
	border-bottom:1px solid #D7D3C9;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 14 px;
	font-weight:normal;
	white-space: nowrap;
	border-right: 1px solid #D7D3C9;
	}
.tableProgram td{
	border-bottom:1px solid #D7D3C9;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 13px;
	padding:5px;
}
.tableProgram tr{
	/*border:1px solid #FF0000;*/
	padding:0px;
}

#foot {
	clear:both;
	height:63px;
	background-image: url(img/foot.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align:center;
}
#foot span{
	display:none;
}
.button {
	color:#FFFFFF;
	background:#6E6E6E;
	font-weight:bold;
	border:1px solid #6E6E6E;
}
input{
	color:#6E6E6E;
	background:#FFFFFF;
	border:1px solid #6E6E6E;
	font-weight:bold;
}
textarea{
  	border:1px solid #6E6E6E;
	text-align:justify;
	padding:4px 4px 4px 4px;
	font-family: "Trebuchet MS", Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

