/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
body, tr, td, th, dl, dt, dd, li, ul, ol, p,  h2, h3, h4, h5, h6, b, i, input, select, option, optgroup, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
.maincontent {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #003E67;
}
.red{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #D9261C;
	
}

.redbold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #D9261C;
}

.redbigbold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #D9261C;
}

.Bluebigbold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #003E67;
}

.Bluebbold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #003E67;
}
.Bluesmallbold {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #003E67;
}

#download {
	font-size: 11px;
	text-align: right;
	padding-right:5px;
	margin: 0;
}
#download a:link,
#download a:active,
#download a:visited {
	color: #474747;
	text-decoration: none;
}
#download a:hover {
  text-decoration: underline;
}
#redright {
	padding: 0;
	margin: 0;
	text-align: right;
	color: #D9261C;
	margin-bottom: 10px;
}
.welcome {
	color: #5D5D5D;
	font-size: 14px;
}
.rightcontents {
	padding: 0 10px;
}
#memory {
	padding:6px;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #ffffff;
}
#memory ul {
	background-repeat: no-repeat;
	list-style-image: url(bullet.gif);
	margin: 15px;	
	padding: 5px 0 5px 5px;
	}
#memory ul li {
	color: #FFFFFF;
	font-weight: bold;	
	padding: 5px 0 5px 5px;
}
.leftbg {
	background-image: url(left_bg.png);
	background-position: right
	background-repeat: repeat-y;
}

.rightbg {
	background-image: url(right_bg.png);
	background-position: left
	background-repeat: repeat-y;
}

.contact {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 5px;
}
.join {
	color: #ffffff;
	margin-top: 5px;
	font-size: 14px;
	}
.requestform td {
	padding: 3px 0;
	}
