/* CSS layout rules for content of Vigil Project */

body{
	font-size: 69%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (espcially on a Mac) */
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #efefef;
	background-image:url(../images/bkgMain.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	height:100%;

	}
	
p, ol, li, dd, table {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.6em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1.6em;	
	font-weight : normal;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 0px;
}	
a{
	text-decoration:underline;
	color:#666;
}
a:hover{text-decoration:none; color:#333;}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	font-weight: bold;	
	color: #00345F;
	margin: .1em 0 .5em 0;		
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #00345F;
	margin: .1em 0 .5em 0;
}
.calloutRight{border-top:1px solid #999; border-bottom:1px solid #999; font-size:1.1em; line-height:3em; font-family: Arial, "Times New Roman", Times, serif; font-weight:bold; margin-bottom:6px;}
.calloutLeft{border-top:1px solid #999; border-bottom:1px solid #999; font-size:1.1em; line-height:3em; font-family: Arial, "Times New Roman", Times, serif; font-weight:bold; text-align:right; margin-bottom:6px;}
div.hr{border:0;width:100%;height:2px;margin:0; margin-bottom:6px;padding:0;background-image:url(../images/imgHr.jpg); background-repeat:repeat-x; background-position:left 0px; clear:both;}
div.hr hr {
  display: none;
}
img {
	border:0;
}

.errorMessage 
{
    color: #CC0000;
    font-weight:bold;
    padding:3px;
    line-height:1.5em;
    text-align:left;
	display:block;
	margin:0;
	padding:0;
}

 li
 {
    	
    	margin-bottom:0;
    	margin-top:0;

    }