A:link		{color:#CC0033; text-decoration:none;}
A:visited	{color:#CC0033; text-decoration:none;}
A:hover		{color:#273042; text-decoration:underline;}
A:active	{color:#CC0033; text-decoration:none;}

body {
	background-color:#003366;
	padding: 0px;
	margin: 10px;
}

td, th, div, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #273042;
	line-height: 17px;
}

img {
	/* border: 0px; */
}

td, th {
	vertical-align: top;
}

th {
	color: #727A87;
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

hr {
	border: none;
	height: 1px;
	width: 100%;
	color: white;
}

#spacer {
	height: 16px;
}

.spacerImg {
	height: 16px;
}

#navTop {
	background-color: #DCDDDE;
	height: 21px;	
}

#header {
	height: 179px;
	border: 1px solid #273042;
}

#header .logoBlock {
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: #ffffff;
	width: 152px;
	height: 179px;
}

.logoBlock p {
	font-size:10px;
	line-height:10px;
	margin:26px 0 0 30px;
}

.logoBlock a {
	color:red;
}

.logoImg {
	margin-left: 12px;
	margin-top: 40px;
	margin-right: 11px;
}

.tagImg {
	margin-top: 16px;
}

.column1, .column2, .column3 {
	border-right:1px solid #273042;
	border-bottom:1px solid #273042;
}

.column1 {
	height:320px;
	background-color:white;
	border-left:1px solid #9EAECC;
}

.column2 {
	padding:15px;
	padding-top:10px;
	background:#E2E8EF url(/vjaa/imgs/bg_vjaa.gif) 33px 10px no-repeat;
}

.column2gallery {
	padding:15px;
	padding-right:0px;
	padding-top:10px;
	background:#E2E8EF url(/vjaa/imgs/bg_vjaa.gif) 33px 10px no-repeat;
}

.column3 {
	background-color:white;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#333333;	
}

h1 {
	color:#273042;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	padding-bottom:6px;
	margin:0px;
}

/* start error handling */
.errorMsgTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 10px;
	line-height: 12px;
}

#errorMsg {
	color: red;
	font-size: 10px;
	line-height: 11px;
	margin-top: -2px;
	margin-bottom: 3px;
}
/* end error handling */