/************************************/
/* Redefinition default HTML styles */
/************************************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0px;
}
td
{
	font-size: 11px;
}

a,
a:link,
a:active,
a:visited
{
	color: #AA0000;
	text-decoration: none;
}
a:hover
{
	color: #FF0000;
}


/************************************/
/* Form styles                      */
/************************************/
.input
{
	background-color: #F6F6F6;
	border: solid 1px #444444;
}


/************************************/
/* Custom styles                    */
/************************************/
#maintable
{
	border-right: #aa0000 1px solid;
	border-left: #aa0000 1px solid;
	width: 760px;
}

/* Header styles */
#header td
{
	height: 80px;
}

/* Menu styles */
#menu td
{
	background-color: #AA0000;
	height: 30px;
}

A.menulink,
A.menulink:link,
A.menulink:active,
A.menulink:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

	margin-left: 10px;
	padding-left: 10px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
A.menulink:hover
{
	color: #FFD046;
}


/* Main content area styles */
#content
{
	background-color: #FFDDDD;
}
#photocontent
{
	padding: 70px 0px 70px 0px;
}
#leftcol
{
	border-top: solid 60px #AA0000;
	border-bottom: solid 40px #AA0000;
	width: 20px;
}
#leftcol div
{
	width: 20px;
}
#rightcol
{
	border-top: solid 20px #AA0000;
	border-bottom: solid 10px #AA0000;
	width: 20px;
}
#rightcol div
{
	width: 20px;
}

#main
{
	padding: 20px 20px 0px 20px;

}
#main .contentblock
{
	background-color: #FFFFFF;
	border: solid 1px #AA0000;
	margin-bottom: 20px;
	width: 100%;
}
#main .contentblock .header
{
	background-color: #DD6666;
	border-bottom: solid 1px #AA0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
}
#main .contentblock .header div
{
	padding-left: 10px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main .contentblock .content
{
	padding: 10px;
}
#main .contentblock .content img.image
{
    
	padding-left: 10px;
}
.articleHeader
{
	font-weight: bold;
	text-transform: uppercase;
}


/* Right control column styles */
#controlcolumn
{
	border-top: solid 20px #AA0000;
	border-bottom: solid 10px #AA0000;
	padding: 20px 10px 10px 10px;
	width: 250px;
}
#controlcolumn .contentblock
{
	background-color: #FFFFFF;
	border: solid 1px #AA0000;
	margin-bottom: 20px;
	width: 100%;
}
#controlcolumn .contentblock .header
{
	background-color: #DD6666;
	border-bottom: solid 1px #AA0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
}
#controlcolumn .contentblock .header div
{
	padding-left: 10px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#controlcolumn .contentblock .content
{
	padding: 10px;
	font-size: 10px;
}


/* Footer styles */
#footer td
{
	background-color: #AA0000;
	color: #FFFFFF;
	height: 25px;
	padding-left: 15px;
}
#footer A,
#footer A:link,
#footer A:active,
#footer A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover
{
	color: #FFD046;
}



/************************************/
/* Custom styles                    */
/************************************/
#contentKids
{
	background-color: #FFFFFF;
}
#mainKids
{
	background-position: center;
	background-repeat: no-repeat;
	font-size: 16px;
	height: 480px;
	padding: 20px 20px 0px 20px;
}
#mainKids h1
{
	color: #AA0000;
	font-size: 28px;
	letter-spacing: 2px;
}
#mainKids h2
{
	color: #AA0000;
	font-size: 24px;
	letter-spacing: 2px;
}
#mainKids td
{
	font-size: 16px;
}
