/* CSS Document 
	Client: Tuohy Law Offices
	Author: Megan L. Dixon  
	Creation Date: March 2006
	Version 1.0
*/

body {
margin:0px;
padding:0px;
font-family: verdana, sans-serif;
}

ol{
font-size:10pt
}

ul{
font-size:10pt
}

p {
font-size:10pt;
}

p.sectionHeader {
font-size:12pt;
font-weight:bold;
color:#336699;
}

p.sectionHeader2 {
font-size:10pt;
font-weight:bold;
color:#FFFFFF;
}

p.sectionSmall {
font-size:10pt;
font-weight:bold;
color:#336699;
}

p.subSection {
font-size:10pt;
font-weight:bold;
color:#FFFFFF;
padding:0px 0px 0px 20px;
}

p.indent {
padding:0px 0px 0px 20px;
}

p.indent2 {
padding:0px 0px 0px 40px;
}

p.breadcrumb {
font-family: verdana, sans-serif;
font-size:8pt;
color:#003366;
text-decoration:none;
}

table {
text-align: left;
}

#container {
background:url(images/nav.jpg) repeat-y;
}

#header {
background-color:#003366;
height:86px;
}

#navbar {
background-color:#CCCCCC;
height:35px;
padding-top:3px;
padding-bottom:2px;
}

#sidebar {
background-color:transparent;
width:165px;
float:left;
}

#content {
background-color:transparent;
margin-left: 175px;
margin-right: 10px;
}

#footer {
clear:both;
background-color:#003366;
height:20px;
text-align:center;
font-size:9pt;
font-variant:small-caps;
color:white;
padding-top:5px;
padding-bottom:5px;
}

/*Links*/

/*For Footer*/
a.footer:link,
a.footer:visited {
color:white;
text-decoration:underline;
}
a.footer:hover {
color:white;
background-color:#336699;
}

/*For breadcrumbs*/
a.breadcrumbs:link {
    color: #003366;
    TEXT-DECORATION: none;
}
a.breadcrumbs:visited {
	color: #003366;
    TEXT-DECORATION: none;
	}
a.breadcrumbs:hover {
	color: #003366;
    TEXT-DECORATION: underline;
	}


/*For left navbar*/
a.leftnav:link,
a.leftnav:visited {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
    TEXT-DECORATION: none;
	}
a.leftnav:hover {
	background-color: #FFFFFF;
    TEXT-DECORATION: underline;
	}
	
a.home:link,
a.home:visited {
border:none;
}

a.sitemap:link,
a.sitemap:visited {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
    TEXT-DECORATION: none;
	}
a.sitemap:hover {
	background-color:#CCCCCC;
	text-decoration: underline;
	}
	
