/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}

img{
	border:0px;
	vertical-align:top;
}

td{
	vertical-align:top;
	border:0px;
	padding:0px;
	margin:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

a:link {color:#087dc0; text-decoration: none;}
a:active{color:#087dc0; text-decoration: none;}
a:visited {color:#087dc0; text-decoration: none;}
a:hover {color:#087dc0; text-decoration: underline;}


input{
	border:1px solid #6594c6;	
}

.button{
	font-size:11px;
	color:white;
	margin-top:5px;
	background:#6594c6;
}

#main{
	background:url(../../assets/images/main_bg.gif) repeat-x #408bc0;
	width:100%;
	height:100%;
}

#mainTable{
	width:768px;
	height:752px;
	background:#f9f9f9;
	
}

#leftColumn{
	width:211px;
}



.leftCaption{
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0px 0px 15px;
	color:#01477d;
}

.leftCaption:first-letter{
	font-size:19px;
}

.leftTxt{
	padding:10px 0px 10px 16px;
	color:#5a5b85;
}

/* Menu START */

#menu{
	width:211px;
	height:295px;
	background:url(../../assets/images/menu_bg.gif) repeat-x;
}

.menuLink{
	font-weight:bold;
	font-size:14px;
	color:#087dc0;
	border-bottom:1px solid #087dc0;
	padding:20px 10px 2px 40px;
	background:url(../../assets/images/menu_bullet.gif) no-repeat 165px 23px;
	line-height:16px;
}

#menuBottom{
	height:18px;
	background:url(../../assets/images/menu_bottom.gif) no-repeat;
}

/* Menu END */

.mainText{
	color:#01477d;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
	line-height:25px;
	text-transform:uppercase;
}

.mainBullet{
	color:#2f5b8b;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:10px 0px 5px 40px;
	background:url(../../assets/images/bullet.gif) no-repeat 10px 14px;
}

#rightColumn{
	width:557px;
}

.rightTxt{
	padding:20px 20px 10px 20px;
}

.captionBlue{
	font-size:16px;
	font-weight:bold;
	color:#01477d;
}

#footer{
	background:url(../../assets/images/footer.gif) no-repeat #408bc0;
	height:116px;
}