@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body{
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:top;
}

p{
line-height: 1.5em;
padding:0 2px 0 2px;
text-align: justify;
font-size:12px;
color:#525252;
}

.bold {
	font-weight: bold;
}

#page{
margin: 0 auto;
width:978px;
height:698px;
}

/********************************************/

/* Top Nav */

#topnav{
margin-top:9px;
margin-left:9px;
width:958px;
height:26px;
}
#topnav h1{
font-size:12px;
color:#525252;
}

#topnav a:link {
	text-decoration: none;
	color: #525252;
}
#topnav a:visited {
	text-decoration: none;
	color: #525252;
}
#topnav a:hover {
	text-decoration: none;
	color: #0092C8;
}
#topnav a:active {
	text-decoration: none;
	color: #525252;
}

/********************************************/

#logo{
margin-left:9px;
background-image:url(../images/logo.gif);
width:958px;
height:157px;
}

/********************************************/

#header{
margin-left:0px;
width:958px;
height:267px;
}


#leftForm{
position:relative;
float:left;
background:url(../images/left-back.jpg) no-repeat top left;
width:277px;
height:267px;

}
#rightSidebar{
float:left;
width:681px;
height:267px;
}
#mainpage{
background-image: url(../images/mainpictue.gif);
margin-top:5px;
width:681px;
height:228px;
}


/********************************************/

/* Nav */

#nav{}

#nav h1{
font-size:12px;
color:#FFFFFF;
text-align:center;
}

#nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #0092C8;
}
#nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}




/********************************************/


#form{
}
#form h1{
font-size:12px;
color:#0092c8;
text-transform:capitalize;
margin: 15px 15px 0 15px;
}
#form p{
font-size:11px;
color:#525252;
margin:0;
padding:0;
}

#form input{
height:14px;
}

/********************************************/


#body{

}
#arrowBackground{
width:238px;
height:33px;
background-image:url(images/back-table.gif);
float:left;
}

#arrowBackground h1{
	font-size:12px;
	text-transform:capitalize;
	color:#333333;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 5px;
}

#arrowBackground h2{
font-size:12px;
text-transform:capitalize;
color:#333333;
font-weight:bold;
margin:5px 5px 0 5px;
}

/********************************************/

/* inner table */

#innertable{
	float:left;
	background-image: url(images/back-table.jpg);
	height: 33px;
	width: 300px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#innertable h1{
	font-size:14px;
	text-transform:capitalize;
	color:#333333;
	margin-right: 5px;
	margin-bottom: 10;
	margin-left: 55px;
	line-height: 1pc;
}

#innertable h2{
	font-size:11px;
	text-transform:capitalize;
	color:#333333;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 50px;
}

/********************************************/

/* table */

#table{
	width: 958px;
}

#table p{
	font-size:11px;
	text-transform:capitalize;
	color:#333333;
	line-height: 1.3pc;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
}

#tablebold {
	font-size:11px;
	text-transform:capitalize;
	color:#333333;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 50px;
}

#table h1{
font-size:11px;
	text-transform:capitalize;
	color:#333333;
	line-height: 1.5pc;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;

}

/********************************************/


#footer{
width:958px;
height:26px;
background-image:url(images/footer.gif);
}
