body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #000;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	margin: 0px;
	padding: 0px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h1    {
	text-align: right;
	margin-bottom: 20px;
	color: #033E6D;
	font-size: 24px;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	margin-right: 10px;
	margin-top: 10px;
}
h2    {
	margin-bottom: 5px;
	margin-right: 5px;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-indent: 1em;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}
h3    {
	line-height: 17px;
	padding-right: 0px;
	font-size: 12px;
	display: inline;
	float: left;
	letter-spacing: .1em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
}
p {
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	letter-spacing: 0.1em;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style: disc;
}
ol {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

li {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
strong {
	text-decoration: none;
	font-weight: bold;
	font-style: oblique;
}
em {
	font-style: normal;
	text-decoration: underline;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	letter-spacing: normal;
	word-spacing: normal;
	list-style: lower-alpha;
}
a:hover {
	text-decoration: underline;
}








#bigBox {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	z-index: 0;
}

#bigBox #rowOne {
	background: url(../_img/deploy_r1_c1.jpg);
	height: 65px;
	width: 900px;
	position: relative;
	z-index: 1;
}
#bigBox #rowTwo {
	background: url(../_img/deploy_r2_c1.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	z-index: 1;
}
#bigBox #rowThree {
	background: url(../_img/deploy_r3_c1.jpg);
	height: 55px;
	width: 900px;
	position: relative;
	z-index: 1;
}
#bigBox #rowFour {
	background: url(../_img/deploy_r4_c1.jpg);
	height: 45px;
	width: 900px;
	position: relative;
	z-index: 1;
}
#bigBox #rowFive {
	background: url(../_img/deploy_r5_c1.jpg) no-repeat;
	height: 433px;
	width: 900px;
	position: relative;
	z-index: 2;
}
#bigBox #rowFive #navBox {
	float: left;
	height: auto;
	width: 150px;
	position: relative;
	margin-left: 20px;
}
#bigBox #rowFive #mainBox {
	width: 670px;
	height: auto;
	padding-top: 10px;
	margin-left: 200px;
}
#bigBox #rowFive #mainBox #mapDiv{
	width:623px;
	height:391px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}



#bigBox #rowFive #mainBox p {
	line-height: 17px;
	margin-bottom: 5px;
	padding-right: 10px;
}

#bigBox #rowFive #mainBox li {
	line-height: 17px;
	margin-bottom: 5px;
	padding-right: 10px;
}


#bigBox #rowFive #mainBox img {
	float: left;
	margin-right: 10px;
}



#bigBox #rowSix {
	background: url(../_img/deploy_r6_c1.jpg) repeat;
	width: 900px;
	position: relative;
	height: auto;
	z-index: 1;
}
#bigBox #rowSix #mainBox1 {
	width: 670px;
	margin-left: 200px;
	position: relative;
	height: auto;
	padding-bottom: 10px;
}


#bigBox #rowSeven {
	background: url(../_img/deploy_r7_c1.jpg) no-repeat;
	position: relative;
	height: 100px;
	width: 900px;
	z-index: 1;
}
#bigBox #rowSeven #mainBox2 {
	width: 670px;
	margin-left: 200px;
	position: relative;
	height: auto;
	text-align: center;
	padding-top: 25px;
}
#bigBox #rowSeven #mainBox2 #traficDiv {
	height: 31px;
	width: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#bigBox #rowSeven #mainBox2 p {
	font-size: 9px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: oblique;
}
.underline {
	text-decoration: underline;
}

.italicBold {
	font-style: oblique;
	font-weight: bold;
}
.italicUnderline {
	font-style: oblique;
	text-decoration: underline;
}
.italicBoldUnderline {
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

