body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1E1E1E;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	/*background-image:url(../images/grad.jpg);
	background-repeat:repeat-x;*/
}

p {
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	text-decoration: underline;
	color: #0000FF;
}

a:link{
	text-decoration: underline;
	color: #0000FF;
}

a:visited{
	color:#0066FF;
	text-decoration:underline;
}

a:hover{
	color:#000000;
	text-decoration: none;
	background-color:#CCCCCC;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 115%;
	color: #1E1E1E;
	margin: 15px 0px 10px 0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight:bold;
	color: #333333;
	margin: 5px 0px 5px 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight:bold;
	color: #666666;
	margin: 2px 0px 0px 0px;
}

ul li{
	list-style-type: disc;
	margin-left:5px;
	margin-right:15px;
}

ul ul{
	margin-right:15px;
}

#content ul li a {
	color: #1E1E1E;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
.nosty {
	list-style-type: none;
}
label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}


/***********************************************/
/* Content                                */
/***********************************************/


#webpage{
	width: 800px;
	margin: auto;
	line-height:1.2;
	text-align:justify;
	font-size: 0.9em;
	background-color:#EBEBEB;
}
a#skipNav {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
	
#banner{
	width: 100%;
	float: left;
	background-image:url(../images/TusinBg2.jpg);
	background-repeat:no-repeat;
	display:block;
	height:95px;
	width:800px;
	vertical-align:top;
}
.tusinlogo {
	width: 47px;
	height: 70px;
	margin: 2px 0px 0px 5px;
	float:left;
}
#tusinname {
	position:absolute;
	width: 135px;
	height: 75px;
	margin: 10px 0px 0px 15px;
	color:#FF0000;
	text-align:left;
	background-color:#FFFFFF;
	border: 1px solid black;
	font-weight:bold;
	font-variant:small-caps;
}
#tusinname a, a img {
	text-decoration:none;
	border:0px;
}
.logo {
	position:absolute;
	width: 520px;
	height: 25px;
	text-align:center;
	vertical-align:bottom;
	margin: 50px 10px 0px 265px;
	padding-top:5px;
	background-color: #1E1E1E;
	border: 1px solid white;
	font-size:1.1em;
	font-weight:bold;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
.logo a {
	color:#FFFFFF;
}
.logo a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.logo a:hover {
  color:#FFFFFF;
	background-color:#666666;
}

#content {
	clear:both;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	line-height: 1.6;
}
#swf {
	background-color:#FFFFFF;
	margin: auto;
	height: 133px;
	text-align:center;
}
.dev {
	background-image:url(../images/keyboard3.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#footer {
	background-image:url(../images/bottom2.jpg);
	background-repeat:no-repeat;
	font-size: 0.9em;
	text-align:center;
	vertical-align:bottom;
	clear:both;
	margin: 0px auto;
	height:50px;
	width:800px;
}
.left {
	width: 400px;
	line-height: 1.4;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	background-image:url(../images/bottomShadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top: 1px solid gray;
}
.mid {
	width: 1px;
	background-color:#FFFFFF;
}
.right {
	width: 380px;
	vertical-align:middle;
	background-image:url(../images/bottomShadowRight.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top: 1px solid gray;
}

.tbl {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-size: 1.0em;
	border:none;
}
.tbl p {
	margin:10px 15px 10px 15px;
	line-height:1.4;
}

#breadCrumb{
	font-size: 80%;
	padding: 5px 5px 5px 5px;
	background:#000000;
}

#breadCrumb a{
	color: #FFFFFF;
}

#date{
	width:50%;
	margin: 0px;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	background:#000000;
	float:right;
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
}
.err {
	background-color:#FF0000;
	color:#FFFFFF;
}

