/*####Tags####*/
body {
 background-color: #001226;
 background-image: url('bg.png');
 background-position: top left;
 background-repeat: no-repeat;
 color: #b9eaf6;
}

a {
 color: #b9eaf6;
 text-decoration: none;
 border-bottom: #b9eaf6 1px solid;
}



/*####Main Title####*/
#topBanner {
 height:120px;
 width: 300px;
 margin: auto;
 margin-top: 50px;
 background-image: url('title.png');
 background-repeat: no-repeat;
}
#mainTitle {
 display: none;
}

/*####Menu Bar####*/
#menuBar {
 margin-left: 500px;
 text-align: center;
 display: inline;
}
#menuBar li {
 list-style: none;
}

/*####Content###*/
#contentArea {
 margin-top: 30px;
 margin-left: 20px;
}

.contentTitle{
 font-size: 1em;
 text-decoration: underline;
}

/*### One Column ####*/
#col0 {
 width: 600px;
}

/*### Two Uneven Columns ####*/
#col1{
 width: 65%;
 margin-right: 40px;
 float: right;
}

#col2 {
 width: 25%;
 border-right: #b9eaf6 2px solid;
 padding: 10px;
}

#col2 .contentWrapper{
 border-bottom: 2px dotted #b9eaf6;
 padding: 5px;
}

/*### Two Even Columns ###*/
#col3 {
 width: 50%;
 display: inline;
 float: left;
 padding-left: 10px;
}
#col4 {
 width: 50%;
 display: inline;
}


/*####Footer###*/
#footer {
 clear: both;
 text-align: center;
 margin-top: 20px;
 border-top: 1px dashed #b9eaf6;
 padding: 20px;
}

.stb {
 display: inline;
}

.stb li {
 text-decoration: none;
 display: inline;
}

.stb li a {
 border: none;
}

/*#### Blog Posts ####*/

/*###Specifics*/
#whatsNew .contentTitle {
 display: none;
}

.blogDate{
 color: #1CA7CA;
}

