
/*
 * General styles
 */

* {
	color: rgb(114, 114, 114);
	font-family: verdana, arial, helvetica, sans-serif;

}

a img {
	border: 0px solid white;
}

address {
	clear: both;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	padding-top: 60px;
}

body {
	background: rgb(255, 255, 234);
	background-image: url(images/body_bg.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

dl dd {
	margin: 0px;
	padding: 0px 0px 10px;
}

dl dt {
	display: inline;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

dl dt small {
	font-weight: normal;
}

em {
	font-style: normal;
	text-transform: uppercase;
}

h1 { font-size: 130%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; font-weight: normal; text-decoration: underline; }

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

p.footnote {
	font-size: 85%;
	padding: 10px;
}

/*
 * International links style
 */


#links {
	line-height: 35px;
	padding-top: 50px;
	text-align: center;
}

#links span {

	visibility: hidden;
}

/*
 * Specials style
 */

#specials {
	background: rgb(199, 234, 162);
	border: 2px solid rgb(103, 154, 1);
	float: right;
	left: 20px;
	margin: 22px 0px 30px 25px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100px;
}

#specials * {
	color: rgb(103, 154, 1);
	font-size: 120%;
}

#specials h2 {
	text-transform: uppercase;
}


/*
 * Container style
 */

#container {
	background: white url(images/container_bg.gif) top left repeat-x;
}

/*
 * Header style
 */

#header {
	background: white url(images/header_bg.gif) top left no-repeat;
	height: 77px;
	text-align: right;
}

/*
 * Menu style
 */

#menu {
	background: rgb(255, 255, 234) url(images/menu_bg.gif) top right no-repeat;
	font-size: 70%;
	float: left;
	margin: 32px 0px 0px 0px;
	padding: 140px 0px 0px 0px;
	text-align: right;
	/*width: 158px;*/
	width: 160px;
}

#menu p {
	margin-left: 30px;
	text-align: center;
}

#menu p img {
	margin: 5px 0px 0px 0px;
}

#menu ul, #menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	padding: 0px 0px 10px 0px;
}

#menu ul a {
	color: rgb(103, 154, 1);
	font-weight: bold;
	text-decoration: none;
}

/*
 * Content style
 */

#content {
	font-size: 70%;
	margin: 0px;
	padding: 10px 50px 60px 50px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
	height: 1%;
}

/* End hide from IE5/mac */

/*
 * Hiding this from NN4 and older browsers
 */

@media screen {
	#container, #header {
		background-color: transparent;
	}
	
	#content {
		margin: 0px 0px 0px 160px;
	}
}

