/************************************************
 *	Main structure                          *
 ************************************************/

body{
	font-family: Arial, sans-serif;
	background: #E8E8F0;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#wrap {
	background-image: url(../images/pg_gb_06.png);
	background-repeat: repeat-y;
	width:760px;
	padding:0px;
	margin: 0px auto;
	clear: both;
	background-color: #E8E8F0;
	text-align: center;
	display: block;
	overflow: hidden;
}

h1 {
	padding-top: 8px;
	padding-bottom: 9px;
	margin: 0px;
}

h2 {
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 1em;
	text-indent: 32px;
	margin: 0px;
}
p {
	font-size: 0.9em;
	margin-top: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 8px;
	color: #003366;
}

p a:link {
	color: #003366;
	font-size: 10px;
}
p a:active {
	color: #003366;
}
p a:visited {
	color: #003366;
}

P a:hover {
	color: #CC9900;
	text-decoration: underline;
}
/************************************************
 *	Header					*
 ************************************************/

#head {
	background-image: url(../images/rti_mc_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 760px;
}

#head_con {
	background-image: url(../images/rti_cont_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 760px;
}

#head_sm {
	background-image: url(../images/rti_sm_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 760px;
}

/************************************************
 *	Navigation					*
 ************************************************/

#nav {
	width: 760px;
	height: 24px;
	background-image: url(../images/rti_mc_02.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #000000;
}
#nav li {
	font-size: 16px;
	float: left;
	color: #DDD;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	text-transform: uppercase;
}
#nav a {
	font-size: 0.7em;
	font-weight: bold;
	color: #DDD;
	text-align: left;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 7px;
}
#nav a:link {
	text-decoration: none;

}
#nav a:active {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav_c {
	width: 760px;
	height: 24px;
	background-image: url(../images/rti_cont_02.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #000000;
	position: relative;
}
#nav_c li {
	font-size: 16px;
	float: left;
	color: #DDD;
}
#nav_c ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	text-transform: uppercase;
}
#nav_c a {
	font-size: 0.7em;
	font-weight: bold;
	color: #DDD;
	text-align: left;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 7px;
}
#nav_c a:link {
	text-decoration: none;

}
#nav_c a:active {
	text-decoration: none;
}
#nav_c a:visited {
	text-decoration: none;
}
#nav_c a:hover {
	color: #FFF;
	text-decoration: none;
}

#nav_sm {
	width: 760px;
	height: 24px;
	background-image: url(../images/rti_sm_02.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #000000;
	position: relative;
}
#nav_sm li {
	font-size: 16px;
	float: left;
	color: #DDD;
}
#nav_sm ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	text-transform: uppercase;
}
#nav_sm a {
	font-size: 0.7em;
	font-weight: bold;
	color: #EEE;
	text-align: left;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 7px;
}
#nav_sm a:link {
	text-decoration: none;
}
#nav_sm a:visited {
	text-decoration: none;
}
#nav_sm a:hover {
	color: #FFF;
	text-decoration: none;
}
.navimg {
	background-image: url(../images/rti_mc_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 24px;
	width: 760px;
	padding: 0px;
}
.navimg h1 {
	color: #EFEBCF;
	font-size: 0.75em;
	margin: 0px 0px 0px 32px;
	padding: 4px 0px 0px;
	text-align: left;
	display: block;
	vertical-align: middle;
}

.navimg h1 a:link {
	color: #EFEBCF;
	text-decoration: none;
}
.navimg h1 a:active {
	color: #FFF;
	text-decoration: none;
}
.navimg h1 a:visited{
	color: #EFEBCF;
	text-decoration: none;
}
.navimg h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.white {
	color: #FFF;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DDD;
	margin: -10px 10px 0px 0px;
	padding: 0px;
	float: right;
}
.adimg {
	background-color: #DDD;
	width: 100%;
}

.adimg_left {
	float: left;
	margin: 0px;
	clear: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/************************************************
 *	Content					*
 ************************************************/

#cont_left {
	background-image: url(../images/rti-mc_04.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 530px;
}
#cont_left_c {
	background-image: url(../images/rti_04.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 530px;
}
#cont_left_f {
	background-image: url(../images/rti_04.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 530px;
}
.c_text {
	color: #4B402E;
	margin-left: 18px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.c_text li {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #332D87;
	list-style-image: url(../images/li.png);
	list-style-position: inside;
	letter-spacing: 0.1em;
	list-style-type: square;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.c_text li a {
	color: #332D87;
	text-decoration: none;
}
.c_text li a:hover {
	color: #0066CC;
	text-decoration: underline;
	background-color: #FFF;
}
.c_form {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 28px;
	float: left;
}
.c_img {
	text-indent: 8px;
}
.c_text h3 {
	font-size: 1em;
	text-indent: 12px;
	color: #7F7F7F;
	background-color: #FFF;
	margin: 8px 0px 0px;
	padding: 0px;
}
.c_text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 5px;

}

.rt_imgs {
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: right;
	clear: right;
}

#cont_rt {
	background-image: url(../images/rti-mc_05.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 435px;
	width: 230px;
	display: block;
	background-position: left top;
	vertical-align: top;
	overflow: hidden;
}

#cont_rt p {

}

#cont_rt_c {
	background-image: url(../images/rti_mc_05.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 298px;
	width: 230px;
	display: block;
	background-position: left top;
	vertical-align: top;
	overflow: hidden;
}

#cont_rt_c p {

}

#cont_rt_f {
	background-image: url(../images/rti_mc_05.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 298px;
	width: 230px;
	display: block;
	background-position: left top;
	vertical-align: top;
	overflow: hidden;
}

#cont_rt_f p {
}

table {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	width: 458px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-top: 0px;
	background-color: #FBFBF9;
}
tr {
	width: 200px;

}
td {
	color: #333399;
	padding: 1px;
	text-indent: 8px;
	letter-spacing: 0.2em;
	width: 118px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
#pg_529007ca66 {

}
.phpForms_main {
	background-color: #F2F0F7;
	width: 308px;
	margin: 0px;
	padding: 0px;
}
.fields {
	color: #0066CC;
	border: 1px solid #DBD9D2;
}

.select {
	width: 152px;
}
.button_pre {
	background-color: #F2F0F7;
	width: 388px;
	font-weight: bold;
	color: #5D3399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 18px;
	height: 18px;
	border: 1px solid #999999;
	margin-bottom: 4px;
}
.button_sub {
	background-color: #F2F0F7;
	width: 288px;
	color: #5D3399;
	border: 1px solid #999999;
	background-image: url(../images/bg.gif);
}
.buttn {
	background-color: #DDD;
	width: 288px;
	color: #5D3399;
	border: 1px solid #999999;
	background-image: url(../images/buttn_bg.png);
}
.star {
	color: #CC0000;
}

.phpForms_pgtitle
{
    font-family : Arial;
    font-size   : 1em;
    color       : #1200d9;
    font-weight : bold;
}
.phpForms_btn
{
	border-top-width    : 1px;
	border-left-width   : 1px;
	border-bottom-width : 1px;
	border-right-width  : 1px;
	border-top-color    : #6699CC;
	border-left-color   : #6699CC;
	border-right-color  : #666699;
	border-bottom-color : #666699;
	color               : #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/************************************************
 *	Footer					*
 ************************************************/

#footer {
	background-image: url(../images/footr.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 760px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #EEE;
	text-align: left;
	text-indent: 32px;
	clear: both;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 188%;
	margin-top: 4px;
	color: #EEE;
	text-decoration: none;
	display: inline;
	vertical-align: baseline;
}

#footer a:link {
	color: #EEE;
	text-decoration: none;
}

#footer a:active {
	color: #EEE;
	text-decoration: none;

}
#footer a:visited {
	color: #EEE;
	text-decoration: none;

}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;

}

#bottm {
	background-image: url(../images/bottm.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	clear: both;
	height: 36px;
	background-color: #E8E8EF;

}

.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 0.7em;
	color: #888;
	margin: 0px;
	padding: 0px;
	line-height: 188%;
	text-decoration: none;
}
.copyright a {
	color: #888;
	text-decoration: none;
}
.copyright a:link {
	color: #888;
	text-decoration: none;
}
.copyright a:hover {
	color: #333;
	text-decoration: none;
}
