/*Layouts css goes here*/

body {background: #162a50; color: #000066;}
.white {background: white;}

.ddl-nav-wrap {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.yellow {color: #c9a150;}
.blue {color: #162a50;}