html *{

	font-family:Georgia, "Times New Roman", Times, serif;
	color:#034505;
	font-size:14px;
	font-weight:500;
	}
	
body{
	width:1000px;
	margin:auto;
	}  
#content p{
	text-indent:5px;
	width:500px;
	}
#pseudo_body{
	background-image:url(images/body_line.jpg);
	background-repeat:repeat-y;
	}
#head{
	height:140px;
	background-image:url(images/calico_title.jpg);
	}
#topNav{
	float:right;  

	padding:0px 50px;
	}
#topNav *{
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	letter-spacing:2px;
	}
#topNav a, .button{
	float:left;
	background-image:url(images/calico_button.gif);
	width:150px;
	height:30px;
	padding-top:10px;
	}
#topNav a:hover{
	background-image:url(images/calico_button2.gif);
	color:#0D34AB;
	}

#topNav div div{
	display:none;
	}
.trigger{
	width:150px;
	float:left;
	}
.trigger div{
	position:absolute;
	margin-top:40px;
	margin-left:-150px;
	}
html > body .trigger div{
	margin-left:0px;
	}
#topNav .trigger div a{
	display:block;
	float:none;
	}
#content_buffer{
	background-image:url(images/top_divider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:50px;
	margin:0px 49px 0px 51px;
	clear:both;

	}
#content {
	padding:5px 55px;
	height:300px;
	}
	
html > body #content{
	min-height:300px;
	height:auto;
	}

#footer{
	height:149px;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	padding:10px;
	}
.my_table{
	border-collapse:collapse;
	}
.my_table td{
	border:1px solid #1A7410;
	background-color:#D0F8CB;
	padding:5px;
	}