#links-sub
{
	font-weight: bold;
	font-size:16px;	
}

#icon
{
	border-top: 1px solid #aaa; 
	border-left: 1px solid #888; 
	border-right: 1px solid #222; 
	border-bottom: 1px solid #222; 
}

input.btn2
{
	cursor:pointer;
	color:#fff;
	font-family: verdana, Arial, helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
/*	border: 2px solid #222; */
	border-top: 2px solid #ccc; 
	border-left: 2px solid #ccc; 
	border-right: 2px solid #222; 
	border-bottom: 2px solid #222; 
	background-color: red; 
}

body 
{
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.bigtext, H2
{
	font-size:18px;
	font-weight:bold;
}

H1
{
	font-size:40px;
	font-weight:bold;
}


LI
{ 
	margin: 0px 3px 3px -12px;
	padding: 0px 0px 4px 0px; /* Note 0px padding right (and left) */
	list-style: disc; 
	/*list-style: url(/images/sc-dot.gif); */
	/* none = no glyphs before a list item.	others: disc, circle, square, decimal, upper-roman,etc. */
	/* No borders set */
}

#r_sidebar LI
{ 
	margin: 0px 3px 3px -12px;
	padding: 0px 0px 4px 0px; /* Note 0px padding right (and left) */
	list-style: url(/images/sc-dot.gif); 
	/* none = no glyphs before a list item.	others: disc, circle, square, decimal, upper-roman,etc. */
	/* No borders set */
}

#pageContainer {
	width:100%;
	padding:0;
	margin:0 auto 0 auto;
	/*margin-left:auto;
	margin-right:auto; */
}

#vert-gfx
{
/*	background: url(/images/vert-domain-text.gif); */
	background: url(/images/jobs-black-vert.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 	
	height: 648px;
	width: 144px;
/*	height: 650px;
	width: 134px;
	padding: 5px;
	border-color: black;
	border-style: solid;
	border: 2px;
*/
}
	
#disclaimer
{
	padding: 4px; 
	font-size:8px;
	font-family:verdana,arial;
	font-weight:bold;
	text-decoration: underline;
	border: 2px solid #c0c0c0; 
	background: #f4f4f4;
}

#l_sidebar 
{
	float: left;
	background: url(/images/vert-domain-text.gif); 
	background: #eee;
	background-repeat: no-repeat; 
	background-position: center center; 	
	height: 650px;
	width: 134px;
	margin: 0px;
	padding: 0px;
/*	margin: 0px 20px 0px 0px;
	padding: 20px 0px 20px 0px; */
}

#r_sidebar 
{
/*	float: right; */
	background: #eee;
	width: 200px;
	padding-left: 20px;
	padding-top: 20px;
/*	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;*/
}

#r_sidebar a
{
	color: black;
}
#r_sidebar a:visited
{
	color: #888;
}

#r_sidebar a:hover
{
	color: red;
}

#content 
{
/*	width: 100%; 
	margin: 0px auto 0px; */
	background-image: url(/images/ohr_dome2_70.gif);
	background-repeat: no-repeat; 
/*	background-position: left bottom; */
	background-position: left;
	margin: 0px;
	padding: 0px;
}


