/* CSS Document */
html, body {
	background-color:#FFF;
	
}
html, body,textarea, select, form {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

table
{
	border:solid;
	border-width:1px;
	border-color:#ebebeb;
	
}


hr
{
	width:400px;
	color:#09F;
	float:left;
	
}


h1
{
	font-family:Myriad Pro;
	font-size: 18px;
	color:#FFF;
	}	
	
h2
{
	font-family:Myriad Pro;
	font-size: 18px;
	color:#000;
	}		
	
	

a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#0d2c53;
	font-weight:bold;
}

a:hover
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#F60;
	text-decoration:underline;
}

					 
.parent_div 
{
	margin: auto;
	width: 1100px;

	overflow:hidden;
	height:100%;
	border:0px;
	border-width:0px;
	border-color:#000;
}

.inner_div 
{
	margin: auto;
	width: 1024px;
	border:solid;
	border-width:0px;
	border-color:#000;
}


/* TOP BUTTONS  */

.headerbg
{
	width:1024px;
	height:150px;
	background-color:#2e4e89;
	float:left;
	
}

#logo
{
	width:301px;
	height:66px;
	float:left;
	margin:10px 20px 0 0;	
}


.headerbg h1
{
	width:150px;
	height:80px;
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	color:#FFF;
	float:left;
	margin:40px 0px 0px 150px;	
}

.headerbg h2
{
	width:100px;
	height:80px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	float:left;
	margin:40px 0px 0px 20px;	
}


#apply
{
	width:111px;
	height:46px;
	float:left;
	margin:30px 0px 0px 100px;
}

.btnbar
{
	width:1024px;
	height:55px;
	background-image:url(images/btn_bg.png);
	background-repeat:repeat-x;
	float:left;
	
}


.upbtn
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
	float:left;
	width:1100px;
	height:50px;

}

.upbtn ul {
				padding: 0;
				margin-left:0px;

			}
				.upbtn ul li {
					color:#616161;
					list-style: none;
				}
					.upbtn ul li a {
						height: 27px;
						padding: 5px 5px 0px 20px;
						margin-bottom: 4px;
						text-decoration: none;
						float: left;
						color:#616161;
					}
					
						.upbtn ul li a:hover {
							color:#616161;
							text-decoration:underline;
						}
							.upbtn ul li a.selected {
								color:#ff6e7c;
								font-weight:bold;
							}


#header
{
	width:1025px;
	height:293px;
	background-color:#FFF;
	float:left;
	margin-left:-2px;
	margin-top:5px;
}

		
/* INNER PORTION  */	

.leftcolmn
{
	width:280px;
	float:left;
	margin-top:50px;
	margin-left:30px;
	background-color:#FFF;
	border:solid;
	border-width:2px;
	border-color:#ebebeb;
	
}

.rightcolmn
{
	width:705px;
	float:left;
	margin-top:50px;
	margin-left:0px;
	background-color:#FFF;
	border:solid;
	border-width:2px;
	border-color:#ebebeb;
	}

.hedbg
{
	width:607px;
	height:42px;
	background-image:url(images/heading.png);
	background-repeat:no-repeat;
	float:left;
}

.hedbg-right
{
	width:275px;
	height:42px;
	background-image:url(images/heading.png);
	background-repeat:no-repeat;
	float:left;
}

.hedbg h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	float:left;
	margin:8px 2px 0 10px;
}

.pink
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#d2097f;	
}

.black
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	text-align:left;
	
}

.text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	text-align:justify;
}

/* FOOTER */

.footer
{
	width:1024px;
	
	background-color:#e0e0e0;
	float:left;
	margin-top:10px;
}

.fbtn
{
	font-family:Myriad Pro;
	font-size:10px;
	color:#1e5483;
	float:left;
	width:1050px;
	height:50px;
	margin-top:15px;
}

.fbtn ul {
				padding: 0;
				margin-left:0px;

			}
				.fbtn ul li {
					color:#1e5483;
					list-style: none;
				}
					.fbtn ul li a {
						height: 27px;
						padding: 0px 5px 0px 3px;
						margin-bottom: 4px;
						text-decoration: none;
						float: left;
						color:#1e5483;
					}
					
						.fbtn ul li a:hover {
							color:#000;
							text-decoration:underline;
						}
							.fbtn ul li a.selected {
								color:#ff6e7c;
								font-weight:bold;
							}


#copyright
{
width:1024px;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
float:left;
margin-left:10px;
}
