
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*background-image: url('graphics/bg_666_bar.gif');*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 10pt;
}

#spacer_15 { 
	margin-top: 15px; 
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #000000;*/
} 


#container { 
	width: 100%;
	/*background: #FFFFFF;*/
	/*margin: 0 auto;*/  /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #000000;*/
	/*padding: 10px 10px 10px 10px;*/
	
	/*background-color: #DEEBF4;*/
} 


#header { 
	/*width: 100%;*/
	width: auto;
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 95px;
	background-color: #666666;

	/*border: 1px solid #000000;*/
} 

#header_left { 
	margin: 0px 0px 0px 0px; 
	float: left;
	font-family: verdana, arial, 'sans serif'; 
	font-size: 22pt;
	color: white;
} 

#header_right { 
	margin: 0px 0px 0px 0px; 
	font-family: verdana, arial, 'sans serif'; 
	font-size: 10pt;
	text-align: right;
	color: white;
}

 
#top_links { 
	margin: 0px 0px 0px 75px; 
	padding: 20px 20px 0px 20px;
	font-family: verdana, arial, 'sans serif'; 
	font-size: 16pt;
	color: #CC3300;
}


#main_page { 
	width: auto;
	margin: 0px 0px 0px 100px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
} 

#main_page_resume { 
	width: 650px;
	margin: 0px 0px 0px 100px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
} 

#port_links { 
	margin: 20px 0px 0px 30px; 
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, 'sans serif'; 
	font-size: 14pt;
	color: #CC3300;
	/*border: 1px solid #000000;*/
}


/* GREY BOX */
#port_content {
	margin: 0px 0px 0px 20px; 
	padding: 20px 20px 20px 20px;
	background-color: #E6E6E6;
	width: 700px;
	height: 530px;
}

#port_content_left {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #000000;*/
}

/* WHITE BOX */
#port_content_right {
	width: 390px;
	height: 520px;
	margin: 0px 0px 0px 260px; 
	padding: 10px 10px 5px 10px;
	align: center;
	background-color: #FFFFFF;
	/*border: 1px solid #000000;*/
}


p.port_content {
	margin: 0px 0px 15px 0px; 
	font-family: verdana, arial, 'sans serif'; 
	font-size: 11pt;
	font-weight: bold;
	color: #333333; /*font*/
}

p.port_image_text {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #000000;
	margin: 0px 0px 0px 0px; 

	font-family: verdana, arial, 'sans serif'; 
	font-size: 9pt;
	line-height: 12pt;
	color: #333333; /*font*/
}

p.port_image_text_link {
	/*width: 390px;*/
	margin: 0px auto; 
	padding: 5px 0px 5px 0px;
	text-align: center;
	/*border: 1px solid #000000;*/

	font-family: verdana, arial, 'sans serif'; 
	font-size: 9pt;
	line-height: 12pt;
	color: #333333; /*font*/

}


p.text {
	margin: 0px 0px 5px 20px; 
	font-family: verdana, arial, 'sans serif'; 
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

p.port_header_left {
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, 'sans serif'; 
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

p.port_header_right {
	margin: 0px 0px 5px 0px; 
	padding: 0px 0px 3px 0px;
	font-family: verdana, arial, 'sans serif'; 
	font-size: 12pt;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	border-bottom: 1px solid #000000;
}


/* FONTS */

h1 {
	margin: 20px 0px 10px 0px; 
	font-family: verdana, arial, 'sans serif'; 
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}


/* UL - LISTS */

ul {
	margin: 0px; 
	padding: 0px;
	/*list-style-position: inside;*/
	list-style: disc;
}

ul li {
	margin-left: 65px; 
	margin-top: 2px; 
}

ul li.space {
	margin-left: 65px; 
	margin-top: 15px; 
}


ul li.inset {
	margin-left: 65px; 
	margin-top: 2px; 
	list-style-type: none;
}

ul li.inset_space {
	margin-left: 45px; 
	margin-top: 15px; 
	list-style-type: none;
}

ul li.port_links {
	margin-left: 20px; 
	margin-top: 15px; 
	font-family: verdana, arial, 'sans serif'; 
	font-size: 11pt;
	font-weight: bold;
	color: #333333; /*font*/
}




/*LINKS*/

a.header_link:link {
	color: white;
	text-decoration: none;
}

a.header_link:visited { 
	color: white;
	text-decoration: none;
}

a.header_link:active {
	text-decoration: underline;
}

a.header_link:hover {
	text-decoration: underline;
}


a.top_links:link {
	color: #666666;
}

a.top_links:visited { }

a.top_links:active {
	color: #CC3300;
	text-decoration: underline;
}

a.top_links:hover {
	color: #CC3300;
	text-decoration: underline;
}


a.port_content:link {
	color: #333333;
	text-decoration: none;
}

a.port_content:visited { }

a.port_content:active {
	color: #CC3300;
	text-decoration: underline;
}

a.port_content:hover {
	color: #CC3300;
	text-decoration: underline;
}


a.port_content_img_link:link {
	color: #333333;
	/*text-decoration: none;*/
}

a.port_content_img_link:visited { }

a.port_content_img_link:active {
	color: #CC3300;
	text-decoration: underline;
}

a.port_content_img_link:hover {
	color: #CC3300;
	text-decoration: underline;
}







