/* Start of CMSMS style sheet 'marvin' */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: justify;
	line-height: 1.2em;
}

p {
	margin-bottom: 1em;
}

a {
        color: #00346e;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

h1 {
	font-size: 145%;
	font-variant: small-caps;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 120%;
	font-variant: small-caps;
	margin: 0 0 1em 0;
}

h3 {
       font-size: 110%;
       margin: 0 0 1em 0;
}

#container {
	width: 950px;
	margin:auto;
	background: url([[root_url]]/images/design/body_bg.jpg);
}

#left {
	width: 250px;
	height: 734px;
	float: left;
	background: url([[root_url]]/images/design/left_bg.jpg);
}

#right {
	width: 700px;
	min-height: 734px;
	float: right;
	background: url([[root_url]]/images/design/right_bg.jpg) no-repeat;
}

#footer {
	width: 950px;
	height: 123px;
	background: url([[root_url]]/images/design/footer.jpg);
}

#footer p {
	padding-top: 45px;
	margin-left: 175px;
	text-align: center;
	font-size: 75%;
}

#content {
	margin: 183px 100px 0 25px;

}

.image_right {
	float: right;
	margin: 0 0 10px 10px;
}

.image_left {
	float: left;
	margin: 0 10px 10px 0;
}

#navigation {
	margin-left: 65px;
	margin-top: 238px;
}

#navigation h4 {
	font-size: 100%;
	padding-left: 20px;
	background: url([[root_url]]/images/design/bullet.gif) no-repeat;
}

#navigation ul {
	list-style: none;
}

#navigation ul ul {
	padding-left: 15px;
}

#navigation ul a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
	padding-left: 20px;
}

#navigation ul a:hover {
	color: #000;
	background: url([[root_url]]/images/design/bullet.gif) no-repeat;
}
/* End of 'marvin' */

