body
{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.4em;
	color: #666666;
}

p
{
	margin: 10px 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: 15px 0;
	_margin: 10px 0;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
	font-size: 1.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
}

h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
	color: #ff3300;
	text-decoration: none;
}

a:visited
{
	color: #980000;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	color: #980000;
}

#content-side-two-column a:link, #content-side2-three-column a:link, #content-side1-three-column a:link, #content-side-two-column a:visited, #content-side2-three-column a:visited, #content-side1-three-column a:visited
{
	text-decoration: none;
}

#content-side-two-column a:hover, #content-side2-three-column a:hover, #content-side1-three-column a:hover
{
	text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-nav-bar
{
	background: #608fc8 url(../../images/bg-nav.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	visibility: visible;
	height: 42px;
	text-align: left;
}
#top-right-user
{
	padding: 0em 0px 0px 0px;
	background: #4b6cb5 url(../../images/bg-nav-side.png) top right no-repeat;
	top: 0;
	right: 0;
	visibility: visible;
	width: 210px;
}
#bottom-nav-bar
{
	background: #608fc8 url(../../images/bg-nav.png) bottom left no-repeat;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: .8em 0 1em 0px;
	position: relative;
	color: #a9c0db;
	font-size: .8em;
}
#bottom-right-user
{
	background: #4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width: 210px;
	padding-right: 0px;
	padding-left: 0px;
	height: 14px;
	padding-bottom: 0px;
	padding-top: 2.2em;
}
.photo
{
    background: #FEFFC8 url('images/background_thumbnail.jpg') repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}