
body {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 13px; 
color: #333;  
line-height: 135%;
height: 100%;
}


a { color: #336699; text-decoration: none; }
a:hover { text-decoration: none; color : #880000; }

img { border: none; padding: 6px; } 
img a {border:none;} 

ul { list-style-type: none; }

#wrapper{ 
    padding:0 46px; 
    min-width: 901px;
    background: url(images/grad_left.jpg) repeat-y left top, url(images/grad_right.jpg) repeat-y right top ;
height: 100%;
}  
  
#page{ 
margin:0px auto; 
background: white;
}  


/* SIDEBAR */ 

#sidebar {
    width: 200px;
    background: #D6E0EB;
    float: left;
    margin-top: 4px;
    padding-top: 1px;
    font-size: 9pt;
    font-weight: 100;
}

#sidebar h2 {
    font-size: 12px;
    margin: 1px; 
    color: #336699;
    padding-left: 10px;
    font-weight: bold;
    
}

#sidebar h2 a {
text-decoration: underline;
}

#sidebar ul {
	letter-spacing: -.6px;
    list-style-type: none; 
    margin-top: -1px;
    padding-bottom: 2px;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar ul li {
    background: url(images/bullet.gif) no-repeat left top;
    margin-left: -35px;
    padding-left: 10px;
}

#sidebar form{
    padding-left: 10px;
}
 
#sidebar .text{
    padding-left: 10px;
}

#testright{
padding-left: 200px;
padding-right: 3px;
margin-right: 10px;
    margin-top: 4px;
}

#main_ccsb{
padding-top: 5px;
}

#content {
}

#content h2 {
font-weight: 100;
font-size: 20px;
margin: 0 0 4px; padding: 0 0 3px; 
color: #336699;
}

#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}
#content table {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 12px; 
border: 0;
}
#content th {
font-size: 13px;
font-weight: 100;
background: #336699;
color: #fff;
}

. p{
margin-bottom: 10pt;
}
.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #D6E0EB;
	border: none;
}

.post .meta {
	height: 23px;
	border-bottom: 1px solid #DBDBDB;
	background: #D6E0EB;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #2e5c8a;
}

.post .meta .posted {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #2e5c8a;
}

.post .meta a {
	color: #464032;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}



/* HEADER */ 

#header { 
line-height: 1px;
padding-top: 13px;
height: 112px;
margin-top: -20px;
background: #336699;
color: white;
}

#header h1 {
font-size: 25px;
font-weight: 100;
color: white;
padding: 10px 0 0 150px;
}
#header h1 a {
color: white;
}
#header h2 {
color: white;
font-size: 14px;
font-weight: 100;
padding-top: 10px;
padding-left: 153px;
}
#header h2 a {
color: white;
}



/* MENUBAR */

.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 10; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(images/menubar.gif) center repeat-x; /*THEME CHANGE HERE*/
margin-top: 33px;
padding: 0px 0px 3px;
font:bold 12px Verdana;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 3px 7px;
margin: 0;
text-decoration: none;
border-left: 2px solid #D6E0EB; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: black;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
background-color: #5085bb;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
color: white;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
color: black;
}
