html, body, div, span, applet, object, iframe,
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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	margin-left: 30px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

A {
	text-decoration: none;
}

HTML {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 1em;
}

BODY {
	float: left;
	background-image: url("/images/bg-bluered.gif");
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
}

.mainlayoutcontainer {
	float: left;
	width: 815px;
	height: 100%;
	min-height: 100%;
	background-image: url("/images/bg-header.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
}

.contentcontainer {
	float: left;
	margin-top: 94px;
	height: 100%;
	min-height: 100%;
	width: 815px;
	background-image: url("/images/bg-content.gif");
	background-repeat: repeat-y;
	min-height: 1024px;
}

.left {
	float: left;
	width: 190px;
	height: 100%;
	min-height: 100%;
}

.right {
	float: left;
	width: 590px;
	height: 100%;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 25px;
}

.menu {
	float: left;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menulinks {
	background: url("/images/menubutton.gif") 0px;
	width: 175px;
	height: 28px;
	display: block;
	margin-top: 2px;
	padding-left: 15px;
	line-height: 28px;
	margin-bottom: 5px;
}

.menu li a {
	background: url("/images/menubutton.gif") 0px;
	width: 175px;
	height: 28px;
	display: block;
	margin-top: 2px;
	padding-left: 15px;
	line-height: 28px;
	margin-bottom: 5px;
}

.menu li a:hover {
	background: url("/images/menubutton.gif") -190px;
}

H1 {
	font-size:2em;
        color: red;
        font-weight: bold;
        margin-bottom:3px;
        margin-top: 5px;
}

H2 {
	font-size:1em;
        color: red;
        font-weight: bold;
        margin-bottom:5px;
        margin-top: 5px;
}

.typetext {
	font-size: 1em;
	font-family: arial, verdana;
	line-height: 1.5em;
}

.typetext-strong {
	font-size: 1em;
	font-family: arial, verdana;
	font-weight: bold;
}

.videocontainer {
	width: 100%;
	height: 367px;
	padding-top: 18px;
	background-image: url("/images/videowindow.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

.handcursor{
cursor:hand;
cursor:pointer;
}
