/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.



Version: 1.1, November 28, 2005 */



/**************** Page and tag styles ****************/



body  {	margin:0; padding:0; color:#303030; background:#336633 url(img/bodybg.gif) top left repeat-y; font:76% Verdana,Tahoma,sans-serif;}



ul

{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}



li

{margin:0 0 8px 25px;}



a

{color:#d85d5d; font-weight:bold; text-decoration:none;}



a:hover

{color:#505050; text-decoration:underline;}



img

{float:left margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}



a img

{border-color:#d85d5d;}



a img:hover

{
	border-color:#d85d5d;
}





/**************** Content area styles ****************/



#content

{
	background:#fafafa;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content p

{margin:0 0 20px 0; line-height:1.5em;}



#content h1

{margin:0; color:#d85d5d; font-size:4em; letter-spacing:-5px; text-align:center;}



#content h2

{margin:0; color:#808080; font-weight:normal; font-size:2em; letter-spacing:-2px; text-align:center;}



#content h3

{clear:both; margin:30px 0 10px 0; color:Maroon; font-weight:normal; font-size: 1.5em; }



/*************************JOES ADDITIONS*********************************/

.header_container  {
	padding: 0px;
	width: 759px;
	border: thin solid #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    background-color: #33a02b;
}

.header_graphic  {
	background-image: url(images/IFMC-Header_New.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 151px;
}

.menu {
	background-color: #33a02b;
	width: 759px;
	margin: 0px;
	padding: 0px;
}

div.menu hr  {
    display: block; 
	clear: left; 
	margin: -0.66em 0;
    visibility: hidden;
}

.menu_item {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: left;
}

.menu_item a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

.menu_item a:hover  {
	color: #00CCFF;
	text-decoration: none;
}

.blog_container  {
	text-decoration: none;
	list-style-type: disc;
	width: 200px;
}

.blog_container a {
	font-weight: normal;
	color: #FF3300;
}

.blog_container a:hover {
	text-decoration: none;
	color: #FF9966;
}

.alert_text  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.alert_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.blog_container_header {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.center {
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}

.tinyredtext  {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
	color: #FF0000;
}

.large_alert_text {
	font-size: 1.9em;
	color: #F00;
	text-align: center;
}

.large_alert_text a {
    font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;	
    text-align: center;
}

.highlight {
	background-color: #FFC;	
}

.banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fafafa;
	background-color: #fafafa;	
    margin: 0px;
	padding: 0px;
}

.banner a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fafafa;
	background-color: #fafafa;
    margin: 0px;
	padding: 0px;
}

.img_left {
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;	
}
