body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height:157%;
    color: #666666;
    font-size: 13px;
    letter-spacing:0px;
    background:#050505 url("../Images/BG-Final.fw.png") repeat-x;
}
body h1 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	line-height: 120%;
}
body h2 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}
body h3 {
    color: #5F5F5F;
    font-size: 20px;
    font-weight: normal;
    line-height: 120%;
}
body h4 {
    color: #5F5F5F;
    font-size: 14px;
    font-weight: bold;
}
body p {
    font-size:13px;
    color: #666666;
    line-height:157%;
}
body a {
    color: #0000FF;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    line-height:157%;
}
body a:active, body a:hover {
    color: #FF0000;
}
body a:visited {
    color: #7A1A8B;
}
.main_wrapper {
    background-color:#FFFCFF;
    margin-top:0px;
    margin-bottom:0px;
}
.row_1 {
    width: auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
}
.row_2 {
    width: auto;
}
.row_3 {
    width: auto;
}
.column_1 {
    border-right:1px solid #FA0505;
    border-bottom:1px solid #FA0505;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
}
.column_2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 10px;
	border-bottom-style: none;
	border-bottom-color: #D6D6D6;
}
.row_4 {
    width: auto;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    min-height:10px;
}
body img {
    height: auto;
    max-width:100%;
}
body ul {
    list-style-type: none;
    padding-left:0px;
}
@media only screen and (min-width : 641px) {
    body {
        min-width: 1024px;
        text-align: left;
    }
    .main_wrapper {
        clear: both;
        min-height: 637px;
        width: 1024px;
        margin-right: auto;
        margin-left: auto;
    }
    .row_1 {
        clear: both;
        min-height: 197px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row_2 {
        clear: both;
        min-height: 40px;
    }
    .row_3 {
        clear: both;
        min-height: 600px;
    }
    .column_1 {
        float: left;
        width: 248px;
        min-height: 569px;
        padding: 15px 10px 15px 15px;
    }
    .column_2 {
        float: left;
        width: 724px;
        min-height: 569px;
        padding: 15px 15px 15px 10px;
    }
    .row_4 {
        clear: both;
        min-height: 32px;
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    body img {
        height: auto;
        max-width:none;
    }
    body ul {
        list-style-type: disc;
        padding-left:40px;
    }
}
