/* Start of CMSMS style sheet 'BYMSRed v1 - globals (screen, projection)' */
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #990000 url(images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #444444;
}

strong, em, b {
    font-family: "Lucida Sans", "Lucida Sans Unicode", →
        "Lucida Grande", Helvetica, "Trebuchet MS", Arial, sans-serif;
}

/* http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/ */

h1 {
	/* font-family: Lucida Sans Regular, Helvetica, Trebuchet MS, Arial, sans-serif; */
	color: #CC3333;
	text-transform: inherit;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	/* font-family: Lucida Sans Regular, Helvetica, Trebuchet MS, Arial, sans-serif; */
	color: #CC3333;
	text-transform: inherit;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #CC3333;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #CC6666;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: solid #CC3333 5px;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(images/banneryms.png) repeat-x left top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #CC3333;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #FFCC33;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 130%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #CCCCCC;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #999999;
}

#border-top {
	border-top: 5px solid #CC6666;
}
#content #right h2 {
	font-size: 12pt;
}
/* End of 'BYMSRed v1 - globals (screen, projection)' */

