@charset "utf-8";

/******** Body Elements ********/

* {
	margin: 1;
	padding: 1;
	border: 1;
}

body {
	background-color: #F1D99D;
	font-family: verdana,ariel;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
        text-align: justify;
}

/******** Layout Elements ********/

.wrapper {
	width: 98%;
	margin: 0 auto;
}


.splashformat td.text .arr, .splashformat td.text .sabull{
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 0 18px;
}

.header {
	height: 100px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
}

.content {
	margin: 0 0 10px 230px;
	padding: 50px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.left {
	margin: 0 0 10px 0;
        font-size: 13px;
        font-weight: bold;
	float: left;
	width: 210px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: left;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
        font-color: #330099;
        font-weight: bold;
        text-align: center;
}
h5 {
	font-size: 12px;
        font-color: #330099;
        font-weight: bold;
        text-align: center;
}
h6 {
	font-size: 12px;
        font-color: #330099
        font-weight: lighter;
        text-align: center;
}

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

p.stb { text-indent: 0; margin-top: 0.83em }
  p.mtb { text-indent: 0; margin-top: 2.17em }
  p.ltb { text-indent: 0; margin-top: 3.08em }

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 10px 3px;
padding: 5px;
	list-style: disc;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}