header
{
    
    /*background-color: ghostwhite;
    color: white;
    padding-left: .5cm;
    padding-top: .5cm;
    padding-right: .5cm;
    padding-bottom: .5cm;
    background-color: #3366cc;*/
    margin-left: 2cm;
    margin-right: 2cm;
    margin-top:1cm;
    font-family: Arial, Helvetica, sans-serif;
}

#header-container
{
	display: flex;
	justify-content: flex-start;
}

#header-item-photo
{
	width: 180px;
	height: 230px;
	align-self: flex-end;
   /*line-height: 37px;*/
}

#header-item-ban
{
	width: 100%;
	height: 100%;
   align-self: flex-start;
}

#header-item-name {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1cm;
    margin-right: 0;
    color: #003399;/*#0066cc;*/
    font-family: Helvetica, Arial, sans-serif;
    /*font-style: italic;*/
}

#header-item-logo
{
	margin-top: -0.7cm;
   margin-left: 10cm;
}

#body-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#main-content
{
	padding-left: .5cm;
	padding-right: .5cm;
	width: 100%;
}

nav
{
    float: left;
    width: 180px;
    height: 100%;
    background-color: #336699;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: .5cm;
    margin-top: .5cm;
    margin-left: 2cm;
    
}

nav ul {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}

nav li {
    text-align: center;
    border-bottom: 1px dotted #003399;
}

nav li a {
    display: block;
    color: white;
    padding: 10px 0px;
    text-decoration: none;
}
    
nav li a:hover {
    background-color: #3399ff;
    color: white;
}

nav .active {
    background-color: #3399ff;
    color: white;
}

#aside-container {
    display: flex;
    /*float: right;*/
    flex-direction: column;
}

#aside1 {
    /*float: right;*/
    width: 300px;
    height: 100%;
    border: 1px solid #336699;
    padding-left: .4cm;
    padding-right: .3cm;
    padding-bottom: .3cm;
    background-color: ghostwhite;
    margin-top: 20px;
    margin-right: 2cm;
    font-family: Helvetica, Arial, sans-serif;
}

#aside2 {
    /*float: right;*/
    width: 300px;
    height: 100%;
    border: 1px solid #336699;
    padding-left: .4cm;
    padding-right: .3cm;
    padding-bottom: .3cm;
    background-color: ghostwhite;
    margin-top: 20px;
    margin-right: 2cm;
    font-family: Helvetica, Arial, sans-serif;
}

aside ul {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}

aside li {
    text-align: left;
    color: blue;
}

aside li a {
    color: blue;
    text-decoration: none;
}

aside h1 {
	color: #0066cc;
}
   
article
{
    text-decoration: none;
    margin-top: 20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #0066cc;
    width: 100%;
    text-align: justify;
}

article ul {
	 list-style-type: square;
}

article h1 {
	color: #0066cc;
}
    
#article-without-bullets
{
    text-decoration: none;
    /*margin-left: 8cm;*/
    margin-top: 20px;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    text-align: justify;
}

#article-without-bullets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

#article-without-bullets li {
    text-align: left;
}

#article-without-bullets li a {
    color: blue;
    text-decoration: none;
}


#article-without-bullets h1 {
	color: #0066cc;
}

#simple-list ul{
	list-style-type: circle;
}

.rotate180 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.img-hor-vert {
	-webkit-transform: scale(-1, 1);
   -moz-transform: scale(-1, 1);
   -o-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
}

.foot-page {
	background-color: ghostwhite;
	color: #336699;
	margin-left: 2cm;
	margin-right: 2cm;
	margin-top: 1cm;
	font-family: Helvetica, Arial, sans-serif;
}

/*#header-item1-text
{
	width: 750px;
	height: 150px;
    line-height: 37px;
    vertical-align: middle;
    text-align: center;
    order: 3;
}

#header-item2-text
{
	width: 400px;
	height: 150px;
    line-height: 37px;
    vertical-align: middle;
    padding-top: 30px;
    text-align: right;
    order: 2;
}*/

/*#aside2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}*/