/***********************************************/
/* mirapointLeftNav.css                        */
/* Use with template All nav                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

a{
	color: #000066;
	text-decoration: none;
}

a:link{
	color: #000066;
	text-decoration: none;
}

a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	color: #FED649;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 	font-family: Arial,Verdana,sans-serif ;
	line-height: 20px ;
	font-size: 20px ;
	font-style: bold ;
	text-indent: 0pt ;
	margin-left: 0px ;
	color: #000080;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.small {	
	font-family: Verdana,Arial,Helvetica,sans-serif ;	
	font-size: 10px ;	
	font-weight: normal;
	color: #000080;
}

ul{
	list-style-image:  url('../images/bullet.gif');
	word-spacing: normal;
	list-style-position: outside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: armenian;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000066;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	padding: 10px 0px 0px 15px;
	width: 100%;
}

#bodylayout{
	padding: 10px 0px 0px 155px;
	width: 100%;
}

#navBar{
	float: left;
	width: 177px;
	margin: 0px 0px 0px 10px; 
	padding: 0px;
	background-color: #eeeeee;
	border-right: 0px solid #eeeeee;
	border-bottom: 0px solid #cccccc;
	border: 1px solid #000080;
}

#secNav{
	float: left;
	width: 177px;
	margin: 0px 0px 0px 10px; 
	padding: 0px;
	background-color: #eeeeee;
	border-right: 0px solid #eeeeee;
	border-bottom: 0px solid #cccccc;
	border: 1px solid #000080;
}

#content{
	float: left;
  	width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #000080;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 0px;
	font-size: 90%;
}

#search form{
	 margin: 0px;
	 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
	list-style-type: none;
}

#sectionLinks ul{
	word-spacing: normal;
	/*list-style-position: outside;*/
	list-style-type: none;
	list-style: none;
}

#sectionLinks a {
	font-family: Helvetica;
	font-size: 12px;
    font-weight: bold;
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 5px 0px 5px 10px;
}

/*
#sectionLinks a:hover{
	position:relative;
	background-color: DCE2F6;
	z-index:4; 
	border: 1px #000080; 
	width:155; 
	height:10; 
	padding: 5px 0px 5px 10px;
	color: #000080;
	text-decoration:none;
	
}
*/

#sectionLinks a:hover{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #8D816B;
	text-decoration:none;
	background-color: #FFFFFF;
}


#sectionLinks a:on{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #8D816B;
	text-decoration:none;
	background-color: #DCE2F6;
}

/************** #On Section Link **************/
/*
.buttonOn {
	background-color: #DCE2F6;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #000080;
	position: relative;
	top: inherit;
	z-index: 10;
}
*/

.buttonOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8D816B;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*********** #tocLinks styles ***********/

#tocLinks ul{
	list-style-image:  url('../images/bullet.gif');
	word-spacing: normal;
	list-style-position: outside
}


#tocLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}

#tocLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fed649;
	text-decoration: underline;
}

/*********** #helpCenter styles ***********/


td {font-size:83%;}

ul.section {
	list-style-type:none;
	line-height:155%;
	margin:0;
	padding: 1px 0 0 25px;
}

ul.section li {
	background-image: url(../images/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding:0 0 0 .8em;
}


/*
#helpCenter ul{
	list-style-image:  url('../images/bullet.gif');
	word-spacing: normal;
	list-style-position: outside
}
*/

#helpCenter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}

#helpCenter a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fed649;
	text-decoration: underline;
}


.sectiontitle {
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #000080; 
	font-size: 95%; 
	color: #000080;
}

.sectiontitle_big {
	padding:0 0 1px 0;
	border-bottom:1px solid #000080; 
	font-size: 16px;
	font-weight:bold;
	color:#000080;
}

.sectiontitlenobr {
	padding: 0px 0px 8px 0px;
	font-size: 20px;
	font-weight:bold;
	color:#000080;
}

#sectionBorder{
	margin: 0px 0px 0px 10px; 
	padding: 10px 10px 10px 10px;
	border: 1px solid #000080;
}

.qtopic{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 1px 0px;
	border-bottom:1px solid #000080; 
	font-size: 20px;
	font-weight: bold;
	color: #000080;
}

.answertopic{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 8px 35px;
	font-size: 17px;
	color: #000080;
}

/*********** #helpCenter styles ***********/


/**************************************/

td {font-size:83%;}

ul.instructions {
	list-style-type:none;
	
	margin:0;
	padding: 1px 0 0 25px;
}

ul.instructions li {
	
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding:13px 0 3px .8em;
}

/**************************************/



/************** #old CSS Styles **************/

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
}

.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000080;
	font-weight: bold;
}
.howtotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000080;
}

/** Custom Table widths **/

.bodytable {
width: 875px;
}


