body {
	background-color : #efefef ; 
    font-family : calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size : 11pt ;
	color : #111111 ;
	margin-top : 0px ;
	margin-left : 0px ;
	margin-right : 0px ;
	-webkit-text-size-adjust: 100% ;
	text-align : center ;
	}
	
div.topbar {
	width : 100% ;
	min-width : 1000px ;
	height : 125px ;
    margin-top : 0px ;
	margin-left : 0px ;
	margin-right : 0px ;
	background-image : url('topbar.jpg') ;
	background-repeat : horizontal ;
	font-size : 12pt ;
	color : #888888 ;
	text-align : center ;
	border-bottom : 0px solid #2286ba ;
	}
	
div.menuouter {
	width : 1000px ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
span.menu {
    position : relative ;
	font : calibri, arial ;
	}

div.topbarheader {
	width : 800px ;
	margin-left : auto ;
	margin-right : auto ;
	}	
	
div.contentbox {
	width : 800px ;
	min-height : 450px ;
	margin-left : auto ;
	margin-right : auto ;
	background-color : #ffffff ;
	color : #666666 ;
	border : 1px solid #2286ba ;
    border-radius : 15px;
    padding : 20px ;
	text-align : left ;
    }
	
div.contentboxouter {
	width : 1000px ;
	margin-left : auto ;
	margin-right : auto ;
	}

div.socialmedia {
	position : absolute ;
	left : -15px ;
	top : 230px ;
	background-color : #ffffff ;
	border-top : 1px solid #2286ba ;
	border-right : 1px solid #2286ba ;
	border-bottom : 1px solid #2286ba ;
    border-radius : 15px;
    padding : 15px 
	} 
	
div.remotesupport {
	position : absolute ;
	right : -15px ;
	top : -20px ;
	background-color : #ffffff ;
	border-left : 1px solid #2286ba ;
	border-bottom : 1px solid #2286ba ;
    border-radius : 15px;
    padding : 10px 
	} 
	
div.topright {
	position : relative ;
	right : 10px ;
	top : 0px ;
	border-left : 0px solid #bbbbbb ;
	border-right : 0px solid #bbbbbb ;
	border-bottom : 0px solid #bbbbbb ;
    border-radius : 0px;
    padding : 5px ;
    font-family : "open sans", Arial, Verdana, Helvetica, sans-serif;
    font-size : 18pt ;
	color : #666666 ;
	} 
    
table.footer {
    font-family : calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size : 9pt ;
	color : #555555 ;
	}
	
a:link {
	color: #199ce0;
        text-decoration: none;
       }

a:active {
	color: #888888;
        text-decoration: none;
       }

a:visited {
	color: #199ce0;
        text-decoration: none;
       }

a:hover {
	color: #48bbf6;
       }
       
       input {
	width: 400px;
        color: #666666;
       }

textarea {
	width: 400px;
        height: 100px;
        color: #666666;
       }

table.form {
    font : calibri, arial ;
	color : #777777 ;
    font-size: 9pt ;
    padding: 0 ;
    }

select {
	width: 400px;
        color: #666666;
    }

input.submit {
	width: 200px;
    }

img.survey_chart {
	border : solid 1px #2286ba ;
	}
	
td.mob_menu_td {
    font-size : 25pt ;
	border-style : solid ;
	border-width : 1pt ;
	border-radius : 5pt ;
	border-color : #333333;
	padding : 10px ;
	}