/* DEFAULT ELEMENTS. */

body
{
	font-family: arial, helvetica;
	font-size: 9pt;
	font-weight: none;
	
	background-color: rgb(0, 155, 169);
}

h1
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: rgb(240, 3, 127);
	
	margin: 0px;
}

p
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: none;
	color: rgb(70, 70, 70);
	
	margin: 0px;
}

a.menuLinks
{
	font-family: helvetica, arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 155, 169);
}

a.menuLinks:hover
{
	color: rgb(240, 3, 127);
}

a.topMenuLinks
{
	font-family: helvetica, arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

a.topMenuLinks:hover
{
	color: rgb(240, 3, 127);
}

a.normalLinks
{
	font-family: helvetica, arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 155, 169);
}

a.normalLinks:hover
{
	color: rgb(240, 3, 127);
}

a.hiddenLink
{
	border: 0px;
	color: rgb(255, 255, 255);
}

input
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: none;
	color: rgb(70, 70, 70);

	border: 1px solid rgb(240, 3, 127);
}

input.button
{
	background-color: rgb(250, 240, 240);
}

textarea
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: none;
	color: rgb(70, 70, 70);

	border: 1px solid rgb(240, 3, 127);
}

/* SPECIFIC ELEMENTS. */

div.websiteArea
{
	margin: auto;
	margin-top: 7%;
	
	width: 670px;
	height: 405px;
	
	overflow: hidden;
}

div.leftWebsiteArea
{
	float: left;
	
	width: 93px;
	height: 405px;
	
	overflow: hidden;
	
	background-image: url("../img/left_flowers.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

div.rightWebsiteArea
{
	float: left;
	width: 551px;
	height: 405px;
	
	overflow: hidden;
}

div.leftmostUpperFrame
{
	float: left;
	width: 128px;
	height: 96px;
	
	overflow: hidden;
	
	background-image: url("../img/top_flowers.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.rightmostUpperFrame
{
	float: left;
	width: 423px;
	height: 96px;
	
	overflow: hidden;
	
	background-image: url("../img/top_text.gif");
	background-position: left bottom;
	background-repeat: no-repeat;	
}

div.rightmostUpperFrameText
{
	float: left;
	width: 423px;
	height: 96px;
	
	overflow: hidden;
}

div.informationFrame
{
	width: 551px;
	height: 246px;
	
	overflow: hidden;
}

div.leftmostLowerFrame
{
	float: left;
	width: 136px;
	height: 59px;
	
	overflow: hidden;

	background-image: url("../img/bottom_flowers.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

div.rightmostLowerFrame
{
	float: left;
	width: 406px;
	height: 59px;
	margin-left: 9px;
	
	overflow: hidden;

	background-image: url("../img/bottom_text.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

div.rightmostLowerFrameText
{
	float: left;
	width: 406px;
	height: 59px;
	margin-left: 9px;
	
	overflow: hidden;
}

div.copyrightFrame
{
	width: 26px;
	height: 343px;
	float: left;
	
	background: url(../img/DC_credit.jpg) bottom right no-repeat;
	overflow: hidden;
}

div.menuArea
{
	background-color: rgb(255, 255, 255);
	
	float: left;
	width: 136px;
	height: 246px;
	
	overflow: hidden;
}

div.middleMenuArea
{
	width: 136px;
	height: 210px;
	
	padding-top: 20px;
	
	overflow: hidden;
}

div.topMenuArea
{
	width: 136px;
	height: 8px;
	
	overflow: hidden;
	
	background-image: url("../img/top_corner.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div.bottomMenuArea
{
	width: 136px;
	height: 8px;

	overflow: hidden;

	background-image: url("../img/bottom_corner.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div.contentArea
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: none;
	color: rgb(70, 70, 70);

	background-color: rgb(255, 255, 255);
	
	float: left;
	width: 406px;
	height: 246px;
	
	margin-left: 9px;
		
	overflow: hidden;
}

div.menuLine
{
	margin-bottom: 14px;
}

div.topMenu
{
	float: left;
	margin-top: 68px;
	margin-left: 25px;
}

div.topMenuItem
{
	float: left;
	margin-right: 20px;
}

div.bottomText
{
	margin-left: 8px;
	margin-top: 8px;

	font-size: 8pt;
	color: rgb(255, 255, 255);
}

div.topInformation
{
	float: right;
	margin-top: 70px;
	margin-right: 8px;
	
	font-size: 8pt;
	color: rgb(255, 255, 255);
}

div.leftContent
{
	float: left;
	width: 144px;
	height: 230px;
}

div.rightContent
{
	float: left;
	width: 227px;
	height: 230px;
	margin-left: 19px;
	
	font-size: 8pt;
	color: rgb(70, 70, 70);
}

table.information
{
	width: 390px;
	border: 1px solid rgb(240, 3, 127);
	border-bottom: 0px;
}

td.information
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: none;
	color: rgb(70, 70, 70);
	
	border-bottom: 1px solid rgb(240, 3, 127);
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

