@import "nav.css";

@import "leftnav.css";

body {
	background-color:		#000;
	margin: 				0px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				small;
	font-size: 				12px;
	color:					#666;
	text-align:				center;
}

a:link {
	text-decoration:		none;
	color: 					#09C;
}
a:active {
	text-decoration: 		none;
	color: 					#09C;

}
a:hover {
	text-decoration: 		none;
	color: 					#09C;

}
a:visited {
	text-decoration: 		none;
	color: 					#09C;
}

#container {
	background-color:		#fff;
	text-align: 			center;
	clear:					both;
	width:					820px;
	margin:					5px auto;
	padding:				10px;
	
}

#content {
	margin:					auto;
	text-align: 			center;
	background-color:		#fff;
	clear:					both;
	width:					auto;
	padding:				10px;
}

#title	{
	background:				#fff url(GrayBars_Light.gif) repeat-x;
	font-size:				20px;
	text-align:				center;
	padding:				5px;
}

#title h1	{
	padding:				3px;
	margin:					0px;
	color:					#333;
}

.titles	{
	font-size:				16px;
	font-weight:			bold;
	border-bottom:			#09c dotted 1px;
	width:					100%;
	margin-top:				15px;
}

.l_Gray	{
	background:				#e6e6e6;
	padding:				5px;
	margin:					10px;
}

td	{
	padding:				5px;
}

.td_gray	{
	background:				#fff url(td_back.gif) repeat-x;
	color:					#333;
}

.nameMedium {	
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				18px;
	color: 					#000;
	font-weight: 			bold;
}


#resumecontent	{
	text-align:				left;
	padding:				5px 5px 5px 180px;
}

#resumecontent ul	{
	line-height:			1.4em;
	margin:					2px 0px 2px 0px;
}

#resumecontent li	{
	display:				inline-block;
}

#coverlettercontent
{
	text-align:				left;
	padding:				0px 5px 5px 5px;
	line-height:			1.5em;
}

/*#container	li{
	display:				inline;
}*/

#footertext {
	font-family: 			Arial, Helvetica, sans-serif;
	background:				#000;
	font-size: 				9px;
	color: 					#666;
	text-align: 			center;
	padding: 				5px;
	line-height: 			1.5em;
	clear:					both;
}



td		{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
}
h2 {
	padding-bottom:			0px;
	margin:					10px 0px 0px 0px;
	color:					#09c;
	background:				#fff url(td_back.gif) repeat-x;
}
#resumecontent .jobtitles {
	font-size: 16px;
	font-weight: bold;
}
