/* Fonts */
h1,h2,h3,h4,h5,h6,a:link,a:visited
{
	color: #6b7bab;
}

div.header a
{
	color: #ffffff;
}

/* Horizontal Rule */
hr
{
	border: 0px #6b7bab solid;
	background-color: #6b7bab;
	height: 1px;
}

/* Background */
body
{
	background-color: #f5f5ff;
	background-image: url('../images/logo_blue.png');
	background-repeat: no-repeat;
	background-position: top right;
}

img
{
	border: 0px;
}

/* Main styles */
div.box
{
	border-color: #6b7bab;
}

div.header
{
	color: #ffffff;
	background-color: #6b7bab;
	background-image: url('../images/head_back.png');
	background-repeat: repeat-y:
}

div#left div.header
{
	background-image: url('../images/navhead_back.png');
	background-repeat: repeat-y:
}