/* CSS Document  Namo Simmance 19.06.06*/

body {
font-family: verdana, arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
background: url(../images/bg.gif) #4b4976 repeat-x left top;
color:#8a8787;
min-width: 900px; /* for gecko browsers */
}

img {border:0;}

/* end generic selectors */




/* start content container - contains border style to frame site */

#frame { 
position: relative;
width: 900px;
margin:0;
padding: 0px;
/*border: 1px solid #8a9ba2;*/
background:#fff;
color:#4c4c4c;
}

/* end content container  */





/* start site header */

#contentheader {
position: relative;
width: 900px;
}

/* end site header */

/* start navigation */

#navcontainer { 
position: relative;
width: 698px;
background-color:#73c7d4;
color: #fff;
padding: 0 0 0 2px;
margin:0 0 0 200px;
height:26px;
}


#navcontainer ul{
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
font-size: 80%;
}

#navcontainer li { 
display: inline;
list-style-type: none;
}

#navcontainer  li a
{
font-weight:normal;
color: #fff;
background-color: inherit;
padding:3px 12px;
border-top:2px solid #73c7d4;
border-bottom:2px solid #73c7d4;
text-decoration:none;
float: left;
}

#navcontainer ul li a:hover
{
background:#5fafbb;
color:#fff;
padding:3px 12px;
border-top:2px solid #73c7d4;
border-bottom:2px solid #73c7d4;
}

#navcontainer li a.current
{
font-weight:normal;
color: #000;
background-color: #5fafbb;
padding:3px 12px;
border-top:2px solid #73c7d4;
border-bottom:2px solid #73c7d4;
}

#navcontainer li a:hover.current
{
color: #000;
background-color: #5fafbb;
}

/* end navigation */





/* start copy */

#contentcenter {
background: #fff;
color:#000;
padding:0 0 54px 0;
margin:0;
width:900px;
position:relative;
float:left;
}

#navleft {
width:208px;
padding:0;
margin:0;
float:left;
}

#navleft ul{
margin-left: 0px;
padding-left: 16px;
padding-right: 43px;
margin-top: 39px;
}

#navleft li {
background-color:#ffffff;
text-indent: 10px;
color:#000;
padding: 0;
margin:0;
margin-bottom:10px;
list-style: none;
display: block;
font-size: 90%;
}


#navleft li a {
text-indent: 10px;
display:block;
margin:0;
padding:0 0 2px 0; 
background-color:#fff;
color:#000;
text-decoration:none;
}  

html > body #navleft li a {padding-top:2px; /* hid IE PC*/}

#navleft li a:hover {
background-color:#5fafbb;
color:#000;
}

#navleft li a.subcurrent {
text-indent: 10px;
display:block;
margin:0;
padding:0 0 2px 0; 
background-color:#5fafbb;
color:#000;
text-decoration:none;
}  

html > body #navleft li a.subcurrent {padding-top:2px; /* hid IE PC*/}

#copy {
width: 692px;
margin:35px 0 0 0;
padding:0;
font-size:100%;
float:left; 
}

#copy a {
background:#fff;
color:#4b4976;
text-decoration:underline;
}	

#copy a:hover {
background:#fff;
color:#666;
text-decoration:none;
}	

#copy h1  {
color: #4b4976;
background-color:inherit;
font-weight: lighter;
font-size: 130%;
margin: 0 0 20px 0;
}

#copy h2  {
color: #000;
background-color:inherit;
font-weight: lighter;
font-size: 105%;
margin: 0 0 20px 0;
}

#copy p.top {
margin:17px 80px 20px 0;
padding:0;
color:#000;
background:#fff;
font-size:120%;
}

#copy p{
margin:0 80px 15px 0;
padding:0;
color:#8a8787;
background:#fff;
}


#copy p.bott {
margin:0 80px 60px 0;
padding:0;
color:#8a8787;
background:#fff;
}

#copy span.nobreak { 
white-space: nowrap; 
} 

#copy span.dld { 
color: #4b4976;
} 

#copy span.s {
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position:  0 2px;
}

#copy img.apply {
margin:20px 0 0 0;
padding:0;
border:none;
}

#copy img.award {
margin:0 12px 0 0;
clear:both;
float:left;
padding:8px 0 5px 0;
border:none;
}


#copy p.infoclicks { /* styling for onclick details */ 
margin: 0 18px 5px 0; 
} 

#copy p.applylink { 
margin: 0 18px 5px 0; 
text-align:right;
}

#copy p.formThanks {margin-top:40px;}

#copy blockquote { 
margin: 0; 
padding: 0;
}

#copy img.org {
float:left;
padding-right:14px;
}

#copy ul.nobullets { 
padding:0;
margin: 0 0 15px 0px;
list-style-type: none; 
} 

#copy li.nobullets { 
display: block; 
padding: 0 0 3px 0;
margin: 0; 
list-style-type: none; 
color:#8a8787;
background:inherit;
}

#copy img.pdf {
padding:0 0 0 3px;
margin:0 0 -2px 0;
}

#copy ul.normal {
	margin: 20px 63px 15px 15px;
	color:#8A8787;
}


#copy ul.bullets {
	margin: 20px 63px 0 15px;
	padding: 0;
	list-style : none;
	}

#copy .bullets li {	
	font-size: 100%;
	padding:0 0 5px 15px;
	margin: 0;
	line-height: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position:  0 2px;
	display: block;
	}
	
	
#copy .bullets li a {
	text-decoration:none;
	color: #8a8787;
	background-color: #fff;
	}

#copy .bullets li a:hover {
	text-decoration:underline;
	color: #666;
	background-color: #fff;
	}		

#copy ul.nobulletsSm { 
	margin: 5px 0 0 12px;
	padding:0;
	list-style: none 
	} 

#copy li.nobulletsSm { 
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-size: 100%;
	padding-bottom: 0px;
	margin: 0;
	padding-top: 0px;
	line-height: 15px;
	background-image: url(../images/bulletnone.gif) !important;
	background-repeat: no-repeat;
	background-position:  0 5px;
	} 


span.indented {margin-left: 17px}

/* Below hides from IE */

html > body span.indented {margin-left: 12px}

/* end copy */

/* start footer */

#contentfooter {
position: relative;
width: 780px;
height: 21px;
background-color:#73c7d4;
color:#fff;
margin-left:100px;
text-align:right;
}


#contentfooter ul {
margin: 0 19px 0 0;
padding-top: 3px;
list-style: none;
	}

#contentfooter li {
font-size: 65%;
list-style: none;
padding: 0 0 3px 0;
margin: 0;
display: inline;
}

#contentfooter li a{
color: #fff;
background-color:#73c7d4;
text-decoration:none;
}

#contentfooter li a:hover{	text-decoration:underline;}


/* end footer */

/* Start form */

.send {
width: 117px;
height: 24px;
font-family: arial, verdana, helvetica, sans-serif;
font-size:100%;
padding-top:0px;
margin: 0px;
color: #fff;
background-color: inherit;
border: 0px;
background-image:url(../images/submit.gif);
background-repeat:no-repeat;
}

/* Only MAC IE5 can see this line of code */
* > html .send {
padding-top: 6px;
}

.clearer {
clear: both;
overflow: hidden;
}

fieldset.userform {
width: 500px;
height: 600px;
overflow: hidden;
border: solid 0px #666666;
margin: 5px 0px 5px 0px;
padding: 5px 0px 5px 0px;
}

legend.userform {
font-weight: bold;
padding: 0px 5px 0px 0px;
margin: 0px 0px 0px -3px;
display:none;
}

div.userfield {
font-size: 100%;
width:500px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 6px 0px;
}

label.userform {
color: #8a8787;
background-color: inherit;
width: 170px;
float: left;
padding: 3px 0px 0px 5px;
margin: 0px 0px 0px 0px;
}

input.UserForm, select.UserForm {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
width: 230px;
border: solid 1px #666666;
margin: 0px 0px 0px 0px;
padding: 1px 1px 1px 1px;
}

textarea.UserForm {
width: 230px;
border: solid 1px #666666;
overflow: auto;
}

div.userbuttons {
width:417px;
text-align: right;
margin-top: 8px;
}
.mandatory { 
background: #fff; color: #cc0000; 
} 
/* End form */


/* Skiplinks */

#skiplinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#skiplinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	}
#skiplinks a {
	color: #DC2A1A;
	background-color: #fff;
	font-weight: bold;
	position: absolute;
	top: -20px;
	left: 20px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1em !important;
	z-index: 1000;
}

#skiplinks a:active, #skiplinks a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 6px;
	font-size: .6em;
	}

	
	
	
div.body {
	position:relative;
	left:0px;
	margin:0px 100px;
	width:692px;
	height:auto;
	background:white;
	}

div.section {
	position:relative;
	left:0px;
	margin:5px 5px 5px 5px;
	width:765px;
	height:auto;
	background:white;
	border-bottom: #D7D7D7 2px solid;
	}

div.footer {
	position:relative;
	top:0px;
	left:50%;
	margin:0px -398px;
	width:775px;
	height:25px;
  	background: white url('../images/footer.gif') center;
  	color:white;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	}

div.login {
	position:absolute;
	top:0;
	left:0;
	width:775px;
	height:345px;
	background:white;
	text-align:center;
	}

	
div.debugbox {
	font-size:8pt;
	left:50%;
	margin:0px -398px;
	width:775px;
	position:relative;
	padding:5px 5px 5px 5px;
	height:auto;
	background:yellow;
	border:solid 1px black;
	}

div.infobox {
	font-size:10pt;
	left:50%;
	margin:0px -398px;
	width:775px;
	color:white;
	position:relative;
	padding:5px 5px 5px 5px;
	height:auto;
	background:green;
	border:solid 1px black;
	}

div.errorbox {
	font-size:8pt;
	left:50%;
	margin:0px -398px;
	width:775px;
	position:relative;
	padding:5px 5px 5px 5px;
	height:auto;
	background:red;
	border:solid 1px black;
	}

	
table.std {
	font-size:8pt;
}
	


	
/* LINKS */
a:link { color: #404040; }
a:visited { color: #404040; }

a.noline:link {text-decoration:none;}
a.noline:visited {text-decoration:none;} 

a.menu:link { color: white; }
a.menu:visited { color: white; }
a.menu img { border: 0; }

a.button:link img { border: 0; }
a.button:visited img { border: 0; }

div.navmenu, table.navmenu{
	font-size:10pt;
}

table {
	font-size:10pt;
	}
		
table.stdT { 
	table-layout:fixed;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	width: 700px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
	} 
	
td.stdHedL, td.stdHedR, td.stdHedC { 
	border-bottom: 1px solid #6699CC;
	border-top: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	background-color: #red;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding:2px;
	color: #404040; }
	
td.stdHedR {
	text-align: Right;
	}
	
td.stdHedC {
	text-align: Center;
	}
	
	
td.stdBodL, td.stdBodR, td.stdBodC, td.stdMenu  { 
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 1px solid #9CF;
	border-right: 0px;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	padding:4px;
	height:20px;
	background-color: #fafafa; }
	
td.stdBodR {
	text-align: Right;
	}
	
td.stdBodC {
	text-align: Center;
	}

td.stdMenu {
	height:25px;
	border: 1px solid #9CF;
	}
	
td.stdFoot { 
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	text-indent: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #404040; }
	
h1 {
	font-size:16pt;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	border-top:0px;
}

h2 {
	font-size:13pt;
	font-weight:bold;
	margin:10px 10px 10px 10px;
	margin-left:10px;
}

table.input {
	font-size:8pt;
	background-color: #edecec;
}
	
td.inputL, td.inputR  { 
	border-bottom: 0px solid #9CF;
	border-top: 0px;
	border-left: 0px solid #9CF;
	border-right: 0px;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	padding:1px;
	height:20px;
	background-color: #edecec; 
	}
	
td.inputL {
	text-align: LEFT;
	}
	
td.inputR {
	text-align: Right;
	}

span.FldErcMsg{
	color:red;
}

select.FldOK, input.FldOK{
	background:ffffe0;
}	

select.FldErc, input.FldErc{
	background:ffe0ea;
}	

