/************* GENERAL CSS ************/

body {
	margin:10px auto;
	padding: 0px;
	/*background: #666666 url(../images/bg2col.gif) repeat-y center top; */
	background: #666666;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#container {
	position:relative;
	width:770px;
	border:0px; 
	margin:15px auto 0px auto;
	text-align: left;
}

.noSideBar {
	background:#ffffff;
}

.hasSideBar {
	background:#ffffff url(../images/mg_bg2col.gif) top left repeat-y;

}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #3366CC;
}
h2 {
	font-weight: bold;		
}



a {
	font-weight: bold;	
	text-decoration: none;
	color: #3366CC;
}

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

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(../images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #FFFFFF;  /*#333333;*/
	color: #000000;
}

/************* CONTENT ************/

.withSideBar {margin-left:242px;}
.withoutSideBar {margin-left:15px;}
.withBGImage {
	background: #FFFFFF url(../images/bgContainer.jpg);
}
.withBGImageLite {
	background: #FFFFFF url(../images/bgContainer2.jpg);
}


#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#oneColumn {
	float: left;
	width: 690px;
	padding: 0px 20px 40px 20px;
}
#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}

#rightNoPad {
	float: right;
	width: 210px;
	padding: 0px 0px 0px 0px;
	color: #99CCFF;
}

/* SIDEBAR */

#sidebar {
	width:201px;
    background: url(../../images/sidebar_bg.jpg) top left repeat-x;
	padding-left:12px;
	padding-right:12px;
	float:left;
	font-size:small;
	clear:left;
}

#sidebar h2 {
	text-transform: uppercase;
	font-size:1.5em;
	margin:12px 0 9px 0;
	}

#sidebar h3 {
	font-size:1.3em;
	margin:.5em 0 .5em 0;
	}
	
#sidebar dt a, #sidebar dt a:visited {
	color: #AA3E43;
	text-decoration:none;
	font-size:120%;
    }

#sidebar dt a:hover {
	text-decoration:underline;
	}
	
#sidebar dt {
	padding-top:5px;
	}

#sidebar dd {
	margin-left:12px;
	}

/* JQUERY CONTENT DIV MAGIC */
.leftImage {float:left; margin: 0em 1em 1em 0em;}
.rightImage {float:right; margin: 0em 0em 1em 1.5em; }
.leftImage img, .rightImage img {display:block;}
.leftImage, .rightImage {position:relative;}

.leftImage p, .rightImage p { /* Formats the caption */
	font-weight:normal;
	font-size:14px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#111;
	display:block;
	margin:0;
	/*padding-top: 4px;*/
	clear:both;
	text-align:center;
	}

.wrap1,.wrap2,.wrap3 {
	display:inline-table;
	/* \*/display:block;/**/}
.wrap1 {
	background:transparent url(../images/shadow.gif) right bottom no-repeat;}
.wrap2 {
	background:transparent url(../images/corner_bl.gif) -4px 100% no-repeat;
	}
.wrap3 {
	padding:0 5px 5px 0;
	background:transparent url(../images/corner_tr.gif) 100% -3px no-repeat;
	}
.wrap3 img {
	display:block;
	border:1px solid #333;
	/*border-color:#efefef #ccc #ccc #efefef;*/
	}

*> .wrap1 {width:99.9%;}
*html .wrap1 {float:left;}
*> .wrap1 {
	background:transparent url(../images/shadow.gif) right bottom no-repeat;}

*> .wrap2 {
	background:transparent url(../images/corner_bl.gif) left bottom no-repeat;
	}
*> .wrap3 {
	padding:0 5px 5px 0;
	background:transparent url(../images/corner_tr.gif) right top no-repeat;
	border:none;
	}




/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(../images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}

.clearit {
	font-size:.01em;
	line-height:.01em;
	clear:both;
	}	

/************* Other stuff ************/
li {
	style: color:purple;
}
li p{
     color: black;
}
