*  {
margin : 0px;
padding : 0px;
}

body {
	background-color: #0E1215;
	/*background-repeat: repeat-x;
	background-image:  url(../images/bg.png);
	*/
	font-family : Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size : 72%;
	text-align : center;
}

img, img a{
	border: none;
}

#container {
    margin: 20px auto;
	/*margin: 0px auto;*/
	width : 900px;
	text-align : left;
}

#main-content-full {
    margin: 0px auto;
	float: left;
	display: inline;
	width : 750px;
	height: 400px;
	border-top: 1px solid #ff00cc;
	/*background : #FFFFFF url(../images/treatment-bg.jpg) no-repeat right;*/
	background-color: #FFFFFF;
	text-align : left;
}

#main {
    float: left;
	display: inline;
	width : 700px;
	height: 350px;
	background : #FFFFFF url(images/mainbg-new.jpg) no-repeat left;
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	color: #ffffff;

}

#main-content h1, #main-content-full h1{
    margin: 20px 20px 20px 20px;
	color : #ff00cc;
	font-weight: normal;
	font-size: 24px;
}

#main-content-full p{
	margin: 0pt 20px 0pt 20px;
	line-height: 30px;
	font-size: 12px;
	color: #00235d;
}

#main-content p{
	margin: 0pt 250px 0pt 20px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
}

#main-content-full p.normal{
	margin: 0pt 250px 0pt 20px;
	line-height: normal;
	font-size: 12px;
	color: #00235d;
}

#sidebar {
    margin: 0px 0px;
	float: left;
	text-align: center;
	display: inline; 
	width : 200px;
	height: 350px;
	background: url(images/sidenav-new.jpg) no-repeat;
    font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	color: #cccccc;
	font-weight: bold;
}

#sidebar a {
text-decoration : none;
color : #cccccc;
cursor: hand;
}

#sidebar a.nav-last {
padding-right : 0;
background : none;
}

#sidebar a:visited {
text-decoration : none;
color :#cccccc;
}

#sidebar a:hover {
text-decoration : none;
color : #FFFFFF;
}

#sub-content a{
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

#sub-content div{
	color: #FFFFFF;
	/*border-bottom: 2px dotted white;*/
    margin: 20px 20px 20px 20px;
}
#sub-content span{
    color: #00235d;
	font-weight: bold;
	font-size: 14px;
}

#branding{
    marign: 10px 0px;
	float : left;
	width : 900px;
	height : 200px;
	background : url(images/brand-new.jpg) no-repeat left top;
	text-align : right;
	
	
	
}

#navbar  {
    margin: 0 auto;
	float : right; 
	padding: 7px 0px 0px 0px;
	width : 750px;
	height : 25px;
	background : url(../images/navbar.jpg) no-repeat left top;
	text-align : right;
}


#navbar ul {

list-style-type : none;
margin-left : 20px;
padding-top : 10px;
}

#navbar li {
padding : 0px 15px 0px 0px;
font-weight: bold;
font-size: 12px;
/*text-transform : uppercase;*/
text-decoration : none;
display : inline;
}

#navbar li.selected {
color : #ff00cc;
}

#navbar li a {
text-decoration : none;
background : url(../images/nav-main-a-bg.jpg) no-repeat right center;
color : #00235d;
}

#navbar li a.nav-last {
padding-right : 0;
background : none;
}

#navbar li a:visited {
text-decoration : none;
color : #00235d;
}

#navbar li a:hover {
text-decoration : none;
color : #ff00cc;
}

#footer {
	float: left;
	width : 750px;
	height: 24px;
	padding-top: 8px;
	border-top: 1px solid #ff00cc;
	background : #4A8AE0 url(../images/footer.jpg) no-repeat left top;
	text-align : center;
	color: #FFFFFF;
}

#footer span{
    margin-left: 5px;
	font-weight: bold;
	/*color: #ff00cc;*/
}
