* { padding: 0; margin: 0; }
html {
font-size: 100%;
height: 101%;
}

body {
    font:10pt Tahoma;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
margin: 0 auto;
width: 1024px;
height: 100%;
background: #828282;
}

#leftcolumn {
color: #333;
/* background: #E7DBD5; */
background-image: url(/images/bg.png);
margin: 0px;
font: 10pt/15pt;
padding: 10px;
height: 100%;
width: 220px;
float: left;
text-align: center;
position: relative;
top: 0%;
}

#content {
background-image: url(/images/bg_body.png);
float: left;
color: #333;
/* 
	background: #F2F2E6; 
	margin: 0px;
	padding: 0px;
*/
margin: 0px 0px 0px px;
padding: 20px;
width: 500px;
display: inline;
}

#rightcolumn {
color: #333;
/* background: #E7DBD5; */
background-image: url(/images/bg.png);
margin: 0px;
padding: 10px;
height: 100%;
width: 223px;
float: right;
text-align: center;
position: relative;
top: 0%;
}
  
table {
	font-size: 9pt;
}

td {
	font-size: 8.5pt;
}

.smallest {
	font-size:  7pt;
}
.small {
	font-size:  9pt;
}
.normal {
	font-size:  10pt;
}

h1 {
	font-size:  9.5pt;
	font-weight: Bold;
	padding: 5px;
	background-color:#cdeefd;
}
h2 {
	font-size: 11pt;
	font-weight: Bold;
	padding: 5px;
	background-color:#cdeefd;
}


a.menu1,a.menu2,a.menu3 {
	text-decoration: none;
	font-size: 8.5pt/12pt;
}

a.menu1:link { color: white; }
a.menu1:hover {	font-weight:bold; }
a.menu1:visited { color: white; }

a.menu2:link { color: #0099FF; }
a.menu2:hover { font-weight:bold; }
a.menu2:visited { color: #0099FF; }

a.menu3:link { color: Black; }
a.menu3:hover {	font-weight:bold; }
a.menu3:visited { color: Black; }

.menu {
	font-size: 8.5pt;
	color: White;
	font-weight: Bold;
	background-color : #0099FF;
}

.menu:visited{
	color : White;
}

.menu:link {
	color : White;
}

.menu:hover {
	font-weight:bold;
}

.body { background-image: url(/images/bg_body.png) }
.leftmenu { background-image: url(/images/bg.png) }
.rightmenu { background-image: url(/images/bg.png); }
.red-dot{
background-image:url('/images/asterisk_red.png');
background-repeat:repeat-x;
width:213px;
height:3px;
}
.blue-dot{
background-image:url('/images/asterisk_blue.png');
background-repeat:repeat-x;
width:213px;
height:3px;
}
.blue-dot-content{
background-image:url('/images/asterisk_blue.png');
background-repeat:repeat-x;
width:500px;
height:3px;
}

img.photo-shadow { padding: 5px; box-shadow: 3px 3px 4px #000;}
