.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {
	font-size: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body h1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* more specific to override imported rule */
    font-size:    large;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-large;
    /* intended value for better browsers */
    }
html>body h1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:    x-large
    /* be nice to Opera */
    }

body h2 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* more specific to override imported rule */
    font-size:    medium;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    large;
    /* intended value for better browsers */
    }

html>body h2 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:    large;
    /* be nice to Opera */
    }

body h3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* more specific to override imported rule */
    font-size:    small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    medium;
    /* intended value for better browsers */
    }

html>body h3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:    medium
    /* be nice to Opera */
    }

body h4 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
    }

html>body h4 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:    small
    /* be nice to Opera */
    }

.contentDiv {
	padding: 0px;
	width: 778px;
	margin-top: 20px;
	margin-left: 4px;
	margin-bottom: 10px;
	width: 778px;
}
.content {
	padding-left: 5px;
	padding-right: 5px;
}
a {
	color: #EBBF69;
}

a:visited {
	color: #FFFF66;
}

a:hover {
	background-color:#7194B8;
	color:#ffffff;
}

#leftmenu a {
	color: #EBBF69;
	text-decoration:none;
}

#leftmenu a:visited {
	color: #EBBF69;
	text-decoration:none;
}
#leftmenu a:hover {
	color: #ffffff;
	text-decoration:none;
}
.medBlue {
	margin-top:5px;
	margin-bottom:5px;
}
.medBlue a:link {
	color:#FFCC99;
	text-decoration:none;
}
.medBlue a:hover {
	text-decoration:underline;
}
.item {
	margin-top:0px;
	margin-bottom:10px;
	font-size:12px;
}
body .pullout {
	margin-right: 3em;
	color: #FFcc00;
	margin-left: 3em;
	font-style: italic;
	font-weight: bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
    }

html>body .pullout {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:    small
    /* be nice to Opera */
    }
img.titleImageSpacing {
	margin-bottom: 10px;
}
.welcomeSection a:link, .welcomeSection a:hover, .welcomeSection a:visited {
	color:black;
	text-decoration:none;
}
.welcomeSection a:hover {
	color:white;
	text-decoration:none;
}
.mastercom-bar {
	background-color:#5B84AD;
	padding: 3px;
}
.box-for-fill-in-form {
	background-color:white;
	color:black;
	border:1px solid black;
	padding:10px;
}

/*********** #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: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	background-color:#7194B8;
	color:white;
	text-decoration:none;

	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;

	background-color:#7194B8;
	color:white;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	background-color:#ffffff;
	color:black;
	text-decoration:none;
}


.left-menu p {
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-color:#7194B8;
	padding:4px;
	margin:0px;
}
.left-menu a, .left-menu a:visited {
	background-color:#7194B8;
	color:white;
	text-decoration:none;
}
.left-menu p:hover, .left-menu a:hover {
	background-color:#ffffff;
	color:black;
	text-decoration:none;
}