a:link, a:visited
{
	color: #7094FF;
	text-decoration: none;
}

a:hover
{
	color: #64829e;
	text-decoration: underline;
}

a img
{
	border: 0;
}

body
{
	margin: 0px auto;
	background: url('images/bg.gif') #FFFFFF repeat-x;
	font-family: "Trebuchet MS", Arial;
	width: 1000px;
	color: #64829e;
}

.wrapper
{
	width: 970px;
	padding-top: 10px;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.clear
{
	clear: both;
}

.slogan
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.logo, .logo a
{
	background: url('images/logo.png') no-repeat;
	width: 439px;
	height: 116px;
	display: block;
}



.menu
{
	margin-top: -13px;
	padding-right: 6px;
}

.menu li
{
	float: left;
	list-style: none;
	height: 23px;
	font-size: 12px;
	background: url('images/menu_bg.jpg') repeat-x;
	margin-left: 4px;
}

.menu li.active, .menu li:hover
{
	background: url('images/menu_activebg.jpg') repeat-x;
}

.menu a
{
	line-height: 23px;
	padding: 4px 15px 4px 15px;
	color: #394246;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover, .menu li.active a:link
{
	color: #2E4560;
}

.content_top
{
	background: url('images/content-top.jpg') no-repeat;
	width: 971px;
	height: 5px;
	margin-top: 10px;
}

.content_topbg
{
	background: url('images/content-topbg.jpg') repeat-y;
	width: 971px;
	min-height: 60px;
	padding: 10px;
}

.modification-block
{
	background: url('images/smv-modificationsbg.jpg') no-repeat;
}

.mod-content
{
	padding-left: 95px;
}
.themes-content
{
	padding-left: 130px;
}

h1.mod-title, h1.themes-title
{
	padding-top: 8px;
	margin: 0px;
	font-size: 18px;
	text-decoration: underline;
}
p.mod-body, p.themes-body
{
	margin: 0px;
	font-size: 14px;
	padding-right: 5px;
}

h1.mod-title, p.mod-body
{
	color: #043d4c;
}

h1.themes-title, p.themes-body
{
	color: #990000;
}

.themes-block
{
	background: url('images/smv-themesbg.jpg') no-repeat;
}


.themes-block, .modification-block
{
	width: 361px;
	height: 76px;
}

.content_middlebg
{
	background: url('images/content-middlebg.jpg') no-repeat;
	width: 971px;
	height: 10px;
}

.content-block
{
	background: url('images/content-bg.jpg') repeat-y;
	width: 755px;
	min-height: 40px;
	padding: 10px;
}

.title
{
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
}

.message-body
{
	text-align: justify;
}

.news-block
{
	display: block;
}

.news
{
	background: url('images/news-box.jpg') no-repeat;
	width: 361px;
	height: 103px;
}

.news-title
{
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
}

.news-body
{
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}

.news-title, .news-body
{
	margin: 0px;
	padding: 2px 5px 0px 5px;
	overflow: hidden;
}

.menu-block
{
	width: 183px;
}

.rmenu li
{
	list-style: none;
	height: 32px;
	width: 183px;
	line-height: 32px;
	font-size: 12px;
	background: url('images/rmenu_bg.png') no-repeat;
	margin-top: 5px;
}

ul.rmenu
{
	margin: 0px;
	padding: 0px;
}

.rmenu li.ractive, .rmenu li:hover
{
	background: url('images/rmenu_activebg.png') repeat-x;
	font-style: italic;
}

.rmenu a
{
	line-height: 23px;
	padding: 4px 15px 4px 15px;
	color: #394246;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.rmenu a:hover, .rmenu li.ractive a
{
	/*color: #2E4560;*/
	color: #7094FF;
}

.rmenu li span
{
	padding-left: 15px;
}

.content_bottombg
{
	background-image: url('images/content-bottombg.jpg');
	width: 775px;
	height: 5px;
}

.footer
{
	font-size: 11px;
	text-align: center;
}

.boxheader
{
	text-align: center;
	background-color: #e5e5e5;
	height: 22px;
	margin-top: 5px;
}

.boxcontent
{
	max-height: 650px;
	overflow: auto;
	margin-top: 0;
	border: 2px solid #e5e5e5;
	padding: 3px;
}