@charset "utf-8";
/* CSS Document */

/* color guide */

/* ~~ lgwrapper is a fixed 980px width container surrounding all other divs for the 3-column page  ~~ */
.lgwrapper {
	width: 980px;
	background: #FFFFCC;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header for 3-col page is not given a width. It will extend the full width of your layout. */
.header {
	background: #FFFFCC;
}

.content3 {

	padding: 10px 0;
	width: 400px;
	float: left;
}

/* ~~ This is the left sidebar for the 3-col page */
.sidebar1 {
	float: left;
	width: 360px;
	background: #FFFFCC;
	padding-bottom: 10px;
}

/* ~~ This is the left sidebar for the 3-col page */
.sidebar2 {
	float: left;
	width: 210px;
	background: #FFFFCC;
}

body{  
   text-align:center; /*For IE6*/  
}

.imageCenter
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px
    margin-left: auto;
    margin-right: auto;
}
	
.imageLeft {
border:medium;
border-color: #FFC;	
}

.imageRight {
border:medium;
border-color: #FFC;	
}

h1 {
font-size: 1.75em;
font-family:Cambria, "Palatino Linotype", serif;
color:#444444;
text-align:center;

}

h2 {
	font-size: 1.5em;
font-family:Cambria, "Palatino Linotype", serif;
	color:#444444;
	text-align:center;
}

h3 {
	font-size: 1.25em;
	font-family:Cambria, "Palatino Linotype", serif;

}

h4 {
	font-size: .9em;
	font-weight:normal;
	font-family:Cambria, "Palatino Linotype", serif;
	margin:0;
	padding:0;
}

p {
font-size: 1em;
font-family:Cambria, "Palatino Linotype", serif;
text-align:left;
}

ul {
font-size: .75 em;
font-family:Cambria, "Palatino Linotype", serif;
}

li {
font-size: .75 em;
font-family:Cambria, "Palatino Linotype", serif;
}

#link {
	
}

a:link, a:visited {
color: #5F0099;
text-decoration: none;
}

a:hover, a:active {
color: #09F;
text-decoration: underline;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	background: #FFFFCC;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* 

h1,h2,h3,h4,h5,h6,p,address,blockquote,div,ul,li {
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #952;
text-decoration: none;
}

a:hover, a:active {
color: #cb7d20;
border-bottom: 1px dashed 
text-decoration: 
#cb7d20;
}

*/