body
{
	font-family: arial, sans serif;
	font-size: small;
	color: #0201a7;
	background-color: #DCE1EF;
	margin: 0;
}

table
{
	font-size: medium;
	/*background-color: #fff;*/
}

#menu
{
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
}

#logo
{
	background-image: url(images/dr_logo_back.gif);
	background-repeat: no-repeat;
}

#menu a
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #cff;
}

#menucell
{
	background-image: url(images/menu_strip.gif);
	background-repeat: repeat-y;
	border-bottom: 0;
}

#content
{
	padding: 20px;
}

#footerbottom{
	background-image: url(images/background_strip.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.footer
{
	font-size: xx-small;
}

h1
{
	font-size: large;
	font-weight: bold;
}

h2
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

a
{
	color: #009999;
}

a:hover
{
	text-decoration: none;
}

#main
{
	border-right: 3px solid #0201a7;
	background-color: #fff;
}

.right
{
	float: right;
	margin: 0px 0px 5px 20px;
}
