/* Stylesheet by Ron Howell: http://www.yourwebdesignpro.com */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background: url(../images/bg.jpg) no-repeat fixed center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #cc0000;
	padding: 5px 0px 5px;
}
h2 {
	font-family: Tahoma;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	color: #CC0000;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
h5 {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin: 0px 20px 15px 40px;
	padding: 0px;
	text-align: justify;
}
.highlighttext {
	background-color: #FF0
}
.footbold {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: #00F;
}

/* Menu */

#menu {
	margin: auto auto auto 0px;
	width: 100%;
	line-height: normal;
	height: 40px;
	display: inline;
	padding: 2px;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
	display: inline;
}

#menu li {
	list-style-image: none;
	margin: 0px auto 0px 0px;
	padding: 0px;
	display: inline;
	clear: left;
}
#menu a {
	display: inline;
	width: auto;
	height: 25px;
	padding: 1px 5px;
	font-weight: bold;
	color:#313F57;
	text-decoration: none;
	font-size: 14px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #3f5800;
	background-color: #FFF;
}

#menu a:hover {
	background: #000 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #313F57;
	border-color: #FFF;
}
#obox2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../images/o-box.jpg);
	background-repeat: no-repeat;
	margin: 10px 170px 10px 160px;
	padding: 60px 70px 40px 50px;
}
.oboxtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
}
input {
	padding: 1px;
	font-weight: bold;
	color: #C00;
	font-size: 15px;
	text-align: center;
}
.actionbox{
	font-size: 14px;
	color:#000;
	padding:20px 25px 20px 0px;
	margin: 0px 0px 0px 60px;
	border: 10px dashed;
	font-weight: bold;
	background: #FFC;
	border-color: #C00;
	width: 80%;
}

