*******************************************************************************************

Title:		ID SELECTORS

Author:		Lisa Shoar (Senior Web Producer -- Mind Over Machine, inc.)

Updated:	08/26/08

*******************************************************************************************/


*{
margin:0px;
padding:0px;


}

body{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #c0c0c0;
margin:0px 0px; padding:0px;
text-align:center;
background-color:#dcdcdc;

	
}

a{
text-decoration: underline;
color: #00ace5;
}

a:hover {
text-decoration:underline;
color:#086584;
}


img{
border:none;
}

p{
margin:0px;

}
#footer1_right p {
padding: 5px 0px 5px 5px;
font-size:12px;
}

#main_content_right p {
padding:15px 10px 15px 22px;
color:#6695a5;
}

#main_content_right ul
{
list-style: none;
margin: 0;
padding: 6px 6px 1px 32px;
}
#main_content_right li
{
background-image:  url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 30%;
padding: 1px 1 2px 10px;
margin: .2em 0;
}

#main_content_left h1 {
padding:15px 10px 10px 40px;
color:#6695a5;
font-size:16px;
margin:0px;
}

#main_content_left p{
padding:10px 12px 6px 40px;
color:#5a6468;
line-height:17px;
}

#main_content_left img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ACE5;
	border-right-color: #00ACE5;
	border-bottom-color: #00ACE5;
	border-left-color: #00ACE5;
}

.callout {
color: #52b2c6;
font-size:14px;
font-weight:bold;
text-align: justify;
}

