/* Universal Styles and Rules */

body{
    font-family:arial;
    font-size:0.8em;
    color:#808285;
    margin:0px;
}
h1{
    margin:0px;
    margin-bottom:15px;
    padding:0px;                
    font-weight:bold;
    color:#000000;
    font-size:1em;
}
h2{
    margin:0px;
    padding:0px;
    font-size:1em;
    color:#000000;
}
h2 a{
	color:#ed1b2e;
	text-decoration:none;
}
h3{
    margin:0px;
    padding:0px;
    color:#000000;
    font-weight:bold;
    font-size:1em;
}
h4{
    margin:0px;
    padding:0px;
    color:#ed1b2e;
    font-weight:bold;
    font-size:1em;
}
strong{    
    font-weight:normal;
}
p{
    margin-top:0px;
    margin-bottom:20px;
}
a{
    text-decoration:underline;
    color:#ed1b2e;
}
ul{
    margin:0px 10px 20px 15px;
    padding:0px 0px;
    
}
.clear{
    width:100%;
    clear:both;
    height:30px;
}
/* End Universal Styles */


#wrapper{
    width:862px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
}

#container{
    width:100%;
    clear:both;
    border:1px solid #000000;
    padding-top:110px;
    background-repeat:no-repeat;
	background-position:top right;
}

/* Main Column for large flash objects */
#flash{
    width:100%;
    clear:both;
    border:1px solid #000000;
}
/* Main Column for large flash objects */

/* Main Column Layout */
#mainCol{
    float:left;
    width:400px;
    min-height:445px;
    height:auto !important;
    height:445px;
    padding:0px 20px;
    background-image:url('../images/copy_bg.gif');
    background-repeat:repeat-y;
    background-position:left top;
}

#mainCol strong{
	color:#000000;
}

#container .mainWide{
	width:588px;
}
/* End Main Column Layout */

/* Page specific classes */

.scheme{
    margin-top:20px; 
    background-image:url('../images/scheme_bg.jpg'); 
    background-repeat:no-repeat; 
    background-position:left top; 
    padding-left:35px;
}

.scheme h3{
    margin:0px;
    color:#ed1b2e;
}
.scheme p{
    margin:0px;
    margin-bottom:14px;
}
.scheme span{
	color:#000000;
}

.apply_link{
    font-size:2em;
    color:#000000;                            
}

.apply_link span{
    color:red;
    font-weight:bold;
}

.apply_link a{
    color:#000000;
    text-decoration:none;
}

.why-insurance{
	color:#000000;
}
.why-insurance strong{
	font-weight:bold;
}

.aboutText{
	min-height:410px;
	height:auto !important;
	height:410px;
}

.roles h2{
	font-size:0.9em;
	margin:5px 0px;
}

/* End Page specific classes */