/* CSS Document */

HTML {
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #DCDDDF;
	background-image: url(../img/layout/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
    color:#7a7a7a;

}

.flag {
	background-color: #FFDDDD;
	border: 1px dashed #990000;
	margin: 10px;
	padding: 10px;
}
.note {
	background-color: #FFDDDD;
	padding: 5px;
	border: 1px solid #990000;
}

#wrapper {
	width: 760px;
	background-color: #FFFFFF;
}

#header {
	margin-top: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
}
#tr_menu {
	text-align: right;
	padding-top: 7px;
}
#tr_menu A {
	display: block;
	padding-right: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../img/layout/tr_menu_link.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
#tr_menu A:HOVER {
	background-image: url(../img/layout/tr_menu_link_hover.jpg);
}
#logo {
	margin-top: 45px;
	margin-left: 24px;
}
#logo H1 {
	margin: 0px;
	padding: 0px;
}


.left {
	width: 127px;
	vertical-align: top;
	text-align: right;
	margin-top: 17px;
}
#left { 
	margin-left: 20px;
	text-align: left;
	margin-bottom: 12px;
}


.menuLnk
 { 
	margin-left: 0px;
	text-align: left;
	margin-top: 30px;
	font-size: 12px;
	color: #B6121B;
	text-decoration: none;
}

.menuSpacer
 { 
	display: block;
	height: 1px;
}

#left A {
	/*display: block;*/
	font-size: 12px;
	color: #B6121B;
	text-decoration: none;

}
#left A:HOVER {
	color: #1C2256;
}
#submenu {
	margin-bottom: 10px;
}
#submenu A {
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 1px;
}
#submenu A:HOVER {
	color: #1C2256;
}

.content {
	vertical-align: top;
}
#content {
	margin-left: 60px;
	margin-right: 20px;
}
#content H1 {
	color: #B6121B;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
}
#content H2 {
	font-size: 12px;
	color: #333333;
}
#content P {
	font-size: 12px;
	color: #444444;
	margin-bottom: 15px;
	margin-top: 15px;
}
#content A {
	color: #B6121B;
}
#content A:HOVER {
	color: #1C2256;
}
#content UL {}
#content UL LI {}
#content OL {}
#content OL LI {
	font-size: 11px;
	margin-bottom: 10px;
}
#content TD {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

#content INPUT {
	width: 250px;
	font-size: 11px;
}
#content INPUT.button {
	width: auto;
}
#content SELECT {
	width: 250px;
	font-size: 11px;
}
#content IMG.bord_01 {
	margin-left: 10px;
	border: 1px solid #666666;
}

.right {
	width: 190px;
	vertical-align: top;
}
#right {
	padding-left: 20px;
	margin-top: 36px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	margin-right: 21px;
}
#right_feature {
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#right_feature H3 {
	font-size: 12px;
	color: #B6121B;
	font-weight: normal;
	margin: 0px;
}
#right_feature H4 {
	font-size: 12px;
	color: #B6121B;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#right_feature P {
	font-size: 11px;
	margin: 0px 0px 15px;
}
#right_feature A {
	color: #B6121B;
}
#right_feature A:HOVER {
	color: #1C2256;
}
#right_feature UL {}
#right_feature UL LI {}


#footer {
	margin-top: 40px;

	margin-bottom: 30px;
}
#footer P {
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer A {
	color: #666666;
	text-decoration: none;
}
#footer A:HOVER {
	text-decoration: underline;
	color: #B6121B;
}

.link {
	font-size: 12px;
	color: #B6121B;
	text-decoration: none;
}


