/*  Additional Information In Regards To CSS
margin : Top, Right, Bottom, Left
*/

a:link { border-bottom: 1px dotted; color: #6060c0; font-size: 11pt; text-decoration: none;}
a:visited { border-bottom: 1px dotted; color: #6060c0; font-size: 11pt; text-decoration: none;}
a:active { border-bottom: 1px dotted; color: #6060c0; font-size: 11pt; text-decoration: none;}
a:hover { border-bottom: 1px dotted; color: #0000FF; font-size: 11pt; text-decoration: none;}

a#img:link { border: none; color: none; font-size: 11pt; text-decoration: none; }
a#img:visited { border: none; color: none; font-size: 11pt; text-decoration: none; }
a#img:active { border: none; color: none; font-size: 11pt; text-decoration: none; }
a#img:hover { border: none; color: none; font-size: 11pt; text-decoration: none; }

body {
	background-color: #e0ffe0;
	font-family: tahoma;
	font-size: 11pt;
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
font#caption {
	font-size: 7pt;
	font-style: italic;
	text-align: center;
}

h1 {
	font-size: 20pt;
	text-align: left;
}

h1#title {
	color: #ffffff;
	font-family: Times;
	font-size: 38pt;
	font-weight: bolded;
	margin: 10px 0px 0px 10px;
	text-align: left;
}

h2 {
	color: #ff0000;
}

h2#subtitle {
	color: #ffffff;
	font-size: 15pt;
	font-weight: bolded;
	margin: 0px 0px 0px 10px;
	text-align : left;
}

img { border: 0px; }

img#left {
	border: 0px dashed;
	clear: left;
	float: left;
}

img#right {
	border: 0px dashed;
	clear: right;
	float: right;
}

li {
	list-style: square;
	text-align: left;
}

p {
	text-align: justify;
	font-size: 11pt;
	margin-top: 0px;
}

p#box {
	background-color: #ffe5b5;
	border: 1px solid #000000;
	font-size: 8pt;
	font-style: italic;
	padding: 5px;
}

table {
	margin: 0px auto;
	width: 800px;
}

table#layout {
	height: 100%;
	left: auto;
	text-align: left;
	margin: 0px auto;
	position: relative;
	width: 800px;
	z-index: 3;
}

td {
	width: 100%;
}

td#layout {
	vertical-align: top;
	width: 50%;
}

ul#address {
	margin-top: 0px;
}
/* Use these as SANDBAG blocks for text wrap effect
	16px per 16px line
*/
div#boxleft {
	border: 0px dashed;
	clear: left;
	float: left;
}
div#boxright {
	border: 0px dashed;
	clear: right;
	float: right;
}
/* End of Box Effects */

div#career {
	margin-left: 50px;
	margin-top: 50px;
	text-align: left;
}

div#image {
	text-align: center;
}

div#transparent {
	background-color: #e0ffe0;
	filter: alpha(opacity=75);
	height: 100%;
	margin: 0px auto;
	opacity: .75;
	position: absolute;
	width: 800px;
	z-index: 2;
}
