/* general global settings */

* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;
	background: #141614;
}

body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	
}

p { 
	font-size:14px;
	color:#000;
	margin-right:15px;
}


h1 {
	text-decoration: none;
	color: #000;
	letter-spacing: .15em;
	font-size: 18px;
	text-align: left;
}


a {
	text-decoration:underline;
	color: #333;
	font-size: 14px;
	
}

a:visited {
	text-decoration:underline;
	color: #333;
	
}

a:hover {
	text-decoration:none;
	color: #666;
	
}


img {
	border: none;
}


/*end global settings*/

/* box designs*/

* html .frame {
height: 100%;
}


div.frame {
	min-height: 100%;
	width:870px;
	margin: 0 auto;
	padding: 0;
	border-style: none solid none solid;
	border-width: 0 1px 0 2px;
	border-color: #000;
	z-index:0;
}
	
	
div.head { 
	position:relative;
	border:  solid #000;
	border-width: 0 0 2px 0;
	background: #fff;
	height:150px;
	text-align: center;
	color: #c0c0c0;
	z-index:0;
}


div.title {
	position: relative;
	width: 870px;
	height: 150px;
	top: 0;
	margin-left:auto;
	margin-right:auto;
	z-index: 502;
}

div.menu {
	position: relative;
	top: 0;
	height: 40px;
	background: #fff;
	text-align: center;
	padding: 0;
	z-index: 300;
}

div.content {
	position:relative;
	top: 0;
	min-height:500px;
	background-color: #fff;
	line-height: 175%;
	letter-spacing: +0.5px;
	text-align:justify;
	padding: 25px;
	z-index: 0;
}

div.text ul {
	padding: 0 15px;
}

div.text {
	position: relative;
	text-align: justify;
	width: 590px;
	top: 0;
	left: 13px;
	padding: 0 10px 0 0;
	float: left;
}

fieldset {
	border: none;
}

	

div.clear {
	clear:both;
}

div.copyright {
	width:860px;
	position: relative;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	background-color:#FFFFFF;
	top: 0;
	font-size: 10px;
	text-align: center;
	line-height:1.0;
	padding: 3px 5px;
}

.copyright a {
	font-size: 10px;
}
	

/* end box designs*/

/* dropdown menu*/

#dropdown {
	width: 100%;
	height:20px;
	background: #000;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
	font-size:12px;
}

#dropdown ul {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	list-style: none;
	margin: 0;
	width:172px;
	height: 20px;
	background: #000;
	float: left;
	z-index: 500;
}

#dropdown ul li {
	width: 100%;
	height: 100%;
}


#dropdown li {
	position: relative;
}

#dropdown ul ul {
	display: none;
}

#dropdown ul:hover ul {
	display: block;
}

#dropdown ul ul{
	position: relative;
	border: none;
	background: #000;
	top: 1px;
	z-index: 500;
}

#dropdown ul ul li {
	display:block;
	width: 200px;
	height: 100%;
	background: #000;
}

#dropdown ul ul li:hover {
	background: #fff;
	border-color: #000;
}

/* styles for text in menu*/

#dropdown a {
	display: block;
	width: 100%;
	height: 14px;
	text-align: center;
	text-decoration:none;
	color: #fff;
	font-size:12px;
	padding: 3px 0;
}

#dropdown a:hover {
	text-decoration:none;
	color: #444;
	background: #fff;
}

#dropdown a:active {
	text-decoration:none;
	color: #ccc;
}

#dropdown ul li ul li a {
	text-align: left;
	width: 194px;
	padding: 3px;
}

/*end styles for text in menu*/


/*end dropdown menu*/