@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#content p.top {
	margin: 10px 15px 20px 20px; 
	padding: 0px 0px 20px 0px;
	background-image: url(../img/border_purple.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h4 {
	font-weight: normal;
	font-size: 120%;
	margin-left: 15px;
}

div#content p.img {
	float: left;
	margin: 0px;
}

div#content p.img img {
	padding: 0px 10px 0px 20px;	
}

div#content div.right {
	float: left;
	width: 290px;
}

div.right p.url {
	background-image: url(../work/img/ind_arrow.gif); 
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
}

div.right a {
	color: #01cae6;
	font-size: 80%;
}
div.right a:link {
	color: #01cae6;
	font-size: 80%;
}
div.right a:visited {
	color: #01cae6;
	font-size: 80%;
}
div.right a:active {
	color: #01cae6;
	font-size: 80%;
}
div.right a:hover {
	color: #666;
	font-size: 80%;
}

div#content div.right table {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 280px;
	border: none;
}

div#content div.right table th,
div#content div.right table td {
	margin: 0px;
	padding: 2px 0px;
	border: none;
	font-size: 80%;
	font-weight: normal;
}

div#content div.right table th {
	width: 25%;
}

div#content div.right table td {
	width: 75%;
}

img.border {
	clear: both;
	margin: 30px 0px 15px 0px;
}

img.border_h {
	clear: both;
	margin: 50px 0px 15px 0px;
}

div#other {
	margin: 0px 60px;
}

h6 {
	background-image: url(../img/border_purple.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px 0px 5px;
	margin: 50px 0px 10px 25px;
}

div#other h5 {
	font-size: 100%;
	font-weight: normal;
	float: none;
	margin: 0px;
	width: 300px;
	color: #01cae6;
}
div#other h5 a {
	color: #01cae6;
	text-decoration: none;
}
div#other h5 a:link {
	color: #01cae6;
	text-decoration: none;
}
div#other h5 a:visited {
	color: #01cae6;
	text-decoration: none;
}
div#other h5 a:active {
	color: #01cae6;
	text-decoration: none;
}
div#other h5 a:hover {
	color: #666;
	text-decoration: underline;
}

div#other span {
	font-size: 80%;
	color: #01cae6;
}

div#other p {
	font-size: 80%;
	margin: 5px 2px;
	background-image: url(../work/img/ind_arrow.gif); 
	background-repeat: no-repeat;
	background-position: left 20%;
	padding-left: 10px;
}