p,ul, pre, div, form, li{
    font: normal normal 18pt / 24pt cambria, georgia, serif; /*style weight size /  */
    color: #221177;
    line-height: normal;
}

h1{
    font-size : 120%;
    color: #1a3365;
    font-weight: 900;
    line-height: 121%;
}

h2{
    font-size : 115%;
    color: #1a3365;
    font-weight: 800;
    line-height: 116%;
}

h3 {
    font-size : 110%;
    color: #1a3365;
    font-weight: 800;
    line-height: 111%;
}

h4{
    font-size : 105%;
    color: #1a3365;
    font-weight: bold;
}


@-ms-viewport {
            width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}
html {
        /* Size of largest container or bigger */
        min-width: 1080px;
	min-height: 768;
    }

aside{
    display: table-cell;
    width: 150px;
    background-color: #BBCCEE;
    border: 1px solid white;
}

#menu li{
    margin-bottom: 8px;
    margin-left: -20px;
    margin-right: 2px;
    list-style: none;
    font: normal bold 16pt / 22pt cambrai, georgia, serif;
}

<style type="text/css">
.form-style-3{
    max-width: 1000px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-3 fieldset{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #0066ff;
    padding: 10px;
    background: #80aaff;
    box-shadow: inset 0px 0px 15px #FFE5E5;
    -moz-box-shadow: inset 0px 0px 15px #FFE5E5;
    -webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
}
.form-style-3 fieldset legend{
    color: #800000;
    border-top: 1px solid #FFD2D2;
    border-left: 1px solid #FFD2D2;
    border-right: 1px solid #FFD2D2;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #80aaff;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #F1F1F1;
    -moz-box-shadow:-0px -1px 2px #F1F1F1;
    -webkit-box-shadow:-0px -1px 2px #F1F1F1;
    font-weight: normal;
    font-size: 16pt;
}
.form-style-3 textarea{
    width:250px;
    height:100px;
}
.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=datetime],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=email],
.form-style-3 select, 
.form-style-3 textarea{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #0066ff;
    outline: none;
    color: #0066ff;
    padding: 5px 8px 5px 8px;
    box-shadow: inset 1px 1px 4px #FFD5E7;
    -moz-box-shadow: inset 1px 1px 4px #FFD5E7;
    -webkit-box-shadow: inset 1px 1px 4px #FFD5E7;
    background: #cceeff;
    width:12%;
}
.form-style-3  input[type=submit], .form-style-3  input[type=button], .form-style-3  input[type=reset], .form-style-3  button{
    background: #428BCA;
    color: #fff;
    font-family: Sans-serif;
    font-size: 16pt;
    height: 40px;
    width: 160px;
    line-height: 40px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
.required{
    color:red;
    font-weight:normal;
}
.backblue
{
	background-color: #e6e6ff;
}
.backmain
{
	background-color: #ccccff;
}
.panel-body
{
	background-color: #ccccff;
}
.backbranch
{
	background-color: #ccb3ff;
}
</style>
