body {
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	padding:0px;
	background-color:#000;

}

div.container {
	width:740;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#000;
	background-color:#ff6600;
	padding:0px;
	margin:75px 0 0 40px;
	background-image:url('../images/contentbg.jpg');
	background-repeat:no-repeat;
}

div.textbox {
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#000;
	background-color:#C2C2C2;
	padding:0px;

	
}


div.navigation {
	width:100%;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#333;
	background-color:#999;
	padding:0 0px 0 0px;
	margin:0px 0 0px 0px;
	background-image:url('../images/navmenubg.jpg');


}
div.title {
	width:100%;
	border-style:solid;
	border-width:0;
	border-color:#333;
	background-color:#999;
	padding:0 0px 0 0px;
	margin:0px 0 0px 0px;
	background-image:url('../images/titlebg.jpg');


}

div.dplink {
	width:100%;
	border-color:#000;
	background-color:#000;
	padding:0 0px 0 0px;
}

/* links */

a.link:link 
 {
 color: #000;
 font-family: 'times', serif;
 font-size: 80%;
 font-weight: bold;
 text-decoration: underline;
 }

a.link:visited
 {
 color: #000;
 font-family: 'times', serif;
 font-size: 80%;
 font-weight: bold;
 text-decoration: underline;
 }

a.link:hover
 {
 color: #CD0000;
 font-family: 'times', serif;
 font-size: 80%;
 font-weight: bold;
 text-decoration: none;
 }

a.link:active
 {
 color: #000; 
 font-family: 'times', serif;
 font-size: 80%;
 font-weight: bold;
 text-decoration: underline;
 }

 a.headerlink:link 
 {
 color: #000;
 font-family: 'times', serif;
 font-size: 110%;
 font-weight: bold;
 text-decoration: underline;
 }

a.headerlink:visited
 {
 color: #000;
 font-family: 'times', serif;
 font-size: 110%;
 font-weight: bold;
 text-decoration: underline;
 }

a.headerlink:hover
 {
	
 color: #CD0000;
 font-family: 'times', serif;
 font-size: 110%;
 font-weight: bold;
 text-decoration: none;
 }

a.headerlink:active
 {
 color: #000; 
 font-family: 'times', serif;
 font-size: 110%;
 font-weight: bold;
 text-decoration: underline;
 }

 a.dp:link 
 {
 color: #fff;
 font-family: 'times', serif;
 font-size: 60%;
 font-weight: bold;
 text-decoration: underline;
 }

a.dp:visited
 {
 color: #fff;
 font-family: 'times', serif;
 font-size: 60%;
 font-weight: bold;
 text-decoration: underline;
 }

a.dp:hover
 {
 color: #999;
 font-family: 'times', serif;
 font-size: 60%;
 font-weight: bold;
 text-decoration: none;
 }

a.dp:active
 {
 color: #fff; 
 font-family: 'times', serif;
 font-size: 60%;
 font-weight: bold;
 text-decoration: underline;
 }

h3.header {
	padding:2px;
	margin:0px;
	font-weight:bold;
	color:#333;
	font-size:110%;
}

p.section {
	font-weight:normal;
	font-size:100%;
	color:#333;
	margin:0px;
	padding:2px;
}



