/* global.css */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #E2E7F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 200%;
	margin-top: 0;
	color: #555555;
}

h2 {
	font-size: 150%;
	color: #333333;
}

p, li {
	font-size: 125%;
}

textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#main li {
	margin: 0.25em 0;
}

a:link {
	color: #0000EE;
	text-decoration: underline;
}

a:visited {
	color: #551A8B;
	text-decoration: underline;
}

a:hover {
	color: #EE0000;
	text-decoration: underline;
}

a:active {
	color: #EE0000;
	text-decoration: underline;
}

#side h2 {
	text-align: center;
	font-size: 9pt;
	font-size: 150%;
	font-weight: normal;
	color: #3152a5;
}

#side a.greenlink:link {
	color: green;
	text-decoration: underline;
}

#side a.greenlink:visited {
	color: green;
	text-decoration: underline;
}

#side a.greenlink:hover {
	color: green;
	text-decoration: underline;
}

#side a.greenlink:active {
	color: green;
	text-decoration: underline;
}

#mainframe {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#head {
	position: relative;
}

#topnav {
	background: #3483BA url(../scripts/pro_drop_1/navbg.gif);
}

#main {
	float: left;
	width: 690px;
	width: 680px;
	padding: 10px;
	padding: 10px 10px 10px 20px;
}

#side {
	float: right;
	width: 230px;
	width: 220px;
	padding: 10px;
	padding: 10px 10px 10px 20px;
	font-size: 90%;
}

#foot {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	color: #DDDDDD;
	height: 28px;
	line-height: 28px;
	background: #2F76A8 url(../images/footbg.gif) repeat-x;
	margin-top: 8px;
}

#sponsors {
	margin-top: 35px;
	text-align: center;
}

#sponsors h2 {
	margin: 25px 0 15px 0;
}

#sponsors img {
	margin: 0 15px 35px 15px;
	border: 0;
}

.clear {
  height: 0;
  clear: both;
}

.special_event {
	font-style: italic;
	font-weight: bold;
	color: red;
}

.slideshow {
	text-align: right;
	width: 100%;
}

.slideshow img {
	width: 194px;
	height: 155px;
	padding: 0;
	background-color: #EEEEEE;
	display: block;
	margin: auto;
}

#resize-box{
	background-color:#f0f0f0;
	border:1px dashed #a0a0a0;
	position:absolute;
	top:0;
	right:0;
}

#resize-box:hover{
	background-color:#e0e0e0;
}		

#resize-box a{
	font-size:18px;
	font-family:Arial,sans-serif;
	text-decoration:none;
	color:#909090;
	display:block;
	float:left;
	padding:5px 10px;
}

#resize-box a:hover{
	color:#303030;
}

#increase{
	border-right:1px dotted #a0a0a0;		
}

@media print {

#mainframe {
	border: 0;
}

#resize-box {
	display: none;
}

}