/* CSS Document */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html { 
	height: 101%;
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

img {

	border: none;
	
	}

#outer {
	background: transparent url(images/outer.jpg) repeat-x 0 0;
	width: auto;
}
#inner {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	border: 1px none #CCCCCC;
}
#heading { background: url(images/heading_background.jpg) #FFFFFF no-repeat 0 0; height: 225px; position: relative; width: 780px; }

#hnav {
	margin:0 auto;
	width:760px;
	height:45px;
	background-color: #FFFFFF;
	text-align: center;
}

#content {
	margin: 0 auto;
	width:760px;
	border: 1px none #CCCCCC;
	background-repeat: no-repeat;
}

#contentleft {
	margin: 0 auto;
	width: 550px;
	float: left;
	padding-left: 10px;
}

#contentright {
	margin: 0 auto;
	width: 200px;
	float: right;
}

.inslh {
	width: 460px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

.insl {
	width: 450px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

.inssh {
	width: 190px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

.inss {
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}


#spacer {
	margin: 0 auto;
	width: 760px;
	height:	25px;
	clear: both;
	background-color: #FFFFFF;
}

#footer {
	margin: 0 auto;
	width: 760px;
	height: 45px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	clear: both;
	padding-top: 15px;
	text-align:center;
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hnavtable a {
	text-decoration:none;
	font-weight:bold;
	color:#333333;	
}

.hnavtable a:hover {
	background-color:#CCCCCC;
	font-weight:bold;
	color:#FFFFFF;
}


.hnavtable td {
	text-align:center;
	color:#333333;
}

ul {
	list-style:none;
}



fieldset {
	font: 1em Helvetica Neue, helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 475px;
    }
    legend {
    color: #666;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #d3d3d3;
    padding: 2px 6px;
    margin-bottom: 8px;
    }
label  {
	font-weight: bold;
	line-height: normal;
	margin-right: 10px;
	width: 250px;
	display: block;
    }
input.formInputText  {
	font-size: 1em;
	color: #666;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #993366;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	text-align: left;
	width: 250px;
    }
	
select.formInputText  {
	font-size: 1em;
	color: #666;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #993366;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 25px;
	text-align: left;
	width: 250px;
    }
	
textarea  {
    font-size: .8em;
    color: #666;
    background-color: #ffffff;
    padding: 2px;
    border: solid 1px #993366;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 100px;
    }
input.formInputText:hover {
    background-color: #fee;
    border: solid 1px #f66;
    color: #000;
    cursor: pointer;
    }
    input.formInputText:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #993366; 
    cursor: text;
    }
input.formInputButton  {
    font-size: 1em;
    vertical-align: middle;
    font-weight: bolder;
    text-align: center;
    color: #300;
    background: #ffffff;
    padding: 1px;
    border: solid 1px #993366;
    float: right; 
    cursor: pointer;
    }
form {
	text-align: left;
}
