
/* GENERIC */

body
{
	background-color: #5488c2;
	color: #666666;
}

a
{
	color: #666666;
}

a:hover
{
	color: #4B80BB;
}

hr
{
	color: #bababa;
	height: 1px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	vertical-align: middle;
	line-height: 1em;
	margin: 0.3em 0 0.3em 1.2em;
	padding-left: 16px; /* to keep fit with firefox 1.5.0.2 */
}

ol
{
	vertical-align: middle;
	line-height: 1em;
	margin: 0.3em 0 0.3em 2.6em;
	padding-left: 0; /* to keep fit with firefox 1.5.0.2 */
}

dl
{
	vertical-align: middle;
	line-height: 1.4em;
	margin: 0.3em 0;
	padding-left: 0; /* to keep fit with firefox 1.5.0.2 */
}

li
{
	padding: 0.3em 0;
	margin: 0;
}

dt
{
	padding: 0.3em 0;
	margin: 0;
}

dd
{
	padding: 0.3em 0 0 1em;
	margin: 0;
}

.page
{
	width: 798px;
	margin: 0 auto;
}

/* HEADER */

.header
{
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 108px;
}

.header .title
{
	position: absolute;
	text-align: center;
	top: 34px;
	width: 798px;
	font-size: 14px;
	color: #333;
}

.header .topmenu
{
	position: absolute;
	right: 37px;
	top: 5px;
}

.header .topmenu .submenu
{
	background-color: #cecece;
	padding: 8px 12px 0px 12px;
}

.header .topmenu .submenu .item
{
	padding: 2px;
	text-align: left;
	color: #fff;
}

.header .topmenu a
{
	color: #FFF;
}
.header .topmenu a:hover
{
	color: #FFF;
}
.header .nav
{
	position: absolute;
	left: 37px;
	top: 5px;
	color: #fff;
}
.header .nav a
{
	color: #FFF;
}
.header .nav a:hover
{
	color: #FFF;
}

.header .loginstatus
{
	position: absolute;
	right: 37px;
	top: 92px;
	color: #b6b6b6;
}
.loginstatus a
{
	color: #b6b6b6;
}
.loginstatus a:hover
{
	color: #b6b6b6;
}

.header .welcome
{
	position: absolute;
	right: 73px;
	top: 90px;
	color: #b6b6b6;
}
.welcome a
{
	color: #b6b6b6;
}
.welcome a:hover
{
	color: #b6b6b6;
}

/* BODY */

.shim
{
	background-image: url(images/content-shim.gif);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 0;
}

.OneColumn .shim
{
	background-image: url(images/content-shim-photo.gif);
}

.body
{
	background-image: url(images/body-repeat.gif);
	background-repeat: repeat-y;
}

.OneColumn .body
{
	background-image: url(images/body-repeat-photo.gif);
	background-repeat: repeat-y;
}

.sidebar
{
	padding: 0 7px 0 13px;
	width: 200px;
	float: left;
}

.TwoColumn .content
{
	margin-left: 260px;
	margin-right: 56px;
	padding: 4px;
}

.OneColumn .content
{
	padding: 20px 40px 20px 20px;
}

/* FOOTER */

.footer
{
	height: 90px; /* for Mozzila */
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

.OneColumn .footer
{
	background: url(images/footer-photo.gif) no-repeat;
}

.footer
{
	font-size: 12px;
}

.footer .menub
{
	text-align: center;
	margin: 20px auto 0 auto;
	display: none;
}

.footer .copyright
{
	color: #fff;
	padding-top: 65px;
	padding-bottom: 10px;
}
.copyright a
{
	color: #fff;
}
.copyright a:hover
{
	color: #fff;
}


