/* Default Page CSS Style */

body,html {
behavior:url("csshover3.htc");
margin:0;
padding:0;
background:#000;
color:#000;
font-family: Verdana;
font-size: 12px;
}

body {
min-width:750px;
}

#container {
background-image:url(http://www.davidaikman.com/images/graybkgd.gif);
background-repeat:repeat;
margin:0 auto;
width:840px;
}

#header {
background:#ffffff;
text-align: left;
height: 60px;
}

#menu {
width:840px;
height:24px;
background-image:url(http://www.davidaikman.com/images/barfill2.gif);
text-align:left;
background-repeat:repeat;
border-top: 1px solid black;
margin: 0;
padding:0;
}

#menu ul{
margin: 0;
padding:0;
list-style:none;
}

#menu li{
display:inline;
margin-right: 10px;
margin-left: 10px;
padding:0;
}
	
#main {
float:right;
width:660px;
border-top: 1px solid black;
border-left: 1px solid black;
}

#pagecontent {
float: right;
width: 660px;	
}
.content {
background-color: white;
text-align: justify;
width: 660px;
height: 100%;
}

.content li {
margin-top: 0px;
margin-bottom: 15px;
}

.content li ul li {
margin-bottom: 0px;
}

.content a:link {color: #A70501; text-decoration: none}
.content a:visited {color: #A70501; text-decoration: none}
.content a:active {color: #A70501; text-decoration: none}
.content a:hover {text-decoration: underline}

.blockquote h3 {
font-family:Impact;
font-size: 36pt;
color: gray;
}

.blockquote a:link {color: #000000; text-decoration: none}
.blockquote a:visited {color: #000000; text-decoration: none}
.blockquote a:active {color: #000000; text-decoration: none}
.blockquote a:hover {text-decoration: none}

#sidebar {
float:right;
width:179px;
height: 100%;
border-top: 1px solid black;
}

#sidebar a:link {color: #02012F; text-decoration: none}
#sidebar a:visited {color: #02012F; text-decoration: none}
#sidebar a:active {color: #02012F; text-decoration: none}
#sidebar a:hover {text-decoration: underline}

#footer {
text-align: center;
font-size: 10px;
height: 35px;
background-color:#3d3d3d;
clear:both;
padding:12px;
margin:0;
}

#footer a:link {color:black; text-decoration:none}
#footer a:visited {color:black; text-decoration: none}
#footer a:active {color: black; text-decoration: none}
#footer a:hover {text-decoration: none}




