/* MPI Training Site CSS   */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	margin: 5px;
	padding-bottom: auto;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height:16px;
}

.white{
	color: #fff;
	text-decoration: none;
}

.white a{
	color: #fff;
	text-decoration: none;
	font-weight: bold
}

.white a:link{
	color: #fff;
	text-decoration: none;
	font-weight: bold
}

.white a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold
}
.white a:hover{
	color: #ccffff;
	text-decoration: none;
	font-weight: bold;
}

.whitetitle{
	font-size:13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}


/* Link Style */
a{
	color: #0066cc;
	text-decoration: underline;
}

a:link{
	color: #0066cc;
	text-decoration: underline;
}

a:visited{
	color: #ff3300;
	text-decoration: underline;
}

a:hover{
	color: #CC6600;
	text-decoration: underline;
}

.b:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

.b:hover {
	color: #FF3300;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
/* Link Style End */

/***** Banner, Header, Logo, Navigation  *****/

#wrapper{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0872b9;
  	color: #000;
	background-position: left top;	/* margin: 0px auto; to fix centering in Mozilla */
}

#header{
	width: 100%;
	height: 28px;
	padding: 0px;
	margin: 0px;
	background-color: #0872b9;
} 

#header1{
	width: 100%;
	height: 15px;
	padding: 0px;
	margin: 0px;
	background-color: #0872b9;
} 

#banner {
    width:100%;
	height:117px;
	background-image: url(http://www.mpi.net/MPItraining/Graphics/New_Training/grey-slice-banner.jpg);
  
}

#banner img{
	float:none;
	border:none;
}

#logo{
	position:absolute;
	z-index: 1;
	width: 110px;
	padding: 0px;
	margin-top: -105px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 690px;
	height: 95px;
	background-image: url(http://www.mpi.net/MPItraining/Graphics/New_Training/icon-Es.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#logo_asm{
	position:absolute;
	z-index: 1;
	width: 110px;
	padding: 0px;
	margin-top: -105px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 690px;
	height: 95px;
	background-image: url(http://www.mpi.net/MPItraining/Graphics/New_Training/icon-Ar.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#logo1{
	position:absolute;
	z-index: 1;
	width: 110px;
	padding: 0px;
	margin-top: -105px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 710px;
	height: 95px;
	background-image: url(http://www.mpi.net/MPItraining/Graphics/New_Training/icon-student.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#logo2{
	position:absolute;
	z-index: 4;
	width: 182px;
	padding: 0px;
	margin-top: -100px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 500px;
	height: 95px;
}


#navbar1{
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-color: #0872b9;
	text-align:center;
	
}

#navbar2{
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-color: #0872b9;
}

#block_learningobject{
	width: 90%;
	border: 1px solid #0872b9;
	margin-left: 15px;
	font-size: 11px;
	color: #cc3300;
	font-style:italic;
	padding: 10px;
	margin-right: 15px;
	/*font-weight: bold;
	
	background-image:   url(http://www.mpi.net/MPItraining/Graphics/New_Training/blue-gradient.jpg);
	background-repeat: repeat;
	background-position: center center;*/
}

#block_learningobject2{
	width: 90%;
	border: 1px solid #0872b9;
	margin-left: 15px;
	font-size: 11px;
	padding: 10px;
	margin-right: 15px;
	/*font-weight: bold;
	
	background-image:   url(http://www.mpi.net/MPItraining/Graphics/New_Training/blue-gradient.jpg);
	background-repeat: repeat;
	background-position: center center;*/
}

/***** Body Contents  *****/

#contents{
	float: left;
    width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}

#contents1{
	z-index: 1;
	float: left;
    width: 79%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.leftcolumn {
	background-color: #A5CFF1;
	width: 20%;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 100%;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftcolumn2 {
	background-color: #A5CFF1;
	width: 200px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 100%;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftcolunm1{
	z-index: 1;
	float: left;
	width: 150px;
	height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/**background-color: #e2eaeb;**/
	background-image: url(http://www.mpi.net/MPItraining/Graphics/New_Training/blue-grey-slice.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#leftcolunm2{
	float: left;
	width: 15%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 125px;
	padding-left: 0px;
	background-color: #66ccff;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#leftcolunm3{
	z-index: 1;
	float: left;
	width: 170px;
	height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #A5CFF1;
	
}


.centercolumn {
	width: 60%;
	height: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A5CFF1;
}

.rightcolumn {
	background-color: #A5CFF1;
	width: 20%;
	height: 100%;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}

#rightcolunm1{
	float:right;
	width: 20%;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #66ccff;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 128px;
	border-right-width: 1px;
	border-right-style: solid;
	}


form{
	font-size: 100%;
}


h1{
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #3399ff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-left: 5px;
}

h2{
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #3399ff;
    margin: 0px;
    padding: 0px;
}

h3{
    font-family: Arial,sans-serif;
    font-size: 100%;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

h4{
    font-family: "Trebuchet MS";
	font-size: 13px;
	color: #CC3300;
}
.regularbullets {
	list-style-type: disc;
	color: #0482FF;
}


h6{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #ffffff;
	}

/*  Highlight Style */
h5{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	font-style: uppercase;
}

/*  Highlight Style End */

/* Bullet Style */
.bulletsnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3399ff;
	list-style-type: decimal;
	padding-right: 15px;
	font-weight: bold;
}

/* Bullet Style End */

ul{
 list-style-type: none;
}
#block_sidenote ul li {
	list-style-type: disc;
}
.left-pad-20 ul li {
	list-style-type: disc;
}
.letter-list {
	list-style-type: lower-alpha;
}

.roman-numerial-list {
	list-style-type: lower-roman;
}



ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: #333333;
}

table{
	font-size: 100%;
}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	position: absolute;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	background-repeat: repeat;
	/*background-image: url(../imagesCss/whiteTras.png);*/
	list-style-type: none;
	left: 750px;
	font-size: 11px;
	line-height: 15px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 11px;
	padding: 0 4px 0 0;
	font-weight: bold;
	line-height: 20px;
}

/************** #content styles *****************/
#content ul{
 list-style-type: square;
}


/*************** #Title styles **************/

#pageTitle{
	font-family: "Trebuchet MS";
	color: #CC6600;
	font-size: 22px;
	font-weight: bold;
}


/************* #global styles *************/

.orangeButton{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #f24a00;
	font-weight: bold;
	border: 1px solid #f24a00;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}

.orangeB2{
	color: #FFFFFF;
	background-color: #f24a00;
	font-weight: bold;
	border: 1px solid #f24a00;
	text-decoration: none;
}

#td_right1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #3399ff;
	margin-top: -40px;
	margin-bottom: 30px;
	/*padding-right: 30px;*/
	padding-left: 0px;
	width: 160px;
	font-weight: bold
	}
	
#td_right2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #3399ff;
	margin-top: -40px;
	margin-bottom: 15px;
	/*padding-right: 30px;*/
	padding-left: 0px;
	width: 160px;
	font-weight: bold
	}
	

#td_left {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #3399ff;
	margin-top: -40px;
	margin-bottom: 15px;
	margin-left: 100px;
	width: 180px;
	font-weight: bold;
	text-decoration: none;
	}

#td_left a{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #3399ff;
	}


.td2 {
	font-family: Arial,sans-serif;
	font-size: 11px;
	padding-top: 85px;
	padding-right: 40px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	width: 300px;
	text-decoration: none;
	}
	
.td2 a{
	color: #000000;
	text-decoration: none;
	}

.smalltext{
	font-family: Arial,sans-serif;
	font-size: 10px;
	padding-top: 100px;
	padding-right: 0px;
	padding-left: 5px;
}

.smalltext1{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}


.smalltxt{
	font-family: Arial,sans-serif;
	font-size: 10px;
}


.smalltxt a{
	/*color: #333333;*/
	text-decoration: underline;
}

.smalltxt a:hover{
	text-decoration: underline;
}

.smalltxt_white{
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 5px;
}


.smalltxt_white a{
	color: #fff;
	text-decoration: underline;
}

.smalltxt_white a:hover{
	color: #ffcc00;
	text-decoration: underline;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 65%;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
}


/************** .feature styles ***************/

.feature{
	font-size: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.feature h3{
	text-align: left;
}

.feature img{
	float: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature p{
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*.feature table{
	border: 1px solid #999999; 
}

.feature td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.feature th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #f5f5f5;*/
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** .storyG styles *****************/

.storyG{
	clear: both;
	font-size: 80%;
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
}

.storyG p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #999999;
	/*background-image: url(../imagesCss/footer_bg.jpg);*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 10px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
}

#search form{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}

 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: relative;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	background-color: #f5f5f5;
	/*background-image: url(../imagesCss/navigation_bg1.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom:15px;
	padding-left: 0px;
	margin: 5px;
	border: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 3px; PADDING-TOP: 0px
}
#sectionLinks LI {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	LINE-HEIGHT: 15px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	background-image: url(../imagesCss/buld.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#sectionLinks UL LI A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; COLOR: #f24a00; PADDING-TOP: 0px; FONT-FAMILY: tahoma, arial, times new roman; TEXT-DECORATION: none
}
#sectionLinks LI A:hover {
	COLOR: #f24a00; TEXT-DECORATION: underline
}


/*********



/*********** #greenLinks styles ***********/

#greenLinks{
	position: relative;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	/*background-image: url(../imagesCss/navigation_bg6.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom:15px;
	padding-left: 0px;
	margin: 5px;
	border: 1px solid #ffdc6d;
	background-color: #FEF2C8;
}

#greenLinks h3{
	text-align: right;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #03a803;
	font-size: 14px;
}

#greenLinks UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 3px; PADDING-TOP: 0px
}
#greenLinks LI {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	LINE-HEIGHT: 15px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	/*background-image: url(../imagesCss/li_bg2.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
}
#greenLinks UL LI A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; COLOR: #03a803; PADDING-TOP: 0px; FONT-FAMILY: tahoma, arial, "times new roman"; TEXT-DECORATION: none
}
#greenLinks LI A:hover {
	COLOR: #03a803; TEXT-DECORATION: underline
}

/************







/*********** #archiveLinks styles ***********/

#archiveLinks{
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background-color: #f5f5f5;
	/*background-image: url(../imagesCss/navigation_bg1.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom:15px;
	padding-left: 0px;
	margin: 5px;
	border: 1px solid #cccccc;
	color: #666666;
}

#archiveLinks h3{
	padding: 10px 0px 2px 10px;
}

#archiveLinks UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 3px; PADDING-TOP: 0px
}
#archiveLinks LI{
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	LINE-HEIGHT: 15px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	/*background-image: url(../imagesCss/li_bg3.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
}
#archiveLinks UL LI A {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 0px; 
	COLOR: #4C7DBB; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: tahoma, arial, times new roman; 
	TEXT-DECORATION: none
}
#archiveLinks LI A:hover {
	COLOR: #4C7DBB; TEXT-DECORATION: underline
}


/*********

/************
/*********** .relatedLinks styles ***********/

#relatedLinks{
	position: relative;
	font-size: 11px;
	text-align: left;
	background-color: #E4EBF5;
	/*background-image: url(../imagesCss/navigation_bg3.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom:15px;
	padding-left: 0px;
	margin: 5px;
	border: 1px solid #83a2ce;
	color: #333333;
	font-weight: normal;
}

#relatedLinks h3{
	font-size: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#relatedLinks UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 3px; PADDING-TOP: 0px
}
#relatedLinks LI {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
}
#relatedLinks UL LI A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; COLOR: #333333; PADDING-TOP: 0px; FONT-FAMILY: tahoma, arial, "times new roman"; TEXT-DECORATION: none
}
#relatedLinks LI A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines p{
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#headlines img{
	margin: 2px;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#headlines a{
	color: #333333;
	text-decoration: none;
}

#headlines a:hover{
	text-decoration: underline;
}
#block_sidenote {
	font-size: 11px;
	color: #cc3300;
	background-color: #FFFFFF;
	width: 90%;
	padding-top: 3px;
	list-style-type: none;
	float: none;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 10px;
}

#block_sidenote2 {
	font-size: 11px;
	color: #cc3300;
	background-color: #FFFFFF;
	width: 90%;
	padding-top: 5px;
	list-style-type: none;
	float: none;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-left: 10px;
	text-align: left;
}

#block_sidenote2 ul li {
	list-style-type: disc;
}




/******** Copyright Style *********/
#footer {
	width: 100%;
	height: 15px;
	padding: 0px;
	margin: 0px;
	background-color: #0872b9;
	text-align:center;
}


/**** Copyright Style End ****/

.left-pad-20 {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 20px;
	display: block;
}



.table_content_header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: 3399cc;
}

.table_content_header2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: 3399cc;
}
.table-content-body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}


.bullets_number-sm_bb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
	padding-right: 10px;
	padding-left: 16px;
	list-style-type: disc;
	line-height: 16px;	/*list-style-type: decimal;*/
}

.bullets_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	list-style-type: disc;
	line-height: 16px;	/*list-style-type: decimal;*/
}

.H1-class-heading {
	font-family: "Trebuchet MS";
    font-size: 20px;
    color: #3399ff;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-left: 5px;
}
.bold-number {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399ff;
}
.h4-class-header {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
}

#pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
	color: #6699CC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
	font-weight: bold;
}
.regularbullets {
	list-style-type: disc;
	color: #3399ff;
	font-weight: bold;
}

/* boxes ASM */
.blue-box {
	border: 1px solid #3399ff;
}

blockquote.grey-bg {
	background-color: #CCCCCC;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

blockquote.grey-bg-nomargin {
	background-color: #CCCCCC;
	margin-right: 10%;
	margin-left: 0%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* boxes ASM end*/

/* table styles start*/


.grey-border {
	border: 1px solid #CCCCCC;
}
.header-row {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.alternate-row{
	background-color: #CCCCCC;
	
}

/* table styles end*/
.h2_pad_class {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #3399ff;
	font-size: 16px;
	display: block;
	padding-left: 15px;
	font-weight: bold;
}

.input
{
	color: #000;
	border: 1px solid #6699CC;
	background-color: #FFFFFF;
	width: 65%;
}
.blue-subhead-3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3399ff;
}
#wrapper #contents .centercolumn img {
	display: inline;
	padding: 3px;
}
.grey-border-5 {
	border: 5px solid #CCCCCC;
}


.detailtbl{
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	
}

.detailtbl th{
	background:#CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	/*text-align: center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.greyDotLine{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.cellyellow{
	background-color: #fffcec;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
 
.cellhighlight{
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 