html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body, tr,
td, input,
select, textarea {font:normal small/1.3 Verdana, Arial, Helvetica, sans-serif;}
ul, ol {margin:0 0 10px 25px;}
dl {margin:0 0 10px;}
dt {font-weight:bold;}
dd {margin:0 0 3px 10px;}
p {margin:0 0 15px;}
h1 {font-size:large; margin:0 0 12px;}
h2 {font-size:medium; margin:8px 0;}
h3 {font-size:small; margin:6px 0 5px;}
h4 {font-size:x-small; margin:4px 0;}
h5 {font-size:xx-small; margin:3px 0;}
h6 {font-size:xx-small; margin:0;}
hr {display:none;}
img {border:none;}
acronym {border-bottom: 1px dotted;}
blockquote {margin:0 25px 20px 25px; font-style:italic;}

/* forms  */
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}
textarea:focus, input:focus {
	border: 2px solid #A8B9FD;
}

/* Link Stuff */
a:link{text-decoration:underline; color:#FF0000;}
a:visited {text-decoration:underline; color:#CC0000}
a:hover {text-decoration:none;}

/* menu Stuff */
a#amenu
{
width:6em;
text-decoration:none;
padding:0.2em 0.6em;
border-right:1px solid white;
color:#69668E;
background-color:#E9EDFE;
}
a#amenu:hover {text-decoration:none; color:#FFFFFF; background-color:#69668E;}

#menu
{
width: 720px;
margin: 0 auto;
clear: both;
}

/* popup window */
#modeless
{
background-color:#FFFFFF;
overflow: auto; 
/*overflow-y: auto; 
overflow-x: hidden; */
height:700px; 
width: 500px;
margin: 0 auto;
}

/*generic page layout */
body
{
background-image:url(bg.gif);
background-repeat:repeat-x;
background-color: #A8B9FD;
text-align: center
}

#Header
{
background-color:#FFFFFF;

/*text-align: left;*/
width: 720px;
margin: 0 auto;
}

.dlLink {
	font-size: xx-small;
	font-weight: bold;
}
a#heading       {text-decoration:none; color:#000000; }
a#heading:hover {text-decoration:underline; color:#000000; }

#box
{
background-color:#FFFFFF;
/*
background-image:url(bgCOL.gif);
background-repeat:repeat-y;
text-align: left;*/
float:left;
}

#leftcol
{
	float:       left;
	text-align:  left;
	padding:     5px;
	width:       500px;
	margin:      0 auto;

}
#rightcol
{
	float:        right;
	text-align:   right;
	padding:      5px;
	width:        200px;
	margin:       0 auto;

}

/* image left col*/
#leftcolimg
{
	text-align:  center;
	width:       720px;
	margin:      0 auto;	
}
#boximg
{
background-color:#FFFFFF;
width:720px;
}

/* Comment Stuff */

.heading {
	font-size: large;
	font-weight: bold;
}
.dlLink {
	font-size: xx-small;
	font-weight: bold;
}
.commentMain{
	font-size: large;
	font-weight: bold;
	color:#A8B9FD;
}
.commentTitle{
	font-size: large;
	font-weight: bold;
	color:#69668E;
}
.pcomment{ background-color:#F9F9F9; }



/* CSS Document */
