/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
	background: #242021 url(../images/bg.gif) repeat-x;
}

img {
	border: 0;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #333333;
	font-size: 13px;
}

.hand {
	cursor:pointer;
	_cursor:hand;
}
#maincontainer {
	width: 798px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection {
	margin: 0;
	padding: 0;
}

#topsection-1 {
	height: 18px;
	text-align: right;
}

#topsection-2 {
	height: 90px;
	text-align: center;
}

#topsection-3 {
	/*height: 250px;*/
	text-align: right;
}

#middlesction {
	background: url(../images/top-bg.gif) no-repeat;
	height: 13px;
	margin-top: 7px;
}

#contentwrapper {
	margin: 0;
	padding: 0;
}

#leftcolumn {
	padding: 12px 0 10px 0;
	float: left;
	width: 190px;
	text-align: left;
	margin-left: 4px;
	min-height: 352px;
	background: #FFFFFF url(../images/bottom-left-bg.gif) no-repeat bottom right;
}

#leftcolumn ul {
	text-align: left;
	margin: 0 20px 0 20px;
	padding: 0 0 0 0;
}

#leftcolumn li {
	color: #6A6A6A;
	font-size: 11px;
	list-style-position: inside;
	border-bottom: 1px solid #E8E8E8;
	padding: 4px 0 4px 0;
}

#contentcolumn {
	width: 595px;
	margin-left: auto;
	min-height: 373px;
	background: #E9EAEE url(../images/bottom-right-bg.gif) no-repeat bottom;
}

#contentbox {
	padding: 2px 23px 20px 30px;
	background-image: url(../images/flags.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#footer {
	clear: left;
	width: 100%;
}

#copyright {
	width: 798px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #8E8D8D;
	margin:0 auto 30px auto;
}

#copyright a {
	color: #8E8D8D;
	text-decoration: none;
}

.pageTitle {
	color:#696969;
}

.contactus {
	border-top: 1px dashed #8E8D8D;
}

.downloadlist a {
	color: #E72526;
	text-decoration: none;
}

.downloadlist a:hover {
	color: #E72526;
	text-decoration: underline;
}

.inputBox {
	border: 1px solid #919395;
}

.line-split {
	border-top: 1px dashed #8E8D8D;
	width: 90%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.glay {
	color: #6A6A6A;
	font-size: 11px;
}

.blackbold {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.menured{
	padding:0 0 0 20px;
	color: #EB1F2A;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:0;
	line-height:27px;
}

.psidemenu1 {
	padding:0 0 0 20px;
	text-align: left;
	margin:0;
}

.psidemenu2 {
	padding:0 0 0 20px;
	text-align: left;
	margin:0;
}

/* style from editor */
.RedTitle {
	color: #EC2027;
	font-size: 15px;
	font-weight: bold;
}

.Rednormal {
	color: #EC2027;
}

.Rednormal a{
	color: #EC2027;
	font-weight:bold;
}

.Rednormal a:hover{
	color: #EC2027;
	font-weight:bold;
}

.BrownTitle {
	color: #560003;
	font-size: 15px;
	font-weight: bold;
}

.Green {
	color: #67A406;
	font-weight: bold;
}

.SmallFont {
	font-size: 11px;
}

.Red {
	color: #E31738;
}