/****************** Wild Card *****************/

* {
	margin:0px;
	border:0px;
	padding:0px;
	}

img {
	border: none;
	} 
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/**************Centered Page Alignment ***********************/

body {
	background-color: #eeeac2;
  font-size: 12px;
  color:#5c3421;  
  padding:0px 0px 20px 0px;
  text-align: center;
  font-family:Verdana, sans-serif;
  text-align: left;
	}

/************** Login / Registration Form **************/

.register td
{
	border:0px;
}
input
{
	border:1px solid black;
}
input.textfield {
	margin-left:30px;
	border-color:#000000;
	border-style:inset;
	border-width:1px;
	}
p.signup {
	margin:0px 0px 0px 0px;
	}


/*************** Header ******************/	

#header {
	width: 100%;
	height:86px;
	/*background-image:url(../images/headertrench.png);
	background-repeat:no-repeat;*/
	}

#header img { /* Image color is #2e3356 */
	float:right;
	margin-right:15px;
	margin:14px 15px 0px 0px;
	}

#headerborder {
	height:28px;
	width:100%;
	background-image: url(../images/bordergradient5.png);
	background-color:#2e3356;
	background-repeat:repeat-y;
	color:white;
	}	
	
/*************** Navigation ********************/
	
#headerborder ul {
	margin-left:20px;
	font-weight:bold;
	
	}
#headerborder li {
	display:inline;
	margin-right:8px;
	}
	
#headerborder ul a{
	text-indent: 15px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: .7px;
	font-size:1em;
	line-height:25px;
	display: inline;
	height: 25px;
	color: #F8FEFE;
	background-color: #2e3356;
	}
		
#headerborder a:hover {
	background-color: #5b628f;
	color: #F8FEFE;
	}
/************* Side Definitions ************/

dl.sidedef {
	border:1px solid black;
	width:278px;
	margin-left:0px;
	}
dl.sidedef dt{
	font-size:1.2em;
	display:block;
	margin-top:0px;
	padding:8px 0px 8px 10px;
	color:#5c3421;
	}
dl.sidedef dd{
	margin-left:0px;
	text-align:justify;
	padding:0px 10px 10px 10px;
	color:#5c3421;
	}

	
/****************** Content *****************/

#content {
	margin-top:10px;
	margin-right:15px;
	margin-left: 20px;
	}

#content p {
	text-align:justify;
	}
	
#content ul {
	margin-left:20px;
	list-style-type:disc;
	list-style-position:outside;
	}
#content li ul {
	margin-top:10px;
	}
#content h1, h2, h3, h4, h5, p, ul, #content li, ol, table, dl, object, embed {
	margin-bottom: 10px;
	}
#content ol ol 
{
	margin-top:5px;
}
#content ol ol li
{
	margin-bottom:5px;
	list-style-type:lower-alpha;
}
h3 {
	margin-top:30px;
	}
.clear {
	clear:both;
	}
	
dt {
	margin-top:5px;
	}
	
dl, dd{
	margin-left:10px;
	}
	
ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin-left:10px;
	}
	
a {
	color: #2e3356;
	font-weight:bold;
	}

dt {
	font-weight:bold;
	}
	
/*********** Images *************/

#content img {
	padding:2px;
	border:1px solid black;
	background-color:#805e47;
	margin-bottom:15px;
	}
.left {
	float:left;
	margin-right:10px;
	}
.right {
	float:right;
	margin-left:10px;
	}

/********** Step by Step Images **********/
.steps {
	width:auto;
	margin-bottom:30px;
	background-color:#BFAB86;
	padding:15px;
	}

.steps img {
	margin:5px auto;
	border-style:none;
	padding:0px;
	}
		
	
/*********** Tables *************/

table {
	table-layout:auto;
	}
	
table.stripes {
	border:1px solid #000000;
	border-collapse:collapse;
	}
	
table.stripes a {
	text-decoration:none;
	}
td {
	border:1px solid black;
	padding:3px 3px 3px 3px;
	}	
.odd {
	background-color:#fffcdb;
	}
	
table.stripes th {
	background-color:#2e3356;
	text-align:center;
	color:#ffffff;
	border:1px solid black;
	}

	
table caption {
	font-weight:bold;
	}
.backhomenext
{
	clear:left;
	text-align:center;

}
.backhomenext li
{
	list-style-type:none;
	}
.back
{
	float:left;
}
.next
{
	float:right;
}

/*********** Footer *************/

#footer {
	clear:both;
	width:100%;
	height:28px;
	margin: 15px 0px 15px 0px;
	/*margin-left:15px;
	margin-bottom:15px;*/
	background-color:#2e3356;
	}
#footer a
{
	color:white;
	text-decoration:none;
	}