#main {
	background: url(../img/bg2.jpg);
}

#defaultContainer {
	background: url(../img/bg2.jpg);
}

#defaultContainer #topMenu {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #22245f;
	color: #ffffff;
}

#defaultContainer #topMenu ul {
	margin-left: 5px;
}

#defaultContainer #topMenu ul, #defaultContainer #topMenu ul li {
	display: inline;
	list-style: none;
	list-style-image: none;
}

#defaultContainer #topMenu ul li {
	line-height: 20px;
}

#defaultContainer #topMenu ul li a:link, #defaultContainer #topMenu ul li a:visited {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#defaultContainer #topMenu ul li a:hover, #defaultContainer #topMenu ul li a:active {
	color: ffffff;
	text-decoration: none;
}

/*
#defaultContainer #wrapper #leftCol {
	float: left;
	width: 705px;
	height: 100%;
}

#defaultContainer #wrapper #leftCol #leftColContent {
	background: url(../img/bg.jpg);
	margin-left: 10px;
	padding: 10px;
}

#defaultContainer #wrapper #rightCol {
	float: right;
	width: 119px;
}

#defaultContainer #wrapper #middleCol {
	margin-left: 705px;
	margin-right: 119px; 
	width: auto;
}
*/

#defaultContainer #contenttable {
	margin-left: 10px;
}

#defaultContainer #leftCol {
	margin: 10px 10px 20px 10px;
	color: #22245f;
	font-size: 10px;
}

#defaultContainer #leftCol p.bodytext {
	margin: 5px 0px 5px 0px;
	width: 85%;
}

#defaultContainer #middleCol {
	margin: 10px 10px 20px 10px;
}

#defaultContainer #rightCol {
	height: 100%;
	margin: 5px 5px 20px 5px;
}

#language {
	width: 120px;
	text-align: center;
}

#langImages {
	background: #ffffff;
}

#defaultContainer #rightCol #language table#langImages td {
	height: 20px;
}

#defaultContainer #rightCol #language table#langImages td#td1 { text-align: left; }
#defaultContainer #rightCol #language table#langImages td#td2 { text-align: center; }
#defaultContainer #rightCol #language table#langImages td#td3 { text-align: right; }

#defaultContainer #rightCol #language table#langImages td#td1 img{ margin-left: 3px; }
#defaultContainer #rightCol #language table#langImages td#td3 img{ margin-right: 3px; }

#langImages a img {
	/*
	margin-left: 3px;
	margin-right: 3px;
	*/
	border: 1px solid #cccccc;
}

h1, h2, h3, h4, h5, h6 {
	color: #22245f;
	font-weight: bold;
}

h1 {
	font-size: 12px;
}

h2.title {
	text-transform: lowercase;
	color: #22245f;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	border-bottom: 2px dotted #ffffff;
	padding-bottom: 5px;
}

#subMenu {
	padding: 0px 5px 5px 0px;
	border-bottom: 2px dotted #ffffff;
}

#stdLinks {
	/*border-top: 2px dotted #ffffff;*/
	border-bottom: 2px dotted #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

#stdLinks a {
	text-decoration: none;
}

#sponsorImg {
	width: 120px;
	background: #ffffff;
	text-align: center;
	margin-top: 10px;
}

#sponsorImg table {
	text-align: center;
}

#sponsorImg table tr td a img {
	margin: 5px 0px 5px 0px;
}

#middleCol #subMenu ul, #middleCol #subMenu ul li {
	list-style: none;
	list-style-image: none;
	list-style: url(../img/trans_arrow2.gif);
	list-style-image: url(../img/trans_arrow2.gif);
	list-style-position: inside;
}

#middleCol #subMenu ul li {
	height: 14px;
	line-height: 14px;
/*	padding-top: 1px;*/
}

#middleCol #subMenu ul li a:link, #middleCol #subMenu ul li a:visited {
	text-transform: lowercase;
	font-size: 10px;
	color: #22245f;
	text-decoration: none;
}