/* General Rules
/*************************/
body
{
	font-family: Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: serif;
	font-size: x-large;
}

h2
{
	font-family: serif;
	font-size:large;
}

a:visited
{
	color: blue;
}

a:hover
{
	background-color:white;
}


/* Content Rules
/*************************/
#content
{
	position:absolute;
	top: 100px;
	left: 221px;
	width: 580px;
	padding: 0 0 50px 10px;
}

#content img
{
	padding-left: 1em;
}

#actions img
{
	vertical-align: middle;
	padding: 2px;

}

#actions ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;

}

/* Head (branding section) Rules
/*************************/
#head
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #f1f1f7 ;
}

#right
{
	position: absolute;
	top: 0;
	right: 0;
	
}

#left
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* Sidebar Rules
/*************************/
#sidebar
{
	position:absolute;
	top: 100px;
	left: 0px;
	width: 210px;
}

#sidebar a
{
	display:block;
}


#sidebar div
{
	background: #f1f1f7 url(images/bottom_corner.gif) bottom right no-repeat;
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
}

#sidebar div h1
{
	background: #f1f1f7 url(images/top_corner.gif) top right no-repeat;
	font-size: medium;
	padding-top: 10px;
	margin: 0;
}

#sidebar p
{
	margin-top: 0;
	margin-bottom: 4px
}

#emailmessage
{
	width: 500px;
	border: 1px solid gray;
	padding: 1em;
}
