.container {
	margin: 20px;
	padding: 20px;
}



.content {
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 15px;
	width:600px;
	min-height: 300px	;
	border-left: 1px solid #CCCCCC;
	text-align: justify;
	margin: 0 0 0 220px;
}


/*end navigation styles */

.centre {
	text-align: center;
	margin: 0 20% 0 20%;
	padding: 10px 0px 15px 25px;
}



body {
	padding: 0px;
	margin: 0px;
	background-color: #CC99CC;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:100;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	}

h2 {
	font:100 18px/14px Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	}

h3 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #CCCCCC;
	letter-spacing: .15em;
}

h4 {
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	padding: 0px 0px 20px 0px;
}
h5 {
	margin: 0;
	border-top: 1px solid #CCCCCC;
	color: #666666;
	text-align: center;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
}
h6 {
	color: #666666;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	padding: 10px;
}	
	
p {
	font:11px/15px Geneva, Arial, Helvetica, sans-serif;
	}
	
/* begin link styles */

a {
	color:#999999;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	text-decoration:none;
	}

a:link {
	color:#FFFFFF;
}

a:visited {
	color:#FFFFFF;
}

a:hover {
	color: #666666;
}



/* BEGIN: OSP Default menu */
ul.menu
{
	margin:					0;
	padding:				0;
}
a.menu_item
{
	display:				block;
	text-decoration:		none;
}
a.menu_item:hover
{
	cursor:					default;
}
a.menu_item[href]:hover
{
	cursor:					pointer;
}
a.menu_item > .pre
{
	float:					left;
	display:				inline;
}
a.menu_item > .body
{
	float:					left;
	display:				inline;
}
a.menu_item > .post
{
	float:					left;
	display:				inline;
}
a.menu_item > .body > .icon
{
	display:				inline;
	background-repeat:		no-repeat;
	background-position:	left center;
}
/* END: OSP Default menu */


.module_top_menu
{
	width: 210px;
	position: absolute;
	left: 0px;
	text-align: right;
	vertical-align: top;
	margin: 18px 15px 15px 0px;
}
.module_top_menu li.menu_item > a.menu_item > .body
{
	float:					none;
}
.module_top_menu li.menu_item > a.menu_item > .pre, .module_top_menu li.menu_item > a.menu_item > .post
{
	display:				none;
}
.module_top_menu li.separator
{
	display:				none;
}
.module_top_menu li.menu_item
{
	float:					none;
	padding:				8px;
}
.module_top_menu a.menu_item
{
	text-align:				right;
}




.right
{
	padding-top: 18px;
	position:			absolute;
	margin-left: 650px		;
}


.cms_webpage_title, .module_name
{
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: thin;
font-style:italic;
margin:10px 0 3px;
padding:0 0 5px;

}
.cms_webpage_publication_date
{
	text-align: right;
	font-style: italic;
	font-size: smaller;
}
.cms_webpage_separator
{
	margin-bottom:		30px;
}
.cms_webpage_index_previous
{
	float:				left;
}
.cms_webpage_index_next
{
	float:				right;
}


.osp_thumb img
{
	margin: 0 10px 10px 0;
}


#powered_by
{
	margin-top: -6px;
	text-align: center;
}
#powered_by a
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
}
#powered_by a:hover
{
	color: #743e8e				;
	text-decoration:	underline;
}

