/*General tag settings*/
*
{
	font-family : verdana, arial;
	font-size : 10pt;	
}

h1
{
	font-size : 18pt;
	color : #909090;
	padding : 10px;	
}

p
{
	text-align : justify;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

li.activities
{
	list-style-position : outside;
	list-style-image: url(../images/iconToo.png);
	line-height : 24px;
	vertical-align : middle; 
	padding-left : 5px;
	cursor : pointer;
}

body
{
	background-color : #ffffff;
	background-image : url('../images/backdrop.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

/*Page container settings*/
div.container
{
	position : relative;
	display : table;
	background-color : transparent;
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	min-width : 800px;
	min-height : 600px;	
}
/*Header settings*/
div.header
{
	position : relative;
	width : 800px;
	height : 147px;
	line-height : 147px;
	vertical-align : middle;
	background-color : #ffffff;
	background-image : url("../images/header.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	border : 1px solid #c0c0c0;
}

div.caption-container
{
	font-family : verdana, arial;
	font-size : 30px;
	font-weight : bold;
	position : absolute;
	display : inline;
	top : 0px;
	right : 0px;
	line-height : normal;
	text-align : center;
	height : 147px;
	color : #808080;
	padding : 20px 10px;
}

img.img-header
{
	padding : 20px;
}

/*Primary Link Settings*/
div.primary-links 
{
	position: relative;
	width: 800px;
	top : 2px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	border : 1px solid #c0c0c0;
	
	color : #bbbbbb;
}

table.primary-links
{
	width : 100%;
	background-color : white;
}

td.primary-link
{
	text-align : center;
	vertical-align : middle;
	width : 200px;	
}

div.body
{
	position: relative;
	width: 800px;
	top : 4px;
	left: 0px;
	right: 0px;
	min-height : 400px;
	margin-left: auto;
	margin-right: auto;
	border : 1px solid #c0c0c0;
	background-color : white;
	background-image : url("../images/homeBackdrop.jpg");
	background-repeat: no-repeat;
	background-position: top;
	
	color : #000000;	
}
div.body-left
{
	float : left;
	width : 500px;
}

div.body-right
{
	float : right;
	text-align : center;
}

/*secondary-links*/
div.secondary-links 
{
	position: relative;
	width: 800px;
	top : 6px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	border : 1px solid #c0c0c0;
	text-align : center;
	
	color : #bbbbbb;
}

table.secondary-links
{
	width : 100%;
	background-color : white;
}

td.secondary-link
{
	text-align : center;
	vertical-align : middle;
	border-right : thin dotted #a0ffa0;
	padding-left : 10px;
	padding-right : 10px;
	/*width : 100px;*/	
}
