/* Start of CMSMS style sheet 'Core' */
/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
html, body{height:100%;}

img { border: none; }

body, td, th, p , div, span {
      font-family: georgia, Verdana, Sans-Serif;
	color: #353537;
	font-size: 14px;
}

body {
	background: #1a6e85;
	text-align: center;
	margin-top: 30px;
}

#page_wrapper {
	width: 760px;
	text-align: left;	
	border: solid 2px #fff;
	background: url('uploads/images/layout/page_wrapper.gif');
	float: left;
}

#header {
	float: left;
	height: 158px;
	width: 760px;
	background: url('uploads/images/layout/header_bg_new.gif');
        text-align: right;	
}

#side_content {
	float: left;
	width: 144px;
	padding: 7px;
}

#content {
	float: left;
	width: 562px;
	padding: 20px 20px 20px 20px;
        background:#FFFFFF none repeat scroll 0 0;
}

#left { 
    float: left;
    width: 260px;
}

#right {
    float: right;
    width: 260px;
}

#content img {
       border: 0;
}

.content_img {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

#footer {
	color: #fff;
	background-color: #01557a;
	width: 747px;
	height: 16px;
	clear: both;
	text-align: right;
	padding: 5px 10px 10px 3px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 12px;
        color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

/* Text Formatting */
.page_title {
        font-size: 22px;
        font-family: Times, Bookman, serif;
	color: #003645;
	font-style: italic; 
        margin: 0;
}

p {
	font-size: 14px;
	margin-bottom: 18px;
        letter-spacing:0.5px;
/*	line-height: 150%; */
}

li  {
      font-family: Verdana, Sans-Serif;
}

#content li  {
      font-family: georgia,Verdana, Sans-Serif;
      font-size: 14px;
}

a, a:link, a:active, a:visited {
	color: #0062e7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
        color: #165300;
}

ul { margin-left: 16px; list-style-type: square; font-size: 11px; padding: 0px; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,Verdana,serif
	color: #003645;
	font-style: italic;
        margin-bottom: 10px;	
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.special {
	color: #ffde2d;
}

/* Clearing */
.simple_clear {
	height: 1px;
	width: 100%;
	clear: both;
}

#main {
	margin: 0 auto;
	width: 940px;
	text-align: left;	
}

#banner {
	width: 160px;
	float: right;
}
/* End of 'Core' */

