/************ CSS ************/

/************ GLOBAL ************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
} 

h1 {
	margin-bottom: 20px;
}

#container {
	position: relative;
	width: 680px;
}

#clear {
	clear: both;
}

#port_content {
	float: left;
	width: 680px;
	margin-top: 20px;
}

#port_content h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
}

#port_content h2 {
	font-size: 14px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 10px ;
}

#port_content p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#port_content span p {
	margin-top: -20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}

#port_content ul {
	list-style: circle;
	padding-bottom: 30px;
	padding-left: 40px;
}

#port_content p a {
	float: right;
	padding-bottom: 20px;
	font-size: 12px;
	text-decoration: underline;
}


#content {
	float: left;
	width: 680px;
	margin-top: 20px;
}

#content h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
}

#content h2 {
	font-size: 14px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 10px ;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#content span p {
	margin-top: -20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}

#content ul {
	list-style: circle;
	padding-bottom: 30px;
	padding-left: 40px;
}

#content p a {
	float: right;
	padding-bottom: 20px;
	font-size: 12px;
	text-decoration: underline;
}

#sidebar, #nav, embed, .noshow, #content .noshow p a {
	position: absolute;
	left: -5000px;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 20px;
}

#footer a {
	font-size: 12px;		
}

#footer p {
	margin-top: 5px;
	font-size: 10px;		
}

/************ END ************/