/* CSS Document */

/*body*/

.style2 {
	color: #000066;
	font-weight: bold;
}

.style3 {
font-family: Arial, Helvetica, sans-serif
}
.style4 {
font-size: 14px
}
#paws {
	background: #3942BD;
	text-align: left;
	padding: 0px;
	margin: 20px 0px 0px;
	border: 1px solid #000066;
}
#paws p {
	padding: 0px 15px 15px;
	color: #FFFFFF;
	font: 11px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#paws a {
	color: #99CC33;
	font-weight: bold;
}


body {
	width:750px;
	margin:5px auto 0px;
	padding: 0px;
}

/*header*/

#header {
width:750px;
height:240px;
background-color:#ffffff;
}

/* ----- NAVIGATION ----- */

#framecontent{
position: absolute;
top: 0px;
bottom: 0px; 
left: 0;
right: 10px;
width: 250px; 
height: auto;
overflow: hidden; 
background: #000066;
color: white;
}

#navigation {
width: 150px;
height:auto; /* for modern browsers */
height:400px; /* for IE5.x and IE6 */
background-color:#fff;
float:left;
}

#ddblueblockmenu{
border: 1px solid white;
border-bottom-width: 1px;
width: 145px;
float: left;
clear: none;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 11px;
}

#ddblueblockmenu li a{
display: block;
padding: 4px 0;
padding-left: 9px;
width: 125px; 
text-decoration: none;
color:#000066;
background-color: #fff;
border-bottom: 0px;
border-color:#fff;
border-left: 7px solid #fff;
}

* html #ddblueblockmenu li a{ 
width: 187px; 
width: 169px; 
}

#ddblueblockmenu li a:hover {
background-color:#fff;
border-left-color: #cc0000;
}

#ddblueblockmenu div.menutitle{
color: #000066;
border-bottom: 0;
padding: 1px 0;
padding-left: 10px;
background-color: #000066;
font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

/* ----- MAIN CONTENT ----- */


#content { 
margin-left: 15px;
width:570px;
background-color:#ffffff;
font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
color: #000000;
float: right;
clear: right;
}
a:link 
{color: #000066; text-decoration: none; 
}
a:active 
{color: #CC0000; text-decoration: none; 
}
a:visited 
{color: #708090; text-decoration: none; 
}
a:hover 
{color: #CC0000; text-decoration: none; 
}

.table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A9A9A9;
	border-bottom-color: #A9A9A9;
}
.table2 {
	border-bottom: 1px solid #A9A9A9;
}
.table3 {
	border-right: 1px solid #A9A9A9;
}




/* ----- FOOTER ----- */

#footer {
	margin-top:15px;
	margin-bottom:15px;
	width:750px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: center;
	clear: both;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
}
#footer p {
	margin: 0px;
	padding: 3px 0px;
}

#footer a {
	color: #333333;
	margin-left: 15px;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.table4 {

}

