.content{
	font-family: Myriad Pro;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
}
a:link {
	color: #003399;
		font-weight: bold;
text-decoration:none
}

a:visited {
	color: #CC0000;
		font-weight: bold;
text-decoration: none;
}

a:hover {
	color: #CC0000;
text-decoration: bold;
}
.header{
	font-family:  Myriad Pro;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.footer{
	font-family:  Myriad Pro;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.copyright{
	font-family: Myriad Pro;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
body,td,th {
	font-family:  Myriad Pro;
	font-size: 13px;
	color: #000000;
	text-align:justify;
	white-space: normal;
}
body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

widget{
	font-family: Myriad Pro;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
}

widgettitle{
	font-family: Myriad Pro;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
}

#intro2{
display:none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/************************************************
*	Right Sidebar      							*
************************************************/
	
#r_sidebar {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}

#r_sidebar p{
	padding: 2px 0px 16px 0px;
	margin: 0px;
	line-height: 20px;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#r_sidebar ul li a {
	color: #CFA5A4;
	text-decoration: none;
	}

#r_sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
	
