body {
	margin:10px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000;
	}
 body a { color: #296ba5; text-decoration: none; }
 body a:active { color: #296ba5; text-decoration: none; }
body a:visited { color: #296ba5; text-decoration: none; }
body a:hover {color: #81ae77; text-decoration: underline;}
#banner {
	height:120px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:800px;
	}
html>body #banner {
	height:120px;
	}
h2 {
	font-size:14px;
	padding-top:5px;
	color:#000066;
	}
.name {
	font-size:14px;
	font-weight:bold;
	color:#000066;
	}
h4 {
	font-size:1.2em;
	color:#000066;
	}

/* Left column ** */	
#nav1 { height:60px; background-color: #399ADF; }
#leftcontent {
font-size:1.1em;
	position: absolute;
	left:10px;
	top:130px;
	width:151px;
	background: #399ADF;    /* #9EDAF6; */
	text-align: left;
	margin-bottom:0px;
	}
#left_nav  {
	text-decoration: none;
	font-weight: bold;
}
#left_nav  ul {
	text-align: left;
	width: 90%;
	margin:5px ;
	padding:0px;
	}
#left_nav li {
	list-style-type: none;
	font-size:1em;
	font-weight:bold;
	border-bottom: #000 dotted 1px;
}

#left_nav li a {
	background: transparent url(images/ball01.gif) no-repeat;
    background-position: 4px 50%;
	display: block;
	text-decoration:none;
	color:#fff;
	padding: 4px 4px 4px 25px;

}
#left_nav li a:link {text-decoration:none; color:#fff;}
#left_nav li a:visited {text-decoration:none; color:#fff;}
#left_nav li a:hover, #left_nav li a:focus {
	 background-position: -50px 100%;
	text-decoration:none; 
	color:#000; 
	background-color: #f3eec8; 
	border-left:#A0C494 1px solid;
	border-right:#A0C494 1px solid;
	}
#form {
	font-weight: bold;
	margin:15px 5px 10px 10px;
	padding:0px;
}
input.blue {
	background-color: #296ba5; 
	font-weight: normal; 
	font-size:1em;
	color: #fff;
	padding: 1px 5px 1px 5px;
	margin-top: 2px;
	}
#apply_now  {
	color:#fff;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	padding: 10px;
	background-color:#DBD187;
	text-decoration:none;
	width:150px;
	margin-left:10px;
	}
#apply_now a {
	width:90%;
	color:#fff;
	text-decoration:none;
	}
#apply_now  a:link {
	width:90%;
	color:#fff;
	text-decoration:none;
}
#apply_now a:visited {color:#fff;}
#apply_now a:hover {text-decoration:underline}

#apply_now_text {   /* left sub nav */
	border-bottom: #000 1px dotted;
	text-align:justify;
	background-color: #399ADF; 
	color:#9edaf6;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	font-size:1.1em;
	line-height:2em;
	}
	
#apply_now_text p { }
#apply_now_home {  /* home page */
	width:150px;
	border-bottom: #000 1px dotted;
	color:#3c9edf;
	font-weight:bold;
	padding:0px 10px 0px 20px;
	font-size:0.9em;
	line-height:1.3em;
	margin-left:5px;
	text-align:justify;
	}
	
/* IE6 Only */
* html #apply_now_home {  /* home page */
	padding:8px 10px 8px 20px;
}

/* IE7 Only */
*:first-child+html #apply_now_home {  /* home page */
	padding:8px 10px 8px 20px;
	}

#centercontent {
	width: 600px;
	min-height:300px;
	background:#fff;
	margin-left: 151px;
	margin-right:200px;
	margin-top:0px;
	padding: 0px 0px 0px 8px;
	font-size:1.2em;
	
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 161px;
	margin-right:200px;
	font-size:1.2em;
	}
html>body #centercontent {
	margin-left: 161px;
	margin-right:200px;
	top: 110px;
	font-size:1.2em;
	}
/* #centercontent p {
	margin:0px;
	/* padding:5px; */
	/* color:#000066; */

#center {
	background:#fff;
	margin-left: 151px;
	margin-right:151px;
	padding: 0px 0px 0px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 161px;
	margin-right:149px;
	font-size:1.2em;
	}
html>body #center {
	margin-left: 161px;
	margin-right:161px;
	top: 110px;
	font-size:1.2em;
	}
#center p {
	padding:4px 10px 4px 0px;
}

#rightcontent {
	position: absolute;
	right:145px;
	top:134px;
	width:200px;
	background:#fff;
	border:1px solid #fff;
	}
#rightcontent p {
	font-size:10px;
	}

/* Center style  ** */
#center_text  {
font-size:1.2em;
	width: 630px;
	color: #000;
	background:#fff;
	margin-left: 151px;
	margin-right:151px;
	padding: 0px 0px 10px 5px;
	voice-family: "\"}\"";
	padding: 0px 0px 10px 5px;
	voice-family: inherit;
	margin-left: 161px;
	margin-right:149px;
}
html>body #center_text {
	margin-left: 161px;
	margin-right:161px;
	font-size:1.2em;
	}
#footer  {
	width: 630px;
	font-size:9px;
	color:#666666;
	background:#fff;
	margin-top: 30px;
	margin-left: 200px;
	margin-right:151px;
	padding: 0px 0px 0px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 161px;
	margin-right:151px;
	
}
html>body #footer {
	margin-left: 161px;
	margin-right:161px;
	}
/* -------------------------------------------------------- */	
#wrapper {
	
	}
#admin {
	font-size:14px;
	padding:5px 5px 5px 20px;
	}
	
.admin_title  { font-size:14; font-weight:bold; }
fieldset {
	border: 1px solid #296ba5;
	width: 85%;
	padding:10px 10px 10px 20px;
	}

legend {
	font-size: 12px;
	font-weight:bold;
	padding: 3px 6px;
	} 
	#center_text_content{
		width: 350px;
		float: left;
	}
	#sec_content{
		width: 250px;
		float: left;
		margin-top: -20px;
		padding: 8px 15px;
		background: url(images/green-line-vert.jpg) no-repeat 5px 20px;
	}
	.bold{
		font-weight: bold;
	}
	.underline{
		text-decoration: underline;
	}
	.blueText{
		color: #296BA5;
	}
