body {
	color: #cccccc;
	background: #424242 url(images/bodybg.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	color: #cccccc;
	background-color: transparent;
}

a:hover {
	color: #c02868;
	background-color: transparent;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

label {
	float: left;
	width: 150px;
	display: block;
}

img {
	border: 0;
}

#header {
	color: #787878;
	background: #424242 url(images/header.gif) no-repeat;
	padding: 0 0 0 45px;
	width: 777px;
	height: 110px;
}

#header a {
	color: #787878;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

#menuContent {
	margin: 0 0 0 45px;
	*margin: 0 0 0 45px; /* IE6+7 */
	_margin: 0 0 0 23px; /* IE 6 */
	width: 105px;
	float: left;
}
#menuPic {
	margin: 0 0 0 -40px;
	width: 145px;
	float: left;
	overflow: hidden;
}
#content {
	margin: 42px 0 0 205px;
	width: 550px;
}
#lastupdate {
	margin: 22px 0 0 205px;
	width: 550px;
	font-size: 9px;
}

#videolink a {
	display: block;
	background: transparent url(images/startbutton.jpg)  no-repeat;
	width: 500px;
	height: 300px;
}
#videolink a:hover {
	background-position: 0 -300px;
}


.videoTitle {
	border: #000000 1px solid;
	color: #000000;
	background-color: #cccccc;
	min-height: 60px;
	margin: 10px 0 0 0;
	width: 100%;
}
.videoTitle p {
	margin: 0;
	padding: 10px;
}
.videoTitle a {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.videoTitle a:hover {
	color: #c02868;
	background-color: transparent;	
}
.videoTitle img {
	padding: 0;
	float: left;
	width: 80px;
	height: 60px;
	margin: -10px 10px 0 -10px;	
}

.standards_vita label {
	display: block;
	float: left;
	width: 90px;
}
.standards_vita ul {
	padding: 0;
	margin: 0;
}
.standards_vita li {
	min-height: 20px;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
	
}
li.standards_vitaEditEntry  {
	margin-top: 3px;
	border-top: #ffffff 1px solid;
}
.standards_vitaEntryTxt {
	margin-left: 90px;
}
/*
a.saveBut { text-decoration: none;	background: url(<?php echo(SERVER_URL) ?>designElements/save.gif) 0 0 no-repeat; margin-left:0px; margin-top:10px; margin-bottom:10px; display:block; height: 18px; width:109px; border: 0; background-position: 0px 0px; font-size: 0em; text-indent: -9999px; }
a.saveBut:hover	{ background-position: 0px -18px; }
*/