body {background-image: url(/images/background.gif);}

.content {position: relative;}

.borders {
	position: relative;
	margin: 0px;
	background: url(/images/borders/bSideR1.gif) repeat-y right;
	height: 100%; /* bug fix for IE */
}

.wrapper {position: relative;}

#pg.wrapper {
	margin: 0px 0px 0px 5px;
	background-color: #444444;
}

#pg .borders {
	padding: 10px 20px 10px 10px;
}

.bTL, .bTR, .bB, .bBL, .bBR {position: absolute;}
.bTL, .bTR, .bBL, .bBR {background-repeat: no-repeat;}
.bTL {background-position: top left;}
.bTR {background-position: top right;}
.bBL {background-position: bottom left;}
.bBR {background-position: bottom right;}
#pg .bTL, #pg .bTR, #pg .bBL, #pg .bBR {
	background-image: url(/images/borders/bCorners1.gif);
	width: 50px;
	height: 50px;
}
#pg .bB {
	background: url(/images/borders/bSideB1.gif) repeat-x bottom;
	height: 50px;
}

.bTL {top: -10px;	left: -10px;}
.bTR {top: -10px;	right: 0px;}
.bBL {bottom: -10px; left: -10px;}
.bBR {bottom: -10px; right: 0px;}
.bB {left: 0px;	bottom: -10px; width: 100%;}

#pgFooter .bB {
	background: url(/images/borders/bSideB0.gif) repeat-x bottom;
	height: 10px;
}

#pgFooter.wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #09f;
	margin: 0px 25px 0px 30px;
	background: #333;
}

#pgFooter .borders {
	margin-top: 7px;
	padding: 0px 15px 5px 5px;
}

#pgFooter .bBL, #pgFooter .bBR {
	background-image: url(/images/borders/bCorners0.gif);
	width: 25px;
	height: 10px;	
}

#languages {
	position: relative;
	padding-top: 10px;
	margin-left: 280px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #5f5f5f;
}

#links {
	position: relative;
	margin-left: 115px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #777777;
}

#links span {
	color: #bbbbbb;
}

#links a {
	color: #777777;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	position: relative;
	float: left;
	width: 269px;
	height: 125px;
}

#col2 .wrapper, #col3 .wrapper {
	margin-top: 20px;
	margin-bottom: 6px;
}

#col2 {
	margin-right: 200px;
}

#col3 {
	float: right;
	width: 200px;
}

#col2 .wrapper, #col3 .wrapper {
	margin: 15px 0px 10px 5px;
	background-color: #333333;
}

#col2 .bTL, #col2 .bTR, #col2 .bBL, #col2 .bBR,
#col3 .bTL, #col3 .bTR, #col3 .bBL, #col3 .bBR {
	background-image: url(/images/borders/bCorners2.gif);
	width: 50px;
	height: 50px;
}

#col2 .bB, #col3 .bB {
	background: url(/images/borders/bSideB2.gif) repeat-x bottom;
	height: 10px;
}

#col2 .borders, #col3 .borders {
	background: url(/images/borders/bSideR2.gif) repeat-y right;
}

h2 {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

#col3 ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style: none;
}

#col2 .content {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#col2 a, #col2 .inactiveLink, #col3 a, #col3 .inactiveLink {
	color: #09f;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.inactiveLink {
	text-decoration: line-through;
}

.linkNote {
	display: block;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 10px;
}

.siteNote {
	display: block;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
}

.screenshot {
	float: right;
	position: relative;
	border: 1px solid #777;
}

label {
	position: relative;
	width: 75px;
	display: block;
	float: left;
}

.requiredIndicator {
	float: left;
	display: block;
	width: 10px;
	position: relative;
	clear: none;
	text-align: right;
	margin-right: 5px;
}

.inputText, .inputEmail, textarea {
	border: 1px solid #777;
	background-color: #333;
	color: #777;
}

.inputText, .inputEmail {
	width: 300px;
}

textarea {
	width: 300px;
	height: 96px;
}
