body {
background: #0171AF url(images/background.gif) repeat-x;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

h1,h2,a{
	padding:0;
	margin:0;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto 0 auto;
width: 960px;
background: #fff;
border: 10px solid #D1E6EF;
}

#header {
height: 115px;
background-image:url("Images/headerbg.gif");
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 10px 0 0 10px;
color: #0171AF;
}
#header h1 a { 
color: #0171AF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #0171AF;
padding: 0 0 0 10px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #D1E6EF;
}
#menu ul {
list-style-type: none;
padding-left: 10px;
margin:0;
}
#menu ul li {
display: block;
float: left;
padding-left:10px;
}
#menu ul li:hover{
background-color:#A6D6F3;
}
#menu ul li a {
padding: 0 10px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float:left;
width: 650px;
text-align: justify;
display:block;
}
.left h2 {
font-family: Georgia,"Times New Roman" ,Times,serif,;
font-style:italic;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.right {
float: right;
width: 260px;
padding-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #D1E6EF;
color: #111;
font-size: 13px;
}
.right ul {
padding:0;
margin:0;
list-style-type: none;
}
.right ul li{
	border-bottom:1px dashed #e7e7e7;
}
.right ul li a {
color: #648CA5;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
#footer {
height: 20px;
line-height: 30px;
background: #D1E6EF;
text-align: center;
font-size: 11px;
}

/*********************
        WIDGET
*********************/
.widget{}
.widget .title{
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	background: #D1E6EF;
	border-bottom: #32748F solid 1px;
	color: #111;
	font-size: 13px;	
}
.widget .title span{}
.widget .content{
	padding: 5px 0 0 5px;
}
.widget .content span{}

/*********************
    POSTS AND PAGES
*********************/
.posts{}
.posts .title {
	border-bottom: #D1E6EF 1px solid;
	display:block;
	margin-bottom:5px;
}
.posts .title span{}
.posts .content{}
.posts .content .contentinfo{
	display:block;
	padding:5px;
	border:1px solid #e7e7e7;
}
.posts .content .contentdescription{
	display:block;
	padding:5px;
}
.posts .content .contentterms{
	display:block;
	padding:5px;
	border:1px solid #e7e7e7;
}

/*********************
    COMMENTS
*********************/
.comments{}
.comments .title{
	border-bottom: #D1E6EF 1px solid;
	display:block;
	margin-bottom:5px;
}

.comments .terms{
	display:block;
	padding:5px;
	border:1px solid #e7e7e7;
	clear:both;
}

.comments .description
{
	display:block;
	width:100%;	
	clear:both;
}

.comments .description .avatar
{
	float:left;
	padding:0 5px 5px 0;
}

.comments .description .avatar img
{
	display:block;
	border:3px solid #cfe1ee;	
}

/* Table */
.table
{
	width:100%;
	display:block;
}

.table .tr{

}

.table .tdleft
{
	width:20%;
}

.table .tdright
{
	width:80%;	
}

.table .inputtext
{
	width:250px;	
}

.table .inputtextarea
{
	width:250px;
	height:100px;	
}

/**************************
		PAGING
**************************/

.paging{
	display:block;
	margin-top:10px;
	border-top:2px solid #e7e7e7;
	border-bottom:2px solid #e7e7e7;
	padding:10px;
}

.paging a{
	display:inline;
	padding:3px 6px;
	margin-right:5px;
	background-color:#D1E6EF;
	margin-bottom:4px;
	float:left;
}

.paging a:hover{
	background-color:#A6D6F3;
	text-decoration:none;
}

.paging span{
	border-bottom:3px solid #D1E6EF;
	display:inline;
	padding:3px 6px 0px 6px;
	margin-right:5px;
	margin-bottom:4px;
	float:left;
}

/**************************
		CALENDAR
**************************/

.calendar
{
 margin:0 auto;
 width:80%;
}
.calendar .header
{  
 background-color:#e3f0fa;
 border:1px solid #afdcfe;
 border-bottom:0;
 font-weight:bold;
}
.calendar .day
{
 border:1px solid #afdcfe;
}
.calendar .nextprev
{
 border:1px solid #afdcfe;
 text-align:center;
 background-color:#cfe1ee;
 border-bottom:0;
}
.calendar .nextprev a
{
 width:100%;
 display:block;
 text-decoration:none;
 border-bottom:0;
}
.calendar .nextprev a:hover
{
 background-color:#e3f0fa;
}
.calendar .today
{
 background-color:#2279bc;
 color:white;
 border:1px solid #afdcfe;
}
.calendar .weekend
{
 color:#061C34;
 border:1px solid #afdcfe;
 background-color:#e3f0fa;
}
.calendar .dayheader
{
 border:1px solid #afdcfe;
 background-color:#f4faff;
}