@charset "UTF-8";
/* CSS Document */
body{
	font-family: Verdana; 
	color: #fdeede;
	background: #1e3a07;
	margin: 0;
	padding: 0;
}

p{
	font-weight: bold;
}

#header{
	height: 200px;
	width: 800px;
	font-size: large;
	color: #fdeede;
	text-align: left;
	background: url(img/pint_header.png) no-repeat 0;
	_margin-top: -50px;
	_margin-bottom: -45px;
	_border: none;
}

#menupad{
	height: 79px;
	width: 800px;
	margin: 0;
}

#pclinks{
	height: 120px;
	width: 790px;
	top: 79px;
	padding-left: 5px;
	padding:top: 5px;
	_padding-top: 48px;
}

#menubox{
	height: 120px;
	width: 270px;
	margin-left: 238px;
	margin-top: -80px;
}

#menu
{
	font-size: large;
	line-height: 20px;
	font-weight: bold;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	top: 5px;
	padding-top: 5px;
}

#maincontent{
	background: url(img/pint_back.png) no-repeat 0;
	text-align: left;
	position: relative;
	width: 800px;
	height: 900px;
	margin-top: -50px;
	padding-top: 3px;
}

.maincontent-left{
	width: 600px;
	float: left;
	text-align: left;
}

.maincontent-left p{
	color: #fdeede;
	font: bold 12pt "Arial", Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 5px;
}

.maincontent-left h1{
	color: #fdeede;
	font: bold 24pt "Arial", Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 0;	
}

.maincontent-left h2{
	color: #fdeede;
	font: bold 18pt "Arial", Helvetica, Geneva, sans-serif;
	text-align: center;
}

.maincontent-left h3{
	color: #fdeede;
	font: bold 16pt "Arial", Helvetica, Geneva, sans-serif;
	text-align: center;
}

.maincontent-left h4{
	color: #fdeede;
	font: bold 14pt "Arial", Helvetica, Geneva, sans-serif;
	text-align: center;
}


.maincontent-right{
	float right;
	text-align: right;
	width: 190px;
	margin-left: 590px;
	padding-top: 70px;
}

hr {
	background: #fdeede;
	height: 15px;
	width: 590px;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	background: url(img/menur_bg2_pint.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#323327;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/menur_hover_left1_pint.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: white;
	background: url(img/menur_hover_right2_pint.gif) no-repeat right top; /*right tab image path*/
}


#clear{
	clear: both;
	margin: 0 auto;
	font-size: 70%;
	text-align: center;
	width: 600px;
	border-top: dashed 1px white;
	border-bottom: dashed 1px white;
	}

a:link {color: #fdeede; text-decoration: none;
		font-weight: bold;
		text-transform: capitalize;
}
a:visited {color: #A50E0E; text-decoration: underline; }
a:hover {color: #460000; text-decoration: underline;}
a:active {color: blue; text-decoration: none; }
a:focus {color: blue;}