/*//////////////////////////////////////////////////////*/
/*/////////////////////  GENERAL  /////////////////////*/
/*////////////////////////////////////////////////////*/
html {
	height: 100%;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* to correct the centering IE bug*/
	margin-top: 20px; /* CONTROLS DISTANCE FROM TOP OF PAGE */
	height: 100%;
	background-color: #4A2908;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

/* ALWAYS USE ARIAL UNLESS OTHERWISE SPECIFIED */
h1, h2, h3, h4, h5, h6, td, th, p, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	margin-bottom: 0px;
	font-family: Verdana;
	}
	
h2 {
	font-size: 11px;
	font-style: italic;
	margin-top: 0px;
	font-weight: normal;
	}
	
h4 {
	font-size: 11px;
	font-style: bold;
	margin-top: 0px;
	font-weight: normal;
	}

#header td img {
	display: block;
}

.required_field { color: red; }

td img {
	display: block;
}

/* LINK ATTRIBUTES */
a {
   color: #06C;
}

a:hover
{
    color: #25A4F5;
}

/* IMAGE ATTRIBUTES */
img.floatLeftIndex {
	float: left;
	margin-right: auto;
	margin-bottom: 10px;
}
img.floatRightIndex {
	float: right;
	margin-left: auto;
	margin-bottom: 10px;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;	 
}


/*//////////////////////////////////////////////////////*/
/*/////////////////////    DIVS   /////////////////////*/
/*////////////////////////////////////////////////////*/
#wrapper {
	width: 750px;
	height: 400px;
	text-align: left; /* to realign your text after IE buf fix in body style */
	border:#C0D9FF solid 10px;
	margin: auto;
	}
	
#wrapper2 {
	margin: 20px;
	height: 360px;
	background-color: #EDE2DC;
	}
	
#wrapper3 {
	/*border:#F37E4C solid 4px;*/
	margin: 4px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}

#subNav {
	height: 18px;
	background-color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subNav ul li {
	display: inline;
}

#subNav ul li a {
	text-decoration: none;
	float: right;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 16px;
	color: #FFFFFF;
	font-size: 11px;
}

#breadCrumb {
	padding-left: 10px;
	}


/*//////////////////////////////////////////////////////*/
/*/////////////  HEADER AND COPYRIGHT  ////////////////*/
/*////////////////////////////////////////////////////*/

#copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	vertical-align: bottom;
	width: 750px;
}

#header {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
	vertical-align: bottom;
	width: 770px;
}

#copyright a:link, #header a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover, #header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#copyright a:visited, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:active, #header a:active {
	color: #FFFFFF;
	text-decoration: none;
}
