body {
margin : 50;
padding : 0;
text-align : left;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
background : #F0F8FF url(img/bg.jpg) no-repeat top center; background-attachment: fixed;
/*ccffff is light blue*/
}
#container {
width : 800px;
margin : 0 auto;
padding : 0;
color : #00008B;
background : #FFFFFF;
}
			/*BANNER*/
#banner {
float : left;
width : 750px;
height : 180px;
padding : 0;
margin-bottom : 0;

}
#banner h1 {
margin : 40px 0 0 20px;
font : normal 2em georgia, verdana, arial, tahoma, sans-serif;
text-transform : none;
letter-spacing : 3px;
color : #00008B;
background : transparent;
}
			/*MAIN CONTENT*/
#content {
padding : 0 10px 0 10px;
margin-left : 170px;
margin-right : 170px;
margin-top : 0;
line-height : 1.8em;
}
#content h1 {
padding : 20px 0 0 0;
font : normal 1.4em verdana, tahoma, arial, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #00008B;
background : inherit;
text-align : center;
}
#content h2 {
	text-align:center;
}

hr.divider {
	width:425px;
	height:3px;
	border:0;
	background-color:#993399;
}
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 150px;
margin : 0 0 0 0;
padding : 5px;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 11px;
color : white;
background : #191970;
width : 120px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid royalblue;
}
.menu a:hover {
border-left : 10px solid blue;
background-color : #40E0D0;
color : navy;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			/*RIGHT SIDEBAR*/
#sidebar-b {
float : right;
width : 150px;
margin : 0 0 0 0;
padding : 5px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
height : 40px;
font-size : 0.8em;
border-top : 1px solid #515244;
color : #eee;
background : #191970;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #acaf2c;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #858563;
background : inherit;
color : #858563;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #darkblue;
background : transparent;
}
blockquote {
font-weight : bold;
font-style : italic;
color : black;
}
			/*LINKS*/
a {
color : black;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : black;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #40E0D0;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}

.alert {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:none repeat scroll 0 0 #FFFFCC;
	border:1px solid #FFFF00;
	padding:15px;
	text-align:center;
	font-weight:bold;
	margin:15px;
	font-style: normal;
	font-size:14px;
}