/*Main body background image*/
html {
	height: 100%;
	background: url(images/main_bg.gif);
}

body {
   background: url(images/main_bg_top.gif) repeat-x scroll left top;
/*	font-size:62.5%;*/
	line-height:120%;
	height: 100%;
	
	font-size:62.5%;
}

/*Main body tiling top background*/
.main {
	background: url(images/main_bg_height.jpg) repeat-y center;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
.main2 {
	background: url(images/main_bg_height2.gif) repeat-y center;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

/*Main content holder, contains all other content boxes*/
.maincontent {
	height: 100%;
	min-height: 100%;
	overflow:hidden;
	position: relative;

}

/*Sidebar content box*/
.sidebar {
	color: #feffef;
	height: 100%;
	min-height: 100%;
	overflow:hidden;
}
.sidebar p {
	font-size: 1.6em;
	color: #f6ce33;
	font-family: serif;
	margin: 4px 4px 4px 4px;
	line-height: 1.0em;
}
.sidebar strong, b {
	font-weight: bold;
}
.sidebar em, i {
	font-weight: normal;
	font-style: italic;
}
.sidebar a:link {
	color: #feffef;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.sidebar a:visited {
	color: #feffef;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.sidebar a:active {
	color: #b22022;
	font-family: sans-serif;
	text-decoration: none;
}
.sidebar a:hover {
	color: #b22022;
	font-family: sans-serif;
	text-decoration: none;
}
.sidebar h1 {
	color: #feffef;
	font-family: sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
}
.sidebar h2 {
	color: #feffef;
	font-family: sans-serif;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0px 0px 4px;
}
.sidebar h3 {
	color: #f6ce33;
	font-family: sans-serif;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0px 0px 1px;
}
.sidebar ul {
	margin: 0px;
}
.sidebar li {
	color: #f6ce33;
	font-size: 1.2em;
	font-family: serif;
	margin: 0px;
	line-height: 1.0em;
	letter-spacing: 0.5px;
}
.sidebar hr {
	border: 0;
	color: #feffef;
	background-color: #feffef;
	height: 4px;
	width: 80%;
	text-align: center;
}

/*Main Content Area*/
.content {
	/*padding: 6px 6px 6px 6px;*/
    background: #feffef;

}
.content p {
	font-size: 1.6em;
	color: #000000;
	font-family: serif;
	margin: 4px 4px 4px 4px;
	line-height: 1.0em;
	
}
.content strong, b {
	font-weight: bold;
	color: #000000;
}
.content em, i {
	font-weight: normal;
	font-style: italic;
}
.content a:link {
	font-size: 1.0em;
	color: #0c1c8c;
	font-family: serif;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {
	font-size: 1.0em;
	color: #0c1c8c;
	font-family: serif;
	text-decoration: none;
	font-weight: bold;
}
.content a:active {
	font-size: 1.0em;
	color: #b22022;
	font-family: serif;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	font-size: 1.0em;
	color: #b22022;
	font-family: serif;
	text-decoration: none;
	font-weight: bold;
}
.content h1 {
	color: #b22022;
	font-family: sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 0.8em;
	margin: 10px 0px 0px 4px;
}
.content h2 {
	color: #0c1c8c;
	font-family: sans-serif;
	font-size: 2.8em;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0px 0px 6px;
	line-height: 0.8em;
}
.content h3 {
	color: #0c1c8c;
	font-family: serif;
	font-size: 2.2em;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 10px 0 0 6px;
	line-height: 0.8em;
}
.content h4 {
	color: #000000;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: 100;
	margin: 10px 0 0 6px;
	line-height: 0.6em;
}
.content ul {
	margin: 0 0 0 6px;
}
.content li {
	color: #000000;
	font-size: 1.2em;
	font-family: sans-serif;
   margin: 0px;
	line-height: 1em;
	list-style-type: disc;
}
.content hr {
	border: 0;
	color: #0c1c8c;
	background-color: #0c1c8c;
	height: 8px;
	width: 100%;
	text-align: center;
}
.content blockquote {
	border-style: double;
	border-width: 3px;
	border-color: #f6ce33;
	font-family: serif;
	text-align: justify;
}
.content radio {
	color: #feffef;
	background-color: #00FF33;

}
.content img {
	margin: 0.6em;
}

/*Bottom content box*/
.bottom {
	font-size: 1.2em;
	color: #0c1c8c;
	font-family: sans-serif;
	text-align: center;
	background: #feffef;
}

.bottom strong, b {
	font-weight: bold;
}
.bottom em, i {
	font-weight: normal;
	font-style: italic;
}
.bottom a:link {
	color: #0c1c8c;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:visited {
	color: #0c1c8c;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:active {
	color: #b22022;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:hover {
	color: #b22022;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.bottom hr {
	border: 0;
	color: #0c1c8c;
	background-color: #0c1c8c;
	height: 8px;
	width: 100%;
	text-align: center;
}
.enlarger {
    font-size:18px; 
	font-weight:bolder; 
	color:#0c1c8c; 
	clear:left;
}
.enlarger a:link {
    font-size:24px; 
	color: #b22022;
	font-family: sans-serif;
	text-decoration: none;
	font-weight:bolder;
}
.enlarger a:visited {
    font-size:24px; 
	color: #b22022;
	font-family: sans-serif;
	text-decoration: none;
	font-weight:bolder;
}
.enlarger a:active {
    font-size:24px; 
	color: #0c1c8c;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
.enlarger a:hover {
    font-size:24px; 
	color: #0c1c8c;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
/*.enlarger strong,b {
	color:#feffef;
}*/
/*Image dark background light outline*/
.image1 {
	border: 2px solid #feffef;
}
/*Image light background dark outline*/
.image2 {
	border: 2px solid #0c1c8c;
}