/* 
    Document   : styles
    Created on : 07-Apr-2009, 10:56:56
    Author     : yusuf
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
    background-color: #2B91D7;
	font-family: Verdana,serif;
	font-size: 11pt;
}

#links-page table td
{
}

#meet_the_team td
{
    vertical-align: top;
}

#resolving_problems td
{
   vertical-align: top; 
   padding-bottom: 10;
}

table
{
	font-family: Verdana,serif;
	font-size: 11pt;
}
#top
{
	width: 693px;
	/*padding: 0 24px 0 0;*/
	line-height: 10px;
	color: rgb(0,0,0);
	text-indent: 0px;
    margin-top: 130px;
    font-family: Verdana,serif;
    font-size: 11pt;

}

#top td
{
	list-style: none;
}

#top ul li
{
	display: inline;
}

#top td a
{
	text-decoration: none;
	color: rgb(0,0,0);
}

#top td a:hover
{
	text-decoration: underline;
}

#wrap
{
}

#content
{
	padding-top: 20px;
	width: 493px;
	float: left;
	padding-left: 80px;
	padding-right: 80px;
    padding-bottom: 20px;
	font-family: Verdana,serif;
}
.warning
{
vertical-align: middle;
border: solid 1px #A2BDE0;
background-color: #C8D8ED;
color: #598CCE;


}
.small2
{

font-size=10pt;
color: #598CCE;


}
.small
{
vertical-align: middle;
font-size=10pt;
border: solid 1px #A2BDE0;
background-color: #C8D8ED;
color: #598CCE;


}
hr 
{
color: #598CCE;
height=1px;
}

.noborder
{
border: solid 1px #444444;
}

.navheader a:link,.navheader a:visited,.navheader a:active {
	color: #598CCE;
	text-decoration: none;
}
.navheader a:hover {
	color:#598CCE;
	text-decoration: underline;
}
