@import url('button.css');

body 	{
	font-size: 11px; 
	font-family: Tahoma,sans-serif;
	color: black;
	text-align: center;
 	/*background: url('../images/cmsBackground.gif') 50% 0;*/
	background: #192533;
}

body, html	{
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

p	{
	margin: 0;
	padding: 0;
}

form	{
	margin: 0;
	padding: 0;
}

#main	{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 100%;
	min-height: 100%;
	background: url('../images/cmsBackgroundFade.gif') 50% 0 repeat-x;
	/*background: rgb(46,54,67);*/
}

#main #logoDiv	{
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#main #logoDiv #logoImage	{
	margin-left: 0px;
}

#main #mainBody	{
	width: 756px;
	margin-right: auto;
	margin-left: auto;
}

#main #mainBody #mainBodyHeader	{
	height: 264px;
	width: 756px;
	background: url('../images/cmsMainHeader.gif') no-repeat;
}

#mainHeaderLine	{
	position: relative;
	height: 12px;
	background-image: url('../images/mainHeaderLine.gif');
}

.clearLine	{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.openArticleImg	{
	border: 0 ! important;
	padding: 0 ! important;
	margin: 0 ! important;
	margin-left: 10px ! important;
}

table, td	{
	font-size: 11px;
}

#header	{
	
}

#header #dater	{
	color: #8DA362;
	float: left;
	margin-top: 5px;
	margin-left: 30px;
}

#header #topMenu	{
	width: 756px;
	height: 47px;
}

#header #topMenu .marginDiv	{
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

#header #topMenu ul, #header #topMenu li	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header #topMenu li	{
	float: left;
	width: 125px;
}

#header #topMenu li a	{
	font-size: 18px;
	font-family: Arial;
	display: block;
	margin-left: 3px;
	margin-right: 4px;
	color: white;
	height: 42px;
	text-decoration: none;
	/*background: url("../images/topMenu.gif") left 50% no-repeat;*/
}

#header #topMenu li a:hover	{
	background: url("../images/topMenu.gif") bottom repeat-x;
}

#header #topMenu li a span	{
	display: block;
	padding-top: 10px;
}

#header #flashAnimation	{
	text-align: center;
	height: 211px;
}

/* BEGIN Footer */
#footer	{
	background: url("../images/cmsMainFooter.gif") center top no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	width: 756px;
	margin-bottom: 10px;
}

#footer .menu	{
	margin-bottom: 7px;
	position: relative;
	height: 37px;
	text-align: center;
}

#footer .menu .marginDiv	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

#footer .menu .marginDiv img.delimiter	{
	vertical-align: middle;
}

#footer .menu a	{
	color: #DDDDDD;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
}

#footer .menu a:hover	{
	color: white;
	text-decoration: underline;
}

#footer #copyright	{
	text-align: right;
	clear: both;
	font-size: 9px;
	margin-right: 10px;
	color: #AAAAAA;
}

#footer #copyright a	{
	color: #AAAAAA;
	text-decoration: none;
}

#footer #copyright a:hover	{
	color: white;
	text-decoration: underline;
}
/* END Footer */

#body	{
	background: white url("../images/cmsMainMiddle.gif") repeat-y;
	width: 756px;
	text-align: left;
	overflow: hidden;
}

#leftCol	{
	float: left;
	width: 160px;
}

#rightCol	{
	float: left;
	width: 550px;
}

#menuSeparator	{
	background: url("../images/menuVerticalSeparator.gif") 160px repeat-y;
}

/* BEGIN Menu */
#subMenu	{
	padding-right: 8px; 
	margin-top: 10px;
}

#subMenu ul, #subMenu li	{
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

#subMenu ul	{
	background: url("../images/menuHorizontalSeparator.gif") bottom repeat-x;
}

#subMenu li	{
	background: url("../images/menuHorizontalSeparator.gif") top repeat-x;
	margin-top: 1px;
	margin-bottom: 1px;
}

#subMenu a	{
	display: block;
	text-decoration: none;
	color: black;
}

#subMenu a.selected	{
	font-weight: bold;
}

#subMenu a span	{
	display: block;
	padding: 7px 0 7px 5px;
}
/* END Menu */
