/* HIMSS Southern Regional Conference 2010 */
#Header
{
	margin-top:    6px;
	margin-right:  60px;
	margin-bottom: -7px;
	margin-left:   60px;
			
	padding: 0px;
	
	background-color: #C2C2C0;
}

.Content 
{
	margin-top:    0px;
	margin-right:  60px;
	margin-bottom: 5px;
	margin-left:   60px;
	
	padding: 2px;
	
	background-color: #C2C2C0;
}

p   { color: #333333; font: 13px verdana, sans-serif;}

h1  { color: #555444; font: 30px verdana, sans-serif; text-align: center;}

h2  { color: #A06800; font: 24px verdana, sans-serif;}

img { padding: 2px;}

border { border-color:#360; border-bottom-width:medium; border-style:outset;}

/* For each link type pick:
      a color value (use chart from text),
      a text-decoration type (see of text pg. 168), 
      and a background color (use chart from text) 
 */
a         {}
a:link    {font-weight:normal; color:#281E1C; text-decoration:underline}
a:visited {font-weight:bold; color:#281E1C; text-decoration:underline}
a:hover   {font-weight:bolder; color:#281E1C; text-decoration:underline}