html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.heading {
text-align: center;
font-size:1.4em;
text-transform:capitalize;
margin-top:0; /*ie8*/
padding-top: 2%; /* ie8*/
}


h2 {
text-transform:capitalize;
color:#606060;
font-size: 1.2em;
margin-bottom:1px;
}

#container p { /*ie8*/
margin: 0;
padding: 0.5em;
}

#container {
position: relative;
margin-top:2px;
width: 760px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: 1px solid #df771e;
background-color:#35254a;
}


#content {
position: relative;
margin: 0 0 0 130px;
padding: 2%;
background-color:#ffffcc;
font-size: 80%;
color: #000000;
font-style: normal;
font-weight: normal;
min-height: 285px;
}

#canvas {
position: relative;
margin: 0 0 0 130px;
padding: 0;
background-color:#ffffcc;
font-size: 80%;
color: #000000;
text-align: justify;
font-style: normal;
font-weight: normal;
min-height: 285px;
}


#banner {
height: 150px;
border-bottom: 1px solid #df771e;
}

#pagetitle {
height: 30px;
border-bottom: 1px solid #df771e;
padding:0;
margin:0;
line-height:30px;
}

#warning {
display:block;
margin-top:50px;
background-color:#FF0000;
border: 1px solid #df771e;
padding: 10px 20px;
font-size: 1.5em;
color:#ff0;
}


#crumbs{
float:left;
font-size:75%;
padding-left: 12px;
color: #eee;
width: 400px;
font-weight:bold;
}

/*general links*/
#container a {
text-decoration:none;
color: #df771e;
}

#container a:hover {
text-decoration:underline;
}

/*specific links*/
#crumbs a {
text-decoration:none;
color: #eee;
}

#crumbs a:hover {
color: #df771e;
text-decoration:none;
}



/*searchform*/
#searchform {
position:absolute;
right:10px;
top:155px;
margin:0;
padding:0;
font-size:0.94em;
line-height:2.25em;
}

#searchform input.txt {
display:inline;
width:130px;
padding:2px;
border:1px solid #32254a;
vertical-align:middle;
font-weight:bold;
color: #444;
margin-right:5px;
}

#searchform input.btn {
margin:0;
vertical-align:middle;
}

#searchform input.btnhov {
background-color:#ffffcc;
border:1px solid #df771e;
}

#searchform fieldset {
margin:0;
padding:0;
border:0;
display: inline;
}





/*Nav Menu*/



#menu {
	position: absolute;
	top: 185px;	
	left: 0px;	
	width: 130px;
	padding: 0;
	margin: 0;
	border: 0;
	}


#menu ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li a {
  	height: 26px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #eee;
	display: block;
	background:  url(images/button.gif);
	padding: 8px 0 0 12px;
	}
	
#menu li a:hover {
	color: #000;
	background:  url(images/button.gif) 0 -34px;
	padding: 8px 0 0 12px;
	text-decoration:none;
	}	
	
#menu img {
	border: 0;
	padding:0;
	margin: 20px 0px 0px 20px;
	width: 88px;
	height: 31px;
	}

#footer {
	clear: both;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #df771e;
	font-size: 12px;
	color: #fff;
	}

#footer a {
	text-decoration:none;
	color: #fff;
	}

#footer a:hover {
	color:#df771e;
	text-decoration:none;
	}



/*FORM STUFF*/

#user_login 
{
	border:1px solid #df771e;
	margin:auto auto;
	margin-top:10px;
	width:435px;
	background-color:#ffffff;
	padding-bottom: 10px;
	font-size:11px;
}

#user_login h1 {
text-align: center;
font-size:1.4em;
text-transform:capitalize;
margin-top:0;
padding-top: 2%;
color:#32254a;
}

#user_login a {
text-decoration:none;
color: #df771e;
float:right;
margin-right:12px;
margin-top:10px;}


#user_login label
{
    display: block; 
	float: left; 
	width: 120px;
	margin: 0px 10px 0px 0px; 
	text-align: right; 
}

#user_login input
{
	width: 280px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
}


#user_login p {
clear:both;
padding: 0.1em;
margin: 0.3em;
}

#user_login #submit
{
	width:100px !important;
	background-color:#fff;
	margin-right: 30px;
	margin-top:5px;
}

#user_login #submit:hover {
color: #fff;
background-color:#df771e;
}


/*contact*/
#leftcol {
float:left;
padding-left:7px;
width: 285px;
border-right-style:solid;
border-right-color:#df771e;
border-width:1px;
}

#rightcol{
float: right;
width: 295px;
}

#foot {
clear: both;
}

.indent {
text-indent:20px;
font-weight:bold;
}

ol#endorse li, ol#reval li{
margin-bottom: 10px;
}

/* FAQ */

#faq a:link, #faq a:visited,  #faq a:active {
width: 100%; /*IE*/
text-decoration: none;
color: #df771e;
}

#faq a:hover {
text-decoration:underline;
}

#faq p {margin:0; padding:0;}

#faq p.ans {
margin-top: 10px;
font-style:italic;
font-weight:bold;
}

table {
	border-style: solid;
	border-width: 1px;
}

td {
	border-style: solid;
	border-width: 1px;
	padding: 10px
}

/*DISPLAY OF TABLE DATA*/
table#data {
border-width: 0px;
width:580px;
}

table#data th {
border-bottom: 2px solid #df771e;
text-align: left;
}

table#data td {
border-width:0;
padding:2px;
border-bottom: 1px solid #df771e;
text-align:left;
}

/* Display user data */
p.user {
line-height: 1.3em;
font-size:16px;
margin-left: 5%;
}

#announce {
position: absolute;
top: 430px;	
left: 3px;
width: 114px;
color: #FFFFFF;
border: dashed 1px #df771e;
padding: 4px;
margin: 0;
font-size: 12px;
}


#announce p{
margin-top: 2px;
}

#announce h1{
color: #cc0000;
font-weight:normal;
font-size: 14px;
margin: 0;
}

