/* Css Document - Dr.Danny Secter DDS */

/*Global Styles*/
body{
margin:0px;
}
td, p {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 11px;
	line-height: 18px;
	color: #5b5b5b;
}
/* General Links */

a:link {text-decoration: underline; color: #6C6C6C;}
a:visited {text-decoration: underline;color: #6C6C6C;}
a:hover {text-decoration: underline; color: #333333;}
a:active {text-decoration: underline; color: #333333;}


.Maincontent{
background: url(../images/boxbg.jpg) repeat-y;

min-height:300px;
}
.nav {
font-size: 12px;

}
.nav A:link {text-decoration: none}
.nav A:visited {text-decoration: none}
.nav A:active {text-decoration: none}
.nav A:hover {text-decoration: underline; color: #333333;}
.contentpadding{
padding:5px 20px 5px 20px;
}

.topborder{
background: url(../images/top.jpg) repeat-x;
background-position: top left;
}
.bottomborder{
background: url(../images/bottom.jpg) repeat-x;
background-position: bottom left;
}
.rightside{
background: url(../images/right.jpg) repeat-y;
background-position: top right;

}
.leftside{
background: url(../images/left.jpg) repeat-y;
background-position: top left;

}
.orange{
color:#960000;

}