* {
	margin: 0;
	padding: 0;
	font: 13px/18px Verdana, Tahoma, Arial, sans-serif;
	color: #324f76;
}
html, body {
	height: 100%;
}
a {
	color: #014095;
	text-decoration: underline;
}
a:visited, a:active {
	color: #a9007f;
}
a:hover {
	color: #0064ea;
}
h1 {
	margin: 0.3em 0 0.7em 0; 
	font-size: 2.5em;
	line-height: 1em;
}
h2 {
	margin: 0.3em 0 0.7em 0; 
	font-size: 1.8em;
	line-height: 1em;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	margin: 0 0 1em 0;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
ul, ul li {
	list-style: none;
}
ul {
	margin: 0 0 1em 0;
}
ul li {
	padding: 0 0 0.5em 17px;
}
ul ul {
	margin: 0.5em 0 0.3em 0;
}
ol {
	margin-left: 20px;
	margin-bottom: 1em;
}
img {
	border: none;
	vertical-align: top;
}
/*~~~~! table !~~~~*/
table {
	border-collapse: collapse;
	border: 0;
}
table th,
table td {
	text-align: left;
	vertical-align: top;
}
table th {
	padding: 20px 5px 5px;
	font-size: 1.35em;
	line-height: 1.15em;
}
table td {
	padding: 2px 4px;
}
table .time {
	white-space: nowrap;
	text-align: right;
}


/*~~~~~~~~~~~~~~! special styles !~~~~~~~~~~~~~~*/
.sp {
	float: none !important;
	clear: both !important;
	font-size: 1px !important;
	line-height: 1px !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}


/*~~~~~~~~~~~~~~! PAGE STYLES !~~~~~~~~~~~~~~*/
.centrize {
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
}
.not_footer {
	_height: 100%;
	min-height: 100%;
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
}

/*~~~~~~~~~~~~~~! head !~~~~~~~~~~~~~~*/
.head .logo {
	float: left;
	width: 300px;
	text-align: center;
}
.head .logo img {
	margin: 0 auto;
}
.head .site_info {
	float: left;
	width: 580px;
	padding: 15px 30px 0;
	font-size: 1.35em;
	line-height: 1.5em;
}


.left_column {
	float: left;
	width: 300px;
}
/*~~~~~~~~~~~~~~! menu_block !~~~~~~~~~~~~~~*/

.menu {
	float: left;
	width: 270px;
	padding: 12px 15px;
	overflow: hidden;
	background: #324f76;
}
.menu li {
	border-top: 1px solid #697f9b;
	margin: -1px 0 0 0;
	padding: 0;
}
.menu li.first {
	border-top: none;
}
.menu li a,
.menu li span {
	display: block;
	padding: 0.6em 0 0.6em 30px;
	background: url(../imgs/arrow.gif) 8px 50% no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.menu li a:hover,
.menu li span {
	background-image: url(../imgs/arrow_active.gif);
	color: #bf9ecb;
}

/*~~~~~~~~~~~~~~! attach !~~~~~~~~~~~~~~*/
.attach {
	width: 270px;
	padding: 18px 15px 25px;
	background: #e7eeef url(../imgs/attach.bottom.gif) 0 100% no-repeat;
}
.attach img.h1 {
	margin: 0 0 1em 0;
}
.attach li {
	padding: 0 0 0 30px;
	margin: 0 0 1em 0;
}
.attach li.word {
	background: url(../imgs/icon_word.gif) 0 6px no-repeat;
}
.attach li.excel {
	background: url(../imgs/icon_excel.gif) 0 6px no-repeat;
}
.attach li.pdf {
	background: url(../imgs/icon_pdf.gif) 0 6px no-repeat;
}

/*~~~~~~~~~~~~~~! right_column !~~~~~~~~~~~~~~*/
.right_column {
	float: left;
	width: 580px;
	padding: 0 30px;
}

.right_column .sponsors {
	margin: 0 0 1.6em 0;
	text-align: center;
}
.right_column .sponsors img {
	border: 5px solid #eee;
	background: #eee;
	margin: 0 10px 10px 0;
}