/* CSS Document */
body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
#excellence {
	width: 900px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#header_l_indx {
	height: 200px;
	width: 230px;
	background-image: url(logo_indx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_m_indx {
	background-image: url(head_con.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-top: 150px;
	padding-bottom: 20px;
	padding-right: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#maincol_indx {
	background-image: url(header_con.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
}
#maincol_indx a,active,hover,visited {
	font-size: 16px;
	font-weight: bold;
	color: #C19200;
	text-decoration: none;
}

#maincol_indx p:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #C19200;
	text-decoration: none;
	text-transform: capitalize;

}
#leftcol_indx {
	background-image: url(bnr_strd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	padding-top: 40px;
	background-color: #F6BA24;
}
.menu_indx_item {
	padding: 5px;
	height: 20px;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
}
.menu_indx_item:hover {
	height: 20px;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu_indx_item a{
	color: #000000;
	text-decoration: none;
}
.menu_indx_item a:active{
	color: #000000;
	text-decoration: none;
}
.menu_indx_item a:hover{
	color: #F6BA24;
	text-decoration: none;
}
.menu_indx_item a:visited{
	color: #333333;
	text-decoration: none;
}
#footer_l_indx {
	background-color: #F6BA24;
	padding-bottom: 5px;
}
#footer_m {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer_m a {
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	text-decoration: none;
}
#footer_m a:active {
	color: #787878;
	text-decoration: none;
}
#footer_m a:hover {
	color: #FF9900;
	text-decoration: none;
}
#footer_m a:visited {
	color: #666666;
	text-decoration: none;
}
.field {
	background-color: #FAF1AE;
	border: 1px solid #F6BA24;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.field:focus {
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.btn {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #F6BA24;
	border: 1px solid #F6BA24;
}
.fieldcode{
	font-size: 18px;
	color: #CC9900;
	border: 1px solid #FFFFFF;
	background-image: url(code.jpg);
	letter-spacing: 3px;
	text-align: center;
}
