
* {
	margin: 0;
	padding: 0;
}

body {
	background: #8c8b8b url('/images/background.png') repeat-x;
	margin: 10px 0;
	font-family: calibri, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	color: #404040;
	line-height: 1.2em;
}

/* LAYOUT */
#container {
	margin: 10px auto;
	border: 1px solid #606060;
	width: 950px;
	background: #ffffff;
}

#mainmenu {
	padding: 6px 0 6px 6px;
	background: #f5f5f5;
	border-bottom: 2px solid #ff4040;
}

#mainmenu img, #mainmenu a div {
	float: left;
	margin-right: 5px;
	opacity: 0.85;
}

#mainmenu img:hover, #mainmenu a div:hover {
	opacity: 1.0;
}

#mainmenu br {
	clear: both;
	line-height: 0;
}

.menuBar {
	/* border-bottom: 1px solid #ff4040; */
	padding: 3px 5px;
}

.menuBar table {
	width: 80%;
	margin: 0 auto;
}

.menuBar td {
	text-align: center;
}

.menuBar .specialLink {
	text-align: left;
	background: url('/images/menuicons/smallring.png') 0 50% no-repeat;
	padding-left: 25px;
	padding-right: 10px;
}

#statusContainer {
	padding: 10px;
	border-bottom: 2px solid #ff4040;
}

#statusBar {
	background: #ffffd0;
	font-weight: bold;
}

#statusBar div {
	padding: 3px 5px;
	text-align: center;
}

#footer {
	border-top: 1px solid #a0a0a0;
	text-align: center;
	padding: 15px 0;
	background: #f5f5f5;
}

#adBar {
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
	padding: 10px;
}

#contentContainer {
	background: #ffffff;
	margin: 20px 0;
	width: 930px;
}

#content {
	padding: 0 20px;
}

.innerContent {
	padding: 20px;
}

.boxLeft { 
	float: left;
	margin-right: 20px;
}

.leftContentMenu {
	padding: 0 20px;
	width: 150px;
	border-right: 1px solid #e0e0e0;
}

.rightContentMenu {
	padding-left: 20px;
	border-left: 1px solid #e0e0e0;
	width: 150px;
}

table.standard.lined {
	border-top: 1px solid #e0e0e0;
}

table.standard td {
	padding: 2px 10px 2px 0;
}

table.standard td.label {
	padding: 2px 10px 2px 0;
}

table.standard.lined tr {
	border-bottom: 1px solid #e0e0e0;
}

a:visited, a:active, a:link {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

p {
	margin-bottom: 8px;
}

h1, h2, h3, h4 {
	font-family: Candara, Helvetica, "Lucida Grande", Arial, Verdana, "Sans-Serif";
	font-weight: bold;
}

h1 {
	font-size: 15px;
	margin-bottom: 8px;
}

h1.hasMargin {
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	margin-bottom: 6px;
}

h2.hasMargin {
	margin-top: 16px;
}

h3 {
	font-size: 13px;
	margin-bottom: 4px;
}

h3.hasMargin {
	margin-top: 8px;
}

img {
	border: 0;
}

p.bold {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

table.mail th {
	border: 1px solid #c0c0c0;
	vertical-align: top;
	background: gray;
}

table.mail tr.heading td{
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
}

table.mail td {
	border: 1px solid #c0c0c0;
	vertical-align: top;
}

.lgrad {
	background-image:url(lgrad.jpg);
	background-repeat:repeat-y;
	width:19px;
}

.linegrad {
	background-image:url(linegrad.PNG);
	background-repeat:repeat-y;
	width:2px;
	padding-right: 10px;
}

.rgrad {
	background-image:url(rgrad.jpg);
	background-repeat:repeat-y;
	width:19px;
}

.dgrad {
	background-image:url(dgrad.jpg);
	background-repeat:repeat-x;
	height:38px;
}

.dgradl {
	background-image:url(dgradl.jpg);
	background-repeat:no-repeat;
	height:38px;
	width:38px;
}

.dgradr {
	background-image:url(dgradr.jpg);
	background-repeat:no-repeat;
	height:38px;
	width:38px;
}

.table td {
	border-bottom: 1px solid #e0e0e0;
	padding-right: 4px;
}

hr {
	border: 0;
	border-top: 1px solid #b0b0b0;
	height: 1px;	
}

.tablee{
	background-color:#fff;
	font-family:calibri, helvetica, arial, geneva, sans-serif;
	font-size:12px;
	color: black;
}

.tablee a { 
	font-family:calibri, helvetica, arial, geneva, sans-seriff; 
	font-size: 12px; 
	color: black;
}

.tablee a:visited{ 
	font-family:calibri, helvetica, arial, geneva, sans-seriff;
	font-size: 12px; 
	color: black;
}

.tablee a:hover { 
	font-family:calibri, helvetica, arial, geneva, sans-seriff; 
	font-size: 12px; 
	color: blue;
}

.table3 {
	background-color:#fff;
}

.table td {
	background-color:#fff;
	height:22px;
}

.table3 td {
	background-color:#fff;
}

td .alt {
	background-color:#fff;
	height:22px;
}

td .h {
	color: #fff;
	font-weight: bold;
	background-color: #e90000;
	background-image:url(main_titles_bg.jpg);
	width:536px;
	height:17px;
}

.table th {
	color: #fff;
	font-weight: bold;
	background-color: #e90000;
	height:17px;
	padding: 2px 20px 2px 10px;
}

table.hasMargin {
	margin-bottom: 10px;
}


.quotemain  {
	color:#EEEEEE;
	background-color: #fff;
	font-style: italic;
	padding: 2px;
}

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

.imgFloatLeft {
	float: left;
	margin-right: 10px;
}

.center {
	text-align: center;
}

.menuIcon {
	background-repeat: no-repeat; 
	width:50px; 
	height:50px;
	float: left;
	margin-right:5px;
}

.menuIconSmallCircle {
	background-image: url(/images/menuicons/smallring.png);
	width:21px;
	height:21px;
	position:relative; 
	left:32px;
	top:-5px;
}
.menuIconSmallCircleText {
	font-size:12px;
	font-weight:bold;
	position:relative;
	width:21px;
	text-align:center;
	top:3px;
}

.listWithMargins li {
	margin-bottom: 10px;
}