/*############### GLOBAL STYLES###################*/
HTML {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}

BODY 	{	
	background-color: #0c0c88;	
	padding: 0;
	margin: 1em 0 0 1em;	/* t r b l */
	border: 0;
	width: 100%;	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	color: #000044;
	font-weight: normal;
	}

#wrapper {
	font-size: .8em;
	line-height: 1.5em;
	width: 720px;
	margin-left: 2em;
	}

#boxwrapper {
	padding: 1em 1em 1em 1em;
	background-color: #ffffff;
	}

#globaltopmenu {
	float: right;
	clear: right;
}

#topmenu {
	float: left;
	text-align: center;
	background-color: #0055aa;
	border: 1px solid #000000;
	margin: 0em 0em 0em 0em;
	padding: .2em .3em .2em .3em;
}

.ituttitle {
	font-size: 1.6em;
	font-weight: normal;
	margin: 2em 0em .3em 0em;
	clear: left;
	}

.itutorial {
	float: left;
	clear: both;
	background-color: #507374;
	border: 1px solid #000000;
	margin: 0em auto 0em 0em;
	padding: .2em .3em .2em .3em;
}

#content {
	clear: both;
	padding: 1em 1em 1em 1em;
	background-color: #ffffff;
	text-align: justify;
	}

#footer {
	text-align: center;
	margin: 0em .7em 0em .7em;
	padding:0px;
}
#botmenu {
	text-align: center;
	margin: .3em .7em .2em .7em;
	padding:0px;
}
#copyright {
	font-size: .9em;
	padding:0px;
	margin: .2em 0em 0em 0em;
}

#galwebde {
	font-size: .8em;
	padding:0px;
	margin: 0px;
}

TD	{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000044;
	font-weight: normal;
	}

IMG {
/*	display: block; */
	}

UL {
	list-style: square;
	margin-left: 10px;
	padding: 0;
	}

UL.no-dots {
	margin-left: 10px;
	list-style: none;
	}

LI {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	}
	
H1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 1em;
	}

H2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1em 0em .3em 0em;
	}

H3 {
	font-size: 1.2em;
 	color: #293c64; 
/*	color: #333333;*/
	}
	
a:link {
	color: #660088;
	text-decoration: none;
	font-weight: normal;
	}

a:visited {
	color: #660088;
	text-decoration: none;
	}

a:hover{
	color: #0000ff;
	}

a.standard, a.standard:link {
	color: #0066ff;
	text-decoration: none;
	font-weight: normal;
	}

a.standard:visited {
	  color: #0066ff;
	}

a.standard:hover{
	color: #ff9944;
	}


#globaltopmenu A, globaltopmenu A:link {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

#globaltopmenu A:visited {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

#globaltopmenu A:hover {
	background-color: #eeeeee;
	color: #0055ff;
	border: 1px solid #005555;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	}

 
#topmenu A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 1px 5px 1px 5px;	
	}

#topmenu A:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 5px 1px 5px;	
	}

#topmenu A:visited {
	color: #eeeeff;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 5px 1px 5px;	
	}

#topmenu A:hover {
	color: #ccccff;
	border: 1px solid #eeeeff;
	margin: 0px 4px 0px 4px; 	/* t r b l */
	font-weight: bold;
	}

.itutorial A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 1px 5px 1px 5px;	
	}

.itutorial A:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 5px 1px 5px;	
	}

.itutorial A:visited {
	color: #eeeeff;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 5px 1px 5px;	
	}

.itutorial A:hover {
	color: #ccccff;
	border: 1px solid #eeeeff;
	margin: 0px 4px 0px 4px; 	/* t r b l */
	font-weight: bold;
	}

A.botmenu, A.botmenu:link {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

A.botmenu:visited {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

A.botmenu:hover {
	background-color: #eeeeee;
	color: #0055ff;
	border: 1px solid #005555;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	}

/*================ standard align stuff ================*/
/* use as <img src="pic000.jpg" class="rfloat"> */
.rfloat {
	float: right;
	clear: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 6px;
}

/* use as <img src="pic000.jpg" class="lfloat"> */
.lfloat {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 6px;
}

/* use as <p class="centerme"><img src="/graphics/tdcoffice.jpg"></p> */
.centerme {
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.centeredline {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
	margin-top: 0em;
	padding:0px;
	text-align: center;
}


/*===================== list stuff ======================*/
p#listingstitle {	/* used with <p id="listingstitle">Hxkjkddk</p> */
	padding-top: 0em;
	padding-bottom: 1em;
	font-size: 20px;
	color: #2F2FE9;
	font-weight: bold; 
}

#listings {
	padding-left: 3em; 
	padding-right: 3em; 
	}

.listing {
	margin: 0em 0em 1em 0em;
	}

.listlink {
	text-align: left;
	margin-bottom: .4em;
	}

.listtype {
	float:left; 
	clear:left; 
	margin:0em; 
	padding:0em 0em 1.5em 0em; 
	width: 25%;
	text-align: center;
	font-size: .85em;
	color: #75029a;
	}

.listblurb {	
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#222222;
	margin:0em;
	text-align: justify;
	padding: 0em 2em 0em 2em;
}

.listblurb p {	/* use with <div class="listblurb"><p>stuff</p></div> */
/*	padding: 10px; */
/*	margin:0px;	*/
}

.listbar {
	width: 70%; 
	margin-left:auto; 
	margin-right: auto;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #666666;
	}

/* used with <a href="/" class="listlink">Hxkjkddk</a> */
a.listlink 		{color: #029A75; font-size: 15px; 
font-weight:bold; text-decoration: none;}
a:visited.listlink 	{color: #029A75; font-size: 15px; 
font-weight:bold; text-decoration: none;}
a:hover.listlink 	{color: #DB62CB; font-size: 15px; 
font-weight:bold; text-decoration: none;}
a:active.listlink 	{color: #ff00ff; font-size: 15px; 
font-weight:bold; text-decoration: none;}

.desclink {
	padding: 10px 6px 5px 0px;	/* t r b l */
	text-align: right;
}
.desclink a {color:#029A75; font-weight:bold; text-decoration: none;}
.desclink a:visited {color:#029A75; font-weight:bold;  text-decoration: 
none;}
.desclink a:hover {color:#DB62CB; font-weight:bold;  text-decoration: 
none;}
.desclink a:active {color:#ff00ff; font-weight:bold;  text-decoration: 
none;}

/* this is used to force white background in the whole area even if
the description is shorter than the video is tall */
#embedarea {
	background-color: #ffffff;
	width: 650px;
	padding: 0px;
	margin: 0px;
/*	height: expression(this.scrollHeight > 344 ? "auto":"344px"); */
	min-height:344px;
	height: auto !important;
	height: 344px;
}

#embedyt {
float:left;
width: 425px;
padding: 0px;
margin: 0px 7px 0px 0px;
}

#embeddesc {
padding: 0px;
margin: 0px;
}

#embeddesc p {	/* used with <div id="embeddesc"><p>stuff</p></div> */
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#222222;
	padding: 2px 3px 8px 4px;	/* t r b l */
	margin:0px;
	text-align: left;
}

#embeddesc p.desctitle {	
/* used with <div id="embeddesc"><p class="desctitle">stuff</p></div> */
	font-weight:bold;
	padding-top: 5px;
        font-size: 12px;
        color: #2F2FE9;
}


