/* page setup */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #BBB497 url(../images/mainbg.gif) no-repeat top center;

	}

a:link, a:visited {
	color: #6F609D;
	}

a:hover {
	color: #B2A5D9;
	}

h1 {
	color: #551473;
	font-size: 140%;

/*	
	padding-bottom: 3px;
	border-bottom: 1px solid #F6ACAC;
*/
}

h2 {
	color: #551473;
	margin: 15px 0 0 0;
	font-size: 120%;
}

h3 {
	color: #333;
	margin: 20px 0 0 0;
	font-size: 110%;
}

.date {
	font-size: 80%;
}

#wrap {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: #fff;
	}

#mainbody {
	float: left;
	width: 770px;
	background: #fff url(../images/navbg.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	}

#homecontent {
	float: left;
	width: 496px;
	margin: 0;
	padding:0;
	background: #fff;
	height: 193px;
	}

#maincontent {
	float: left;
	width: 770;
	margin: 0;
	background: #fff;
	height: 100%;
	}

#content {
	float: left;
	width: 770px;
	margin: 12px 0 0 0;
	background: #fff url(../images/foolproofbg.gif) no-repeat bottom left;;
	}

#sidebar {
	float: right;
	position: relative;
	width: 274px;
	background: #807A69;
	height: 193px;
	}

#footer {
	clear: both;
	margin: 0;
	background: #BBB497;
	text-align: right;
	}

#underc {
	clear: both;
	margin: 0;
	background: #807A69;
	text-align: right;
	}

/* header */

#header {
	float: left;
	width: 100%;
	height: 126px;
	}
#header h1 {
	float: left;
	margin: 4px 0 0 8px;
	padding: 0px 12px;
	border-bottom: 0;
	}

/* navigation */
#nav {
        float: left;
		width: 100%;
        margin: 0;
        padding: 0;
        height: 44px;
        background: #483155 url(../images/navbg.gif) no-repeat top left;

        }

#nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }

#nav ul li {
	float: left;
        padding: 12px 20px 10px 20px;
        background: url(../images/navdent.gif) no-repeat top right;

        }

#nav ul li a {
        font-size: 100%;
        margin: 0;
        text-decoration: none;
        text-align: center;
/*        color: #CAD3DE; */
        color: #fff; 
        }

#nav ul li:hover {
	color: #fff;
	background: #483155 url(../images/navdent.gif) no-repeat top right;
	}

#nav ul li.noroll:hover {
	background: url(../images/navdent.gif) no-repeat top right;
        }

#nav ul li.active {
	color: #fff;
	background: #483155 url(../images/navdent.gif) no-repeat top right;
	}


/* content */

#picture {
	margin: 0;
	padding: 0;
	border:0;
	height: 193px;
}

.pic {
	margin: 0 20px 6px 0;
	padding: 0;
}

#innercontent {
	margin: 0;
	padding: 25px 30px 25px 30px;
	font-size: 100%;
	line-height: 1.4em;
}

#bullets {
	margin: 10px 10px;
	padding: 0;
	}

#bullets ul {
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	}

#bullets ul li {
	margin: 0 0 4px 0;
	padding: 3px 0 0 32px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	background: url(../images/tick.gif) no-repeat 0 4px;
	}

/* Quick Access */

#download {
	margin: 0;
	padding: 0;
	height: 181px;
	}

#download p {
	padding: 70px 20px 0 25px;
	line-height:1.4em;
	vertical-align: bottom;
	color: #fff;
	width: 160px;
	}

.button {
	padding: 0 0 0 25px;
}


/* Application Table */

#appform {
	padding: 30px;
	background: #D9D8D3;
	width: 650px;
}	


#appform h1 {
	margin: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #C8B5B2;
	letter-spacing: 1px;
}	

#appform table {
	margin-top: 10px;
}	

#appform table th {
	color: #000;
	font-weight: normal;
	font-size: 90%;
	padding: 10px 0 0 0;
	margin: 0;
}	

#appform table td {
	color: #000;
	font-weight: normal;
	font-size: 100%;
	padding:0;
	margin:0;
}	

#appform input {
	margin: 0;
	padding-left: 4px;
	font-size: 100%;
	color: #333;
	}

#appform textarea {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 4px;
	font-size: 100%;
	color: #333;
	}


#appform input.entry {
	width: 230px;
	}

#appform input.image {
	margin-top: 10px;
	}

.compulsory {
	color: #c00;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
}

.note {
	font-size: 80%;
	color: #666;
	border-top: 1px solid #C8B5B2;
	margin-top: 25px;
}

/* footer */

#footer p {
	margin: 0;
	padding: 10px 10px 40px 0;
	font-size: 90%;
	color: #746F5A;
	}
	
#underc p {
	margin: 0;
	padding: 15px 15px 15px 0;
	font-size: 90%;
	color: #D4D0C0;
	}
	
#footer a {
	color: #746F5A;
	}
	
/* misc. */

hr, .hide {
	display: none;
	}

/* IE fixes */

/* hide from IE/Mac \*/

#main-body {
	clear: left;
	}

* html div {
	height: 1%;
	}

/* end hide */


body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { 
	font-size: small;
	}

#wrap {
	width: 782px; 
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 770px;
	}
html>body #wrap { /* be nice to Opera */
	width: 770px;
	}

/* self-clearing float */

#nav { display: inline-block; }
/* Hides from IE/Mac \*/
* html #nav, * html #footer { height: 1%; }
#nav { display: block; }
/* End hide from IE/Mac */
