.content
{
	margin: 12px;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background: #dceafd;
	background-image: url(/images/background.gif);
	background-repeat: repeat;
	border: 1px solid #003680;
}
.menuitem
{
	text-align: center;
	color: #aed0ff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 15px;
	margin-left: 15px;
}

.menuitem a
{
	text-align: center;
	color: #aed0ff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.menuitem a:hover
{
	text-decoration: underline;
}

.logobackground
{
	margin: 0px;
	height: 200px;
	background: url(/images/logobackground.jpg) repeat-x;
}
.logobackgroundbottom
{
	margin: 0px;
	height: 40px;
	background: url(/images/logobackgroundbottom.jpg) repeat-x;
}

.themedbackground
{
	background: #aed0ff;
	background-image: url(/images/themebackground.gif);
	background-repeat: repeat-x;
}
.themedbackgroundtitle
{
	background: #2d6ec6;
}
.themedt
{
	background-image: url(/images/themedot.gif) 0 0 repeat-x;
}
.themedb
{
	background: url(/images/themedot.gif) 0 100% repeat-x;
}
.themedl
{
	background: url(/images/themedot.gif) 0 0 repeat-y;
}
.themedr
{
	background: url(/images/themedot.gif) 100% 0 repeat-y;
}
.themedtr
{
	background: url(/images/themetr.gif) 100% 0 no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #aed0ff;
	padding: 8px;
}
.themedtl
{
	background: url(/images/themetl.gif) 0 0 no-repeat;
	height: auto
}
.themedbr
{
	background: url(/images/themebr.gif) 100% 100% no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #0a59c4;
  	min-height: 118px;
  	height:auto !important;
 	height: 118px;
	padding: 16px;
}
.themedbl
{
	background: url(/images/themebl.gif) 0 100% no-repeat;
	height: auto;
}

.shadowr
{
	background: url(/images/shadowr.gif) 100% 0 repeat-y;
}
.shadowb
{
	background: url(/images/shadowb.gif) 0 100% repeat-x;
}
.shadowbr
{
	background: url(/images/shadowbr.gif) 100% 100% no-repeat;
	padding-right: 29px;
	padding-bottom: 27px;
}
.shadowtr
{
	background: url(/images/shadowtr.gif) 100% 0 no-repeat;
}
.shadowbl
{
	background: url(/images/shadowbl.gif) 0 100% no-repeat;
}

img
{
	border: none;
	margin: 20px;
}

body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	min-width: 800px;
	font-family: arial;
	background: #8ab1e9;
}