html {
	font-size: 62.5%;	
}

body {	
	font-family: Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size: 1.2em;	
	text-align: center;		
	background-color:#aaa2bf;
	background-image:url(/coc/images/structure/bg_image_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.main_border {
	border:1px solid #595988;
}

.page_welcome {
	margin: 0px auto;
	margin-bottom: 5px;
}

p {
	margin: 0px 0px 20px 0px;
}

.short_news_item {
	margin-bottom:6px;
	font-weight:bold;
}

table.table tr td {
	padding: 4px;
}

table.table tr td.label {
	text-align:right;
}


table tr th, table tr td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

img {
	display: block;	
}

h1, h2, h3, h4, h5 {	
	font-family: Verdana, sans-serif;
	margin:8px 0px 5px 0px;
	padding:0px;
}

h5 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.6em;	
}

h2 {
	font-size: 1.8em;
}

h1 {
	font-size: 2em;
}

hr {
	height:1px;
	border:1px solid #A69380;	
}

a img {
	border:none;
}

a:active, a:visited, a:link, a:active {
	font-weight:bold;
	text-decoration:none;	
}


a:link, a:active, #main_nav ul li a:visited, #main_nav ul li a:active {
	color:#5d5573;	
}

a:active, a:visited {
	color:#660066;	
}

a:hover, #main_nav ul li a:hover, #main_nav ul li a.selected {
	color:#6699CC;
}

#text_content a:link, #text_content a:active, #text_content a:visited {
	text-decoration:underline;
}

#text_content a:hover {
	text-decoration:none;
}

#text_content {
	line-height:20px;
}

ul.menuItem li.item a.selected {
	text-decoration:underline;
	color:#000;
}

br.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

ul.list li, ol.list li {
	padding-bottom:5px;	
}